summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-03 16:32:39 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-03 16:32:39 +0200
commitf22f37380942fb81c7ae66964b6372bdbe800d6a (patch)
tree12b929972974cc293be6803d2e71d6a82af592ea
parent154bf75b16d95edb5976c0d1eda339a13a94b912 (diff)
Changes: Update
-rw-r--r--CHANGES.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 29b9061..805d77d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,15 @@
- Escape changelog newlines
* Lint:
- lint use staticcheck instead of stylecheck with golangci-lint
-* API:
+* API Breakages:
- 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
+ - Remove the `debug` argument in register. Debug is now always enabled, meaning debug logs are always done
+ - Add a cache argument to `DiscoServers` and `DiscoOrganizations` to force the use of the cache and not the network
+ - Remove the `DiscoveryStartup` function. This can be done by first getting Discovery with the `cache` argument set to `True`, and then with `False`
+* Log: Add a log rotator that trims the first half of the log when it reaches 10MB
+* Config: Remove conversion from old state file to the new. This only applies to very old linux clients
+* Fix ARM MTE crash on android
+* CLI: Get rif ot debug argument
# 3.0.0 (2025-03-21)
* Dependencies: Update