Skip to content

Releases: aramperes/onetun

v0.3.10

01 Dec 21:04
Compare
Choose a tag to compare

What's Changed

  • chore: update to smoltcp 0.12 by @aramperes in #65
  • This release includes release artifacts for linux-aarch64 (ARM64). Also, both Linux binaries are now statically linked.

Full Changelog: v0.3.9...v0.3.10

v0.3.9

01 Dec 17:43
Compare
Choose a tag to compare

This release replaces the macos-intel artifact with macos-aarch64 for Apple Silicon.

Full Changelog: v0.3.8...v0.3.9

v0.3.8

01 Dec 17:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

24 Dec 03:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/aramperes/onetun/compare/v0.3.6..v0.3.7

v0.3.6

21 Dec 20:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

02 Oct 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

25 Sep 21:29
Compare
Choose a tag to compare

What's Changed

  • Fix stack overflow on Windows by @samhug in #41
  • Gracefully handle WireGuardError::ConnectionExpired #44 by @TitanNano in #45
  • Updated onetun dependencies
  • Bumped MSRV to 1.57.0

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

25 Jun 19:06
Compare
Choose a tag to compare

What's Changed

  • Re-export boringtun X25519 primitives, so that it is not a required dependency when embedding onetun
  • Update onetun dependencies, including smoltcp 0.8.1
  • Increase MSRV to 1.56.1

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Jun 15:16
Compare
Choose a tag to compare

What's Changed

  • Updated MSRV to 1.56 and Rust edition 2021
  • Fixed Docker release

Full Changelog: v0.3.1...v0.3.2

v0.3.1

25 Jun 14:56
Compare
Choose a tag to compare

What's Changed

  • Add --endpoint-bind-addr option by @jkcoxson in #34
  • Allow onetun to be imported and executed as a library
  • Minimized dependencies

New Contributors

Full Changelog: v0.3.0...v0.3.1