-
Notifications
You must be signed in to change notification settings - Fork 345
chore: librarian release pull request: 20251212T161150Z #1888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary of ChangesHello @vchudnov-g, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request is an automated release preparation for the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request is an automated release PR for version 2.44.0 of the google-auth library. The changes correctly update the version in .librarian/state.yaml and google/auth/version.py, and add a new entry to CHANGELOG.md. I've suggested a minor formatting improvement to the changelog for consistency. Otherwise, the changes look good.
| * support Python 3.14 (#1822) ([0f7097e78f247665b6ef0287d482033f7be2ed6d](https://github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d)) | ||
| * add ecdsa p-384 support (#1872) ([39c381a5f6881b590025f36d333d12eff8dc60fc](https://github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc)) | ||
| * MDS connections use mTLS (#1856) ([0387bb95713653d47e846cad3a010eb55ef2db4c](https://github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c)) | ||
| * Implement token revocation in STS client and add revoke() metho… (#1849) ([d5638986ca03ee95bfffa9ad821124ed7e903e63](https://github.com/googleapis/google-auth-library-python/commit/d5638986ca03ee95bfffa9ad821124ed7e903e63)) | ||
| * Add shlex to correctly parse executable commands with spaces (#1855) ([cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b](https://github.com/googleapis/google-auth-library-python/commit/cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b)) | ||
|
|
||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * Use public refresh method for source credentials in ImpersonatedCredentials (#1884) ([e0c3296f471747258f6d98d2d9bfde636358ecde](https://github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde)) | ||
| * Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (#1880) ([78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7](https://github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7)) | ||
| * Delegate workload cert and key default lookup to helper function (#1877) ([b0993c7edaba505d0fb0628af28760c43034c959](https://github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with other entries in this file, please use the short-form of the commit hashes (usually 7 characters) in the changelog entry. The full hash can remain in the link URL.
| * support Python 3.14 (#1822) ([0f7097e78f247665b6ef0287d482033f7be2ed6d](https://github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d)) | |
| * add ecdsa p-384 support (#1872) ([39c381a5f6881b590025f36d333d12eff8dc60fc](https://github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc)) | |
| * MDS connections use mTLS (#1856) ([0387bb95713653d47e846cad3a010eb55ef2db4c](https://github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c)) | |
| * Implement token revocation in STS client and add revoke() metho… (#1849) ([d5638986ca03ee95bfffa9ad821124ed7e903e63](https://github.com/googleapis/google-auth-library-python/commit/d5638986ca03ee95bfffa9ad821124ed7e903e63)) | |
| * Add shlex to correctly parse executable commands with spaces (#1855) ([cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b](https://github.com/googleapis/google-auth-library-python/commit/cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b)) | |
| ### Bug Fixes | |
| * Use public refresh method for source credentials in ImpersonatedCredentials (#1884) ([e0c3296f471747258f6d98d2d9bfde636358ecde](https://github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde)) | |
| * Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (#1880) ([78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7](https://github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7)) | |
| * Delegate workload cert and key default lookup to helper function (#1877) ([b0993c7edaba505d0fb0628af28760c43034c959](https://github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959)) | |
| * support Python 3.14 (#1822) ([0f7097e](https://github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d)) | |
| * add ecdsa p-384 support (#1872) ([39c381a](https://github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc)) | |
| * MDS connections use mTLS (#1856) ([0387bb9](https://github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c)) | |
| * Implement token revocation in STS client and add revoke() metho… (#1849) ([d563898](https://github.com/googleapis/google-auth-library-python/commit/d5638986ca03ee95bfffa9ad821124ed7e903e63)) | |
| * Add shlex to correctly parse executable commands with spaces (#1855) ([cf6fc3c](https://github.com/googleapis/google-auth-library-python/commit/cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b)) | |
| ### Bug Fixes | |
| * Use public refresh method for source credentials in ImpersonatedCredentials (#1884) ([e0c3296](https://github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde)) | |
| * Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (#1880) ([78de790](https://github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7)) | |
| * Delegate workload cert and key default lookup to helper function (#1877) ([b0993c7](https://github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959)) |
|
Do not merge until Monday 2025-12-15 |
|
@vchudnov-g There's some work going on in agent_identity_staging that also needs to be released before the freeze. But they said they need to wait for a VP review on Monday, and then release Tuesday (We enter RRC1 end of day Tuesday) We can either combine them into a single release on Tuesday, or do two back-to-back tomorrow. let me know if you have a preference |
|
Let's not block on their VP review/approval, since it is not related the Python 3.14 support. Let's just merge this on Monday, and if their changes get the green light, we can follow up with those. (If their changes get approved and merged before we get to this PR, sure, we can create and merge a new release PR and drop this one.) |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
google-auth: 2.44.0
2.44.0 (2025-12-12)
Features
MDS connections use mTLS (feat: MDS connections use mTLS #1856) (0387bb95)
support Python 3.14 (feat: support Python 3.14 #1822) (0f7097e7)
add ecdsa p-384 support (feat: add ecdsa p-384 support #1872) (39c381a5)
Add shlex to correctly parse executable commands with spaces (feat: Add shlex to correctly parse executable commands with spaces #1855) (cf6fc3cc)
Implement token revocation in STS client and add revoke() metho… (feat: Implement token revocation in STS client and add revoke() metho… #1849) (d5638986)
Bug Fixes
Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (fix(auth): Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration #1880) (78de7907)
Delegate workload cert and key default lookup to helper function (fix(auth): Delegate workload cert and key default lookup to helper function #1877) (b0993c7e)
Use public refresh method for source credentials in ImpersonatedCredentials (fix(auth): Use public refresh method for source credentials in ImpersonatedCredentials #1884) (e0c3296f)