summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-10-29 11:47:02 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-10-29 12:08:36 +0100
commitb189a197a1a7e9503ffc5a9cdde258cc93e2974b (patch)
tree51ddeceaccb9417cddc8a55c6cb03168f5fa50c7
parente85070a3fb601e1872d121ce3c1c9d39f8f41036 (diff)
Changes: Update
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 39bcb8e..63864dc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,17 @@
- Cleanup function comments
* Util:
- Add a function to calculate the gateway address for a given IPv4/IPv6 subnet
+* ProxyGuard:
+ - Updated to the latest version
+ - API breakage:
+ - `StartProxyguard` function has been removed, use `NewProxyguard` instead
+ - `NewProxyguard` function has been added which returns a ProxyGuard instance
+ - `ProxyguardTunnel` to establish a tunnel for an existing ProxyGuard instance
+ - `ProxyguardPeerIPs` to get the Peer IPs ProxyGuard will attempt to connect to
+ - types.Server.Proxy JSON no longer returns `listen` but `listen_port`
+* HTTP: Enforce TLS >= 1.3 transport
+* Exports: Add tests to test the public API
+* Translations: Update from Weblate
# 2.1.0 (2024-07-25)
* Discovery: