summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-25 13:33:38 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-03-16 13:04:56 +0100
commit64ce7c1fc94f048dfbf601f3208989112c17b4e6 (patch)
treec099177d4a0e6ba9d36642bd16f304854f4f4868 /CHANGES.md
parentc383ba7f3b5ff6d25906a054ff47f8ac3ced9ee4 (diff)
Changes: Update
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 632b336..ddf7d7c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,13 +3,19 @@
- Use a 'custom redirect' for OAuth for the move to ASWebAuthenticationSession
* Deps:
- Update required Go version to 1.24.0
- - Update eduoauth-go to v2.0.1 to support form_post
+ - Update eduoauth-go to v2.0.2 to support form_post
- Update other Go deps
+* Failover:
+ - Add support for pinging over IPv6
* Go API:
- Add a logging interface to give clients more control
* Misc:
- Add missing comments to public functions and packages
- Rename (internal) packages that sound useless or clash with the standard lib
+* Discovery:
+ - Bundle discovery files in Git
+* Building:
+ - Remove the 'release' tag when building, building for release mode is always enabled
* CI/Packaging:
- Use a different Codeberg runner
- Build Pip packages in CI