File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Vx.x.x (Pre-release)
22
3+ ## Changes since v3.2.0
4+
5+ # v3.2.0
6+
7+ ## Release highlights
8+ - Internal restructure of session state storage to use JSON rather than proprietary scheme
9+ - Added health check options for running on GCP behind a load balancer
10+ - Improved support for protecting websockets
11+ - Added provider for login.gov
12+ - Allow manual configuration of OIDC providers
13+
14+ ## Important notes
15+ - Dockerfile user is now non-root, this may break your existing deployment
16+ - In the OIDC provider, when no email is returned, the ID Token subject will be used
17+ instead of returning an error
18+ - GitHub user emails must now be primary and verified before authenticating
19+
320## Changes since v3.1.0
421
522- [ #96 ] ( https://github.com/bitly/oauth2_proxy/pull/96 ) Check if email is verified on GitHub (@caarlos0 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ A list of changes can be seen in the [CHANGELOG](CHANGELOG.md).
1919
20201 . Choose how to deploy:
2121
22- a. Download [ Prebuilt Binary] ( https://github.com/pusher/oauth2_proxy/releases ) (current release is ` v3.1 .0 ` )
22+ a. Download [ Prebuilt Binary] ( https://github.com/pusher/oauth2_proxy/releases ) (current release is ` v3.2 .0 ` )
2323
2424 b. Build with ` $ go get github.com/pusher/oauth2_proxy ` which will put the binary in ` $GOROOT/bin `
2525
@@ -29,7 +29,7 @@ Prebuilt binaries can be validated by extracting the file and verifying it again
2929
3030```
3131sha256sum -c sha256sum.txt 2>&1 | grep OK
32- oauth2_proxy-3.1 .0.linux-amd64: OK
32+ oauth2_proxy-3.2 .0.linux-amd64: OK
3333```
3434
35352 . Select a Provider and Register an OAuth Application with a Provider
You can’t perform that action at this time.
0 commit comments