Update changelog

This commit is contained in:
Joel Speed 2022-10-29 12:49:14 +01:00
parent 4a2cf153cf
commit d4e3bf4df0
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB
1 changed files with 7 additions and 5 deletions

View File

@ -18,6 +18,8 @@
N/A
## Changes since v7.3.0
- [#1862](https://github.com/oauth2-proxy/oauth2-proxy/pull/1862) Update dependencies (@JoelSpeed)
- [#1828](https://github.com/oauth2-proxy/oauth2-proxy/pull/1828) call providerData.setProviderDefaults for oidc provider to achieve consistent behaviour (@centzilius)
- UserClaim will be set to sub instead of beeing empty from now on.
- [#1691](https://github.com/oauth2-proxy/oauth2-proxy/pull/1691) Fix Redis IdleTimeout when Redis timeout option is set to non-zero (@dimss)