diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-19 15:43:38 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-20 12:19:35 +0100 |
| commit | d37c61e828f2c428b08bea06062dc4f55d410a1e (patch) | |
| tree | 7401edde7a301ce24f0b4c247aa7d5afa7748155 | |
| parent | 3252d7f9d683e42aee6fbf4ace6230bc19996780 (diff) | |
Changes: Update for 5.0.0
| -rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +# 5.0.0 (XXXX-XX-XX) +* MacOS: + - 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 other Go deps +* 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 +* CI: + - Use a different Codeberg runner + # 4.0.0 (2025-10-02) * Upload Release script: - Escape changelog newlines |
