Skip to content

Releases: aramperes/onetun

v0.3.0

15 Feb 06:49
Compare
Choose a tag to compare

What's Changed

  • This is the first release of onetun published to crates.io
  • Updated boringtun to 0.4.0
  • Fixed client-side UdpStream not writing entire data
  • Update usage and architecture documentation

Full Changelog: v0.2.9...v0.3.0

v0.2.9

10 Jan 03:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

08 Jan 22:50
Compare
Choose a tag to compare

What's Changed

  • Process more than one UDP socket per poll

Full Changelog: v0.2.7...v0.2.8

v0.2.7

08 Jan 22:40
Compare
Choose a tag to compare

What's Changed

  • Add optional IP packet capture for WireGuard tunnel by @aramperes in #30

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 Jan 20:12
Compare
Choose a tag to compare

What's Changed

  • Process all TCP virtual client sockets in one poll loop. This should improve performance for multiple TCP connections, and fix graceful shutdown.

Full Changelog: v0.2.5...v0.2.6

v0.2.5

08 Jan 19:52
Compare
Choose a tag to compare

What's Changed

  • Remove unused dependency dashmap
  • Improve performance at the tracing log level

Full Changelog: v0.2.4...v0.2.5

v0.2.4

08 Jan 08:44
Compare
Choose a tag to compare

What's Changed

  • Improve reliability using event-based synchronization by @aramperes in #28

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Dec 08:43
Compare
Choose a tag to compare

What's Changed

  • Fix ipv6 endpoints by @tilosp in #26
  • Allow configuration of max transmission unit by @tilosp in #25

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Dec 07:27
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @tilosp in #24
    • smoltcp 0.8.0
    • pretty_env_logger 0.4

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 Oct 06:56
Compare
Choose a tag to compare

What's Changed

  • Allow passing private key using file

Full Changelog: v0.2.0...v0.2.1