Releases: googleapis/google-oauth-java-client
Releases · googleapis/google-oauth-java-client
v1.34.1
1.34.1 (2022-06-09)
Bug Fixes
Dependencies
- update project.http.version to v1.42.0 (#902) (51c1eb5)
v1.34.0
1.34.0 (2022-06-02)
Features
- add build scripts for native image testing in Java 17 (#1440) (#890) (373891e)
- next release from main branch is 1.34.0 (#875) (187651e)
Bug Fixes
- fix IdTokenVerifier so it does not cache empty entries (#892) (773b388)
v1.33.3
1.33.3 (2022-04-13)
Bug Fixes
- add signature verification to IdTokenVerifier (#861) (22419d6)
v1.33.2
1.33.2 (2022-04-07)
Dependencies
- update project.http.version to v1.41.5 (e945b8d)
v1.33.1
1.33.1 (2022-02-08)
Dependencies
v1.33.0
1.33.0 (2022-01-19)
Features
- next release from main branch is 1.33.0 (#772) (4c3a639)
Bug Fixes
google-oauth-java-client v1.32.1
Features
- add
gcf-owl-bot[bot]
to ignoreAuthors
(#690) (2786401)
- Add HMAC-SHA256 signature method for OAuth 1.0 (#711) (c070f5f)
Bug Fixes
- release scripts from issuing overlapping phases (#664) (60fec2b)
- Revert "chore(deps): update dependency com.google.googlejavaformat:google-java-format to v1.10.0" to fix linter (#713) (bbc9ea2)
- Update dependencies.sh to not break on mac (#706) (39c2777)
google-oauth-java-client v1.32.0
Features
- add
gcf-owl-bot[bot]
to ignoreAuthors
(#690) (2786401)
- Add HMAC-SHA256 signature method for OAuth 1.0 (#711) (c070f5f)
Bug Fixes
- release scripts from issuing overlapping phases (#664) (60fec2b)
- Revert "chore(deps): update dependency com.google.googlejavaformat:google-java-format to v1.10.0" to fix linter (#713) (bbc9ea2)
- Update dependencies.sh to not break on mac (#706) (39c2777)
v1.31.5
Bug Fixes
- don't swallow exceptions in LocalServerReceiver (#595) (f39faec)
- oauth1 signing for url encoded content (#538) (d9507e4)
- remove Jackson from assembly (#605) (a482000)
- switch to GSON per security team advice (#586) (58a1828)
Dependencies