From 55c0edffbed348c4442fec3c8c67a20d08b4f0b6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:32:49 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ appengine/pom.xml | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 7 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e9025c8..50bd594a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.11.0](https://github.com/googleapis/google-auth-library-java/compare/v1.10.0...v1.11.0) (2022-09-08) + + +### Features + +* Adds configurable token lifetime support ([#982](https://github.com/googleapis/google-auth-library-java/issues/982)) ([0198733](https://github.com/googleapis/google-auth-library-java/commit/0198733b9d294cbee95f1170f814fbfe94baa6fc)) + + +### Bug Fixes + +* Add retries to public key fetch ([#983](https://github.com/googleapis/google-auth-library-java/issues/983)) ([1200a39](https://github.com/googleapis/google-auth-library-java/commit/1200a39361e2a1767ef95306ba3ece1b749e82a8)) +* Add Test to validate 0x20 in token ([#971](https://github.com/googleapis/google-auth-library-java/issues/971)) ([612db0a](https://github.com/googleapis/google-auth-library-java/commit/612db0af3afa70b5400891ba3c7eab18ea5eb6bf)) +* Change revoke request from get to post ([#979](https://github.com/googleapis/google-auth-library-java/issues/979)) ([ead58b2](https://github.com/googleapis/google-auth-library-java/commit/ead58b22e04c00ece9f0ea55cbec20d2953f5460)) +* Setting the retry count to default value and enabling ioexceptions to retry ([#988](https://github.com/googleapis/google-auth-library-java/issues/988)) ([257071a](https://github.com/googleapis/google-auth-library-java/commit/257071aeb39c4441bd152813d727f83d433f346f)) +* Updates IdTokenVerifier so that it does not cache a failed public key response ([#967](https://github.com/googleapis/google-auth-library-java/issues/967)) ([1f4c9c7](https://github.com/googleapis/google-auth-library-java/commit/1f4c9c77a38fb6dfb751447361af9cf00964f96b)) + ## [1.10.0](https://github.com/googleapis/google-auth-library-java/compare/v1.9.0...v1.10.0) (2022-08-05) diff --git a/appengine/pom.xml b/appengine/pom.xml index 5ed3d4033..942b28c05 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.10.1-SNAPSHOT + 1.11.0 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index ec377d82b..00c4366f7 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 1.10.1-SNAPSHOT + 1.11.0 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index a5c969958..3a6255219 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 1.10.1-SNAPSHOT + 1.11.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 9afcf316c..088a5d31d 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.10.1-SNAPSHOT + 1.11.0 ../pom.xml diff --git a/pom.xml b/pom.xml index cc1b809e0..8b0b2a05d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 1.10.1-SNAPSHOT + 1.11.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 36266972f..5eee09198 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:1.10.0:1.10.1-SNAPSHOT -google-auth-library-bom:1.10.0:1.10.1-SNAPSHOT -google-auth-library-parent:1.10.0:1.10.1-SNAPSHOT -google-auth-library-appengine:1.10.0:1.10.1-SNAPSHOT -google-auth-library-credentials:1.10.0:1.10.1-SNAPSHOT -google-auth-library-oauth2-http:1.10.0:1.10.1-SNAPSHOT +google-auth-library:1.11.0:1.11.0 +google-auth-library-bom:1.11.0:1.11.0 +google-auth-library-parent:1.11.0:1.11.0 +google-auth-library-appengine:1.11.0:1.11.0 +google-auth-library-credentials:1.11.0:1.11.0 +google-auth-library-oauth2-http:1.11.0:1.11.0