Releases: DefGuard/wireguard-rs
Releases · DefGuard/wireguard-rs
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
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
Other Changes
- Wireguard by @dzania in #1
- Add wgapi module by @dzania in #2
- fix: make fields of Peer struct public by @dzania in #3
- Handle peer endpoint by @dzania in #4
- Add examples by @dzania in #5
- fix: macOS support by @wojcik91 in #9
- chore: prepare initial crate release by @wojcik91 in #14
New Contributors
Full Changelog: https://github.com/DefGuard/wireguard-rs/commits/v0.2.0