Releases: connet-dev/connet
Releases · connet-dev/connet
v0.5.0
What's Changed
- Add stateless reset support for servers by @ingon in #18
- Add support for name restrictions to tokens by @ingon in #19
- Add option to run http server that serves local directory by @ingon in #20
- Rework rtt stats, drop explicit healtchecks by @ingon in #21
- Check ip restrictions earlier, before TLS by @ingon in #22
- Add role restrictions and improve authentication token construction by @ingon in #24
- Support for sending proxy proto from destination by @ingon in #25
- Add new options to nix modules by @ingon in #26
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- disable status server by default, since it was binding to all available addresses
- v0.4.0 was retracted because of the above behavior
From v0.4.0:
- IP restrictions in the control server - both for client and relay connections
- HTTP status servers - return json structure describing the current state of a client or a server
- Add CI via GitHub Actions
- Additional nixos modules for running server/control server/relay server
- Build docker images and upload them to GitHub Packages
- Improved error handling
Full Changelog: v0.3.0...v0.4.1