summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 13:18:53 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 13:25:50 +0200
commitd3d9641e5b85c0b153f459652a0b436dfd81d086 (patch)
treea44d7c137176db22bc1648c4295ae77cb1f50538
parent6b939462fb1064abd42e8cb8316700ec844172ea (diff)
Changes: Update
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d7763e6..f659aab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
# Unreleased
* Upload Release script:
- Escape changelog newlines
+* Lint:
+ - lint use staticcheck instead of stylecheck with golangci-lint
+* ProxyGuard functionality removed, this is implemented inside of the eduVPN clients separately either using a wireguard fork or a daemon in case of linux
+ - Removed function: `NewProxyguard`, `ProxyguardTunnel`, `ProxyguardRestart`, `ProxyguardPeerIPs`
+ - The `Configuration` type no longer returns proxy information, in case of ProxyGuard the `ProxyEndpoint` in the INI config is filled in as returned by the eduVPN server
# 3.0.0 (2025-03-21)
* Dependencies: Update