diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-03 16:32:39 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-03 16:32:39 +0200 |
| commit | f22f37380942fb81c7ae66964b6372bdbe800d6a (patch) | |
| tree | 12b929972974cc293be6803d2e71d6a82af592ea /CHANGES.md | |
| parent | 154bf75b16d95edb5976c0d1eda339a13a94b912 (diff) | |
Changes: Update
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
