From f22f37380942fb81c7ae66964b6372bdbe800d6a Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Wed, 3 Sep 2025 16:32:39 +0200 Subject: Changes: Update --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3