solr
solr copied to clipboard
Update google.auth to v1.41.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| com.google.auth:google-auth-library-oauth2-http | dependencies | minor | 1.19.0 -> 1.41.0 |
| com.google.auth:google-auth-library-credentials | dependencies | minor | 1.19.0 -> 1.41.0 |
Release Notes
googleapis/google-auth-library-java (com.google.auth:google-auth-library-oauth2-http)
v1.41.0
Features
Bug Fixes
- Add configurable connect and read timeouts for IdentityPoolCredentials requests (#1847) (d6cff60)
- Do not retrieve the default SA principal when getting an access token (#1839) (a65c22d)
v1.40.0
Features
- Add projectId getter to GoogleCredentials (#1813) (c3d9ee0)
- Support user defined or json defined scopes for impersonated token (#1815) (84fc566)
Dependencies
v1.39.1
Documentation
v1.39.0
Features
Bug Fixes
- Indicate non-validated external credentials in generic methods (e7d4380)
Dependencies
- Add
com.google.api:api-commonsdependency (e7d4380) - Update
com.google.errorprone:error_prone_annotationsdependency to 2.38.0 (e7d4380)
v1.38.0
Features
Bug Fixes
Documentation
v1.37.1
Bug Fixes
v1.37.0
Features
Bug Fixes
- Correct capitalization of GitHub (#1761) (f79a2e4)
- Correct extra spaces in README heading (#1760) (8d26666)
- Correct misspelling of OAuth in comments (#1762) (42b9602)
- Correct typo in ServiceAccountJwtAccessCredentials.java comment (#1765) (3058b06)
- Update Javadoc reference in ExternalAccountCredentials (#1763) (5eb3659)
Documentation
v1.36.0
Features
Bug Fixes
- IdTokenCredentials should fetch license id claim when requested (#1450) (c5648a5)
- Update approval_prompt=force to prompt=consent (#1752) (4543d04)
v1.35.0
Features
- Add support for mTLS authentication via X.509 certificates (#1736) (b347603)
- Return X509 certificate chain as the subject token. (#1746) (6d05be8)
Bug Fixes
- Handle optional fields in ExternalAccountCredentials with null JSON value gracefully (#1706) (f1f306d)
v1.34.0
Features
- Implement X509 certificate provider (#1722) (4340684)
- Next release from main branch is 1.34.0 (#1698) (fe43815)
- Next release from main branch is 1.34.0 (#1702) (4507cf9)
Bug Fixes
v1.33.1
Dependencies
- Update dependency com.google.cloud:google-cloud-shared-config to v1.14.4 (53a2abc)
v1.33.0
Features
Dependencies
- Update dependency com.google.http-client:google-http-client-bom to v1.46.1 (96a5ad8)
v1.32.1
Bug Fixes
- Add cab-token-generator module to Auth BOM (#1662) (e409b02)
- Remove unnecessary nexus-staging-maven-plugin activation (#1665) (d138023)
Dependencies
- Update dependency com.google.http-client:google-http-client-bom to v1.46.0 (e53c441)
Documentation
v1.32.0
Features
Bug Fixes
- Handle 404 and non 200 Status Code from MDS Identity Token calls (#1636) (152c851)
- Respect token_uri from json in UserCredentials creation. (#1630) (f92cc4f)
Documentation
v1.31.0
Features
- ImpersonatedCredentials to support universe domain for idtoken and signblob (#1566) (adc2ff3)
- Support transport and binding-enforcement MDS parameters. (#1558) (9828a8e)
Documentation
v1.30.1
Bug Fixes
v1.30.0
Features
Bug Fixes
- Make it explicit that there is a network call to MDS to get SecureSessionAgentConfig (#1573) (18020fe)
v1.29.0
Features
Bug Fixes
v1.28.0
Features
v1.27.0
Features
v1.26.0
Features
- Updates UserAuthorizer to support retrieving token response directly with different client auth types (#1486) (1651006)
v1.25.0
Features
Bug Fixes
- ComputeEngineCredentials.createScoped should invalidate existing AccessToken (#1428) (079a065)
- Invalidate the SA's AccessToken when createScoped() is called (#1489) (f26fee7)
v1.24.1
Bug Fixes
v1.24.0
Features
- [java] allow passing libraries_bom_version from env (#1967) (#1407) (d92b421)
- Next release from main branch is 1.21.0 (#1372) (23c3cbe)
Bug Fixes
- Makes default token url universe aware (#1383) (e3caf05)
- Remove Base64 padding in DefaultPKCEProvider (#1375) (1405378)
Documentation
- Add supplier sections to table of contents (#1371) (9e11763)
- Adds docs for supplier based external account credentials (#1362) (bd898c6)
- Fix readme documentation for workload custom suppliers. (#1382) (75bd749)
v1.23.0
Features
- Add context object to pass to supplier functions (#1363) (1d9efc7)
- Adds support for user defined subject token suppliers in AWSCredentials and IdentityPoolCredentials (#1336) (64ce8a1)
- Adds universe domain for DownscopedCredentials and ExternalAccountAuthorizedUserCredentials (#1355) (17ef707)
- Modify the refresh window to match go/async-token-refresh. Serverless tokens are cached until 4 minutes before expiration, so 4 minutes is the ideal refresh window. (#1352) (a7a8d7a)
Bug Fixes
- Add missing copyright header (#1364) (a24e563)
- Issue #1347: ExternalAccountCredentials serialization is broken (#1358) (e3a2e9c)
- Refactor compute and cloudshell credentials to pass quota project to base class (#1284) (fb75239)
v1.22.0
Features
Bug Fixes
v1.21.0
Features
- Add code sample and test for getting an access token from an impersonated SA (#1289) (826ee40)
- Multi universe support, adding universe_domain field (#1282) (7eb322e)
Bug Fixes
- Remove -Xlint:unchecked, suppress all existing violations, add @CanIgnoreReturnValue (#1324) (04dfd40)
Documentation
- Update README.md to link to Cloud authentication documentation rather than AIPs (98fc7e1)
v1.20.0
Features
Bug Fixes
Documentation
Configuration
📅 Schedule: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot