Releases: DefGuard/wireguard-rs
Releases · DefGuard/wireguard-rs
v0.5.5
v0.4.2
v0.4.1
v0.4.0
What's Changed
Exciting New Features 🎉
- feat: Windows support by @blazej-teonite in #44
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
- @blazej-teonite made their first contribution in #44
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
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