You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2026-06-19 22:58:30 +02:00
Update go-redis/redis to v9. (#1847)
* Update go-redis/redis to v9. - And updated redislock, testify, ginko and gomega have also been updated. - Renamed the option `IdleTimeout` to `ConnMaxIdleTime` because of https://github.com/go-redis/redis/blob/517938a6b083b8d4ffbc9d46c0bd9df19f10ffaf/CHANGELOG.md * Update CHANGELOG.md * Dropping dot import of the types since they created aliases now * fixing some error messages to make tests happy * updating more error messages that were changed to make tests happy * reverting error messages Co-authored-by: Muhammad Arham <marham@i2cinc.com>
This commit is contained in:
+2
-1
@@ -42,7 +42,8 @@ to remain consistent with CLI flags. You should specify `code_challenge_method`
|
||||
- [#1574](https://github.com/oauth2-proxy/oauth2-proxy/pull/1574) Add Azure groups support and Azure OAuth v2.0 (@adriananeci)
|
||||
- [#1851](https://github.com/oauth2-proxy/oauth2-proxy/pull/1851) Bump golang to 1.19 and min allowed version to 1.18
|
||||
- [#1815](https://github.com/oauth2-proxy/oauth2-proxy/pull/1815) Keycloak: save user and preferredUsername in session to populate headers for the backend (@babs)
|
||||
|
||||
- [#1847](https://github.com/oauth2-proxy/oauth2-proxy/pull/1847) Update go-redis/redis to v9 (@arhamGH)
|
||||
-
|
||||
# V7.3.0
|
||||
|
||||
## Release Highlights
|
||||
|
||||
Reference in New Issue
Block a user