summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:36:57 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:36:57 +0100
commit43c31365a60ee142f762bd1ed736a06907eee92a (patch)
treed557f0950d84ef702f02b7740fa482f968cfe64a /CHANGES.md
parentb0236124fb328f5d1e863f3c76e6d57273519a15 (diff)
Changes: Add user agent change for 1.0.0 and format
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4ecfb65..56c7f75 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,24 +1,25 @@
# 1.0.0
* Discovery:
- Bundle on release using embed
- - Cache in the JSON
+ - Cache in the JSON
* Errors:
- Remove error levels for now
- - Improve the context
- - Use `errors.New` when we can
+ - Improve the context
+ - Use `errors.New` when we can
* HTTP:
- - Implement some utility functions for paths
- Add tests
+ - Implement some utility functions for paths
+ - Set a user agent
* OAuth:
- Make ISS required
- - Only handle the token authorization callback request once
- - Add logging for token flow
+ - 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
+ - Validate endpoints to have the same scheme and hostname
* General:
- Update dependencies
- - Use one logger instance
+ - Use one logger instance
# 0.3.0 (2023-02-01)
* Discovery: