Skip to content

Releases: DefGuard/wireguard-rs

v0.4.2

12 Feb 11:27
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Split WgDataIo into WgReadIo and WgWriteIo to avoid Drop by @moubctez in #53

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

v0.4.1

05 Feb 14:25
d253efc
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v0.4.0

25 Jan 11:16
2264bec
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

  • On FreeBSD, put interface up after creation by @moubctez in #43
  • fix: hide private keys in Netlink messages & fix DNS configuration by @wojcik91 in #45

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

19 Dec 09:13
b8e54ba
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v0.3.1

04 Dec 14:43
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

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

v0.3.0

30 Nov 13:50
8d5a85c
Compare
Choose a tag to compare

This release focuses on Linux, FreeBSD, and macOS - the next release will include the same changes for Windows.

What's Changed

  • Peer routing - see WGApi docs.
  • Configuring DNS resolver - see WGApi docs.
    • On FreeBSD, manage network interfaces using ioctl.
    • On Linux, handle network routing using netlink.
    • Handle fwmark.

Full Changelog: v0.2.3...v0.3.0

v0.2.3

16 Oct 15:19
c32e856
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v0.2.2

10 Oct 06:38
96c7050
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v0.2.1

03 Oct 13:45
d38e147
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: create interface in server example by @wojcik91 in #16

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

v0.2.0

02 Oct 13:34
df5fcc2
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/DefGuard/wireguard-rs/commits/v0.2.0