Skip to content

Commit ee4ebe5

Browse files
authored
Merge pull request oauth2-proxy#123 from pusher/release-3.2.0
Update changelog for release v3.2.0
2 parents bf9fedb + 6545a33 commit ee4ebe5

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A list of changes can be seen in the [CHANGELOG](CHANGELOG.md).
1919

2020
1. 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
```
3131
sha256sum -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

3535
2. Select a Provider and Register an OAuth Application with a Provider

0 commit comments

Comments
 (0)