diff options
| -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 |
