diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-28 23:58:43 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-28 23:58:43 +0100 |
| commit | dd4d2e22ff04c0f5503a4bc5f05452869147ccff (patch) | |
| tree | 576e1a7599920ddd1d6da021b199200853d1870b /CHANGES.md | |
| parent | 24e92e6a6e35ba2c97e0b86f6641cdf17057a53a (diff) | |
Changes: Prepare for 1.0.0
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -1,4 +1,26 @@ -# 0.3.0 (01-02-2023) +# 1.0.0 +* Discovery: + - Bundle on release using embed + - Cache in the JSON +* Errors: + - Remove error levels for now + - Improve the context + - Use `errors.New` when we can +* HTTP: + - Implement some utility functions for paths + - Add tests +* OAuth: + - Make ISS required + - Only handle the token authorization callback request once + - Add logging for token flow +* Server: + - Add profile tests + - Validate endpoints to have the same scheme and hostname +* General: + - Update dependencies + - Use one logger instance + +# 0.3.0 (2023-02-01) * Discovery: - Add tests with a local TLS server - Implement expiry/caching closer to spec @@ -16,5 +38,5 @@ - Separate cleanup from disconnect function * Failover: Return early if we get a Pong within ping interval seconds -# 0.2.0 (23-12-2022) -* Initial release
\ No newline at end of file +# 0.2.0 (2021-12-23) +* Initial release |
