From edfb1f35d4463bec4ece2317d5822ce1a46c34b3 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 21 Jul 2026 17:04:09 -0400 Subject: [PATCH] chore(main): release google-auth 2.56.2 --- .release-please-bulk-manifest.json | 2 +- librarian.yaml | 2 +- packages/google-auth/CHANGELOG.md | 10 ++++++++++ packages/google-auth/google/auth/version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-bulk-manifest.json b/.release-please-bulk-manifest.json index 395c2d58224d..8ad9f815d2d9 100644 --- a/.release-please-bulk-manifest.json +++ b/.release-please-bulk-manifest.json @@ -17,7 +17,7 @@ "packages/google-apps-meet": "0.5.0", "packages/google-apps-script-type": "0.8.0", "packages/google-area120-tables": "0.15.0", - "packages/google-auth": "2.56.1", + "packages/google-auth": "2.56.2", "packages/google-auth-httplib2": "0.4.0", "packages/google-auth-oauthlib": "1.4.0", "packages/google-backstory": "0.1.0", diff --git a/librarian.yaml b/librarian.yaml index ae75f49e1439..58d7547d3175 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -227,7 +227,7 @@ libraries: metadata_name_override: area120tables default_version: v1alpha1 - name: google-auth - version: 2.56.1 + version: 2.56.2 python: library_type: AUTH - name: google-auth-httplib2 diff --git a/packages/google-auth/CHANGELOG.md b/packages/google-auth/CHANGELOG.md index 18a656d59adc..1440d0d8de9e 100644 --- a/packages/google-auth/CHANGELOG.md +++ b/packages/google-auth/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-auth/#history +## [2.56.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.1...google-auth-v2.56.2) (2026-07-21) + + +### Bug Fixes + +* **auth:** centralize cert discovery logic and steps ([#17696](https://github.com/googleapis/google-cloud-python/issues/17696)) ([edc0423](https://github.com/googleapis/google-cloud-python/commit/edc0423e57dd06bef3a93802642a074ab8b7bc5d)) +* **auth:** exit early when agent cert config is outside well-known directory ([#17762](https://github.com/googleapis/google-cloud-python/issues/17762)) ([61e795a](https://github.com/googleapis/google-cloud-python/commit/61e795a8299afec863487776c8a679adbb2911ab)) +* **transport:** propagate mTLS adapter to auth session and fix connection leaks ([#17689](https://github.com/googleapis/google-cloud-python/issues/17689)) ([8289d32](https://github.com/googleapis/google-cloud-python/commit/8289d328f9a1eb2abb766644e4f6748198679c80)) +* update _SERVICE_ACCOUNT_EMAIL_PATTERN to require .gserviceaccount.com suffix ([#17748](https://github.com/googleapis/google-cloud-python/issues/17748)) ([b60bb04](https://github.com/googleapis/google-cloud-python/commit/b60bb04a73eb35b15320c54bc3493132e6ba5706)) + ## [2.56.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.0...google-auth-v2.56.1) (2026-07-17) diff --git a/packages/google-auth/google/auth/version.py b/packages/google-auth/google/auth/version.py index 75f18956ea9c..fe79f2cd138a 100644 --- a/packages/google-auth/google/auth/version.py +++ b/packages/google-auth/google/auth/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.56.1" +__version__ = "2.56.2"