Skip to content

Releases: rathole-org/rathole

Dev build (3ee93f8)

Dev build (3ee93f8) Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 20:04
3ee93f8

Automated build from dev.

  • Commit: 3ee93f8b6d6f7c4e3d4a2c695ecf5e6dd97393a6
  • Rust: 1.92.0
  • Container: ghcr.io/rathole-org/rathole:dev
  • Immutable container: ghcr.io/rathole-org/rathole@sha256:054e8629b84ae3cf3164d9002884469ef9f292978f234aa99d7a28a7d21abbc2

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 10:14
ebb764a

What's Changed

New transport supported!

  • feat(transport): add websocket transport by @rucciva in #290
  • We dropped linux musl release to save the trouble of linking musl openssl. Now there's only one release for linux x64. Given that it's compiled on ubuntu-latest, the required glibc version should be decent for most users to use.
  • Because of the maintenance burden of linking TLS libraries, we don't compile the TLS feature in the release for embedded platforms anymore. If you need to use it, please build from the source by yourself. We will add it back when a pure rust tls library or a good cross-platform TLS libraries linking solution is available.
  • docs: non root user with systemd by @boenshao in #269
  • chore: fix shield.io badge in README-zh.md by @shiny in #272

New Contributors

Full Changelog: v0.4.8...v0.5.0

v0.4.8

Choose a tag to compare

@github-actions github-actions released this 26 May 09:11
9727e15

What's Changed

This release fixes the build by upgrading dependencies.

  • chore: update tls cert for test by @rapiz1 in #227
  • chore(deps): bump libgit2-sys from 0.13.4+1.4.2 to 0.13.5+1.4.5 by @dependabot in #217
  • ci: upgrade to upx v4.0.2 by @rapiz1 in #228
  • chore(deps): bump tokio from 1.21.2 to 1.24.2 by @dependabot in #219
  • chore(deps): bump openssl from 0.10.42 to 0.10.48 by @dependabot in #234
  • chore: bump tracing-subscriber in #247
  • chore(deps): bump h2 from 0.3.15 to 0.3.18 by @dependabot in #248

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 30 Nov 04:52
ee5c7b4

What's Changed

  • fix: enable TCP_NODELAY by default by @rapiz1 in #210

Full Changelog: v0.4.6...v0.4.7

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 29 Nov 11:23
96479e4

What's Changed

  • chore: bump vergen crate to support SOURCE_DATE_EPOCH by @orhun in #204
  • feat: configurable client retry interval by @rapiz1 in #208

Full Changelog: v0.4.5...v0.4.6

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 05 Nov 07:38
353d195

What's Changed

  • Support for Apple Silicon (aarch64-apple-darwin) by @missuo in #199
  • fix: update Dockerfile and fix clippy by @rapiz1 in #201
  • ci: upgrade upx to v4.0.0 by @rapiz1 in #203

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 16 Sep 10:36
3f89f8a

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:25
2e9e737

What's Changed

  • feat: cache dns result for one session by @rapiz1 in #166

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:39
ee39a8e

What's Changed

  • Make watcher's path absolute for notify's MacOS fsevent implementation by @voidbuf in #155
  • chore: update dependencies by @rapiz1 in #163
  • chore: update snowstorm by @rapiz1 in #165

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:22
8a24723

What's Changed

  • fix: restart when heartbeat times out by @rapiz1 in #147

Full Changelog: v0.4.0...v0.4.1