gax-kotlin
gax-kotlin copied to clipboard
fix(deps): update dependency com.google.auth:google-auth-library-credentials to v1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
com.google.auth:google-auth-library-credentials | 0.9.1 -> 1.27.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-auth-library-java (com.google.auth:google-auth-library-credentials)
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
v1.19.0
Features
- Expose test-jar and mock classes in oauth2 (12e8db6)
v1.18.0
Features
v1.17.0
Features
- Adds universe_domain to external account creds (#1199) (608ee87)
- Expose method to manually obtain ADC from gcloud CLI well-known… (#1188) (2fa9d52)
- Updating readme for external account authorized user credentials (#1200) (bf25574)
Bug Fixes
- Do not expose universe_domain yet (#1206) (9cce49c)
- Improve errors and warnings related to ADC (#1172) (6d2251c)
- Marking 503 as retryable for Compute credentials (#1205) (8ea9445)
v1.16.1
Bug Fixes
- Make supporting classes of AwsCredentials serializable (#1113) (82bf871)
- Remove AWS credential source validation. (#1177) (77a99c9)
v1.16.0
Features
Bug Fixes
- Create and reuse self signed jwt creds for better performance (#1154) (eaaa8e8)
- Java doc for DefaultPKCEProvider.java (#1148) (154c127)
- Removed url pattern validation for google urls in external account credential configurations (#1150) (35495b1)
Documentation
v1.15.0
Features
- Adds external account authorized user credentials (#1129) (06bf21a)
- Expose scopes granted by user (#1107) (240c26b)
Bug Fixes
- AccessToken scopes clean serialization and default as empty list (#1125) (f55d41f)
- Enforce Locale.US for AwsRequestSignerTest (#1111) (aeb1218)
- Ensure both refreshMargin and expirationMargin are set when using OAuth2CredentialsWithRefresh (#1131) (326e4a1)
v1.14.0
Features
- Add GDCH support (#1087) (cfafb2d)
- Adding functional tests for Compute Engine (#1105) (6f32ac3)
- Introduce Environment Variable for Quota Project Id (#1082) (040acef)
- Next release from main branch is 1.13.0 (#1077) (d56eee0)
Bug Fixes
- AwsCredentials should not call metadata server if security creds and region are retrievable through environment vars (#1100) (1ff5772)
- Not loosing the access token when calling UserCredentials#ToBuil… (#993) (84afdb8)
v1.13.0
Features
Bug Fixes
- Empty string check for aws url validation (#1089) (6f177a1)
- Validate url domain for aws metadata urls (#1079) (31fe461)
v1.12.2
Bug Fixes
v1.12.1
Bug Fixes
v1.12.0
Features
Bug Fixes
Documentation
v1.11.0
Features
Bug Fixes
- Add retries to public key fetch (#983) (1200a39)
- Add Test to validate 0x20 in token (#971) (612db0a)
- Change revoke request from get to post (#979) (ead58b2)
- Setting the retry count to default value and enabling ioexceptions to retry (#988) (257071a)
- Updates IdTokenVerifier so that it does not cache a failed public key response (#967) (1f4c9c7)
v1.10.0
Features
Bug Fixes
Documentation
v1.9.0
Features
Bug Fixes
- expiration time of the ImpersonatedCredentials token depending on the current host's timezone (#932) (73af08a)
Documentation
v1.8.1
Bug Fixes
v1.8.0
Features
- add build scripts for native image testing in Java 17 (#1440) (#923) (bbb51ce)
- Adds Pluggable Auth support (WIF) (#908) (c3e8d16)
Documentation
v1.7.0
Features
- Add ability to provide PrivateKey as Pkcs8 encoded string #883 (#889) (e0d6996)
- Add iam endpoint override to ImpersonatedCredentials (#910) (97bfc4c)
Bug Fixes
v1.6.1
Bug Fixes
v1.6.0
Features
Bug Fixes
- ImmutableSet converted to List for Impersonated Credentials (#732) (7dcd549)
- update library docs (#868) (a081015)
1.5.3 (2022-02-24)
Bug Fixes
1.5.2 (2022-02-24)
Bug Fixes
1.5.1 (2022-02-22)
Bug Fixes
v1.5.3
v1.4.0
Features
Bug Fixes
- (WIF) remove erroneous check for the subject token field name for text credential source (#822) (6d35c68)
- java: add -ntp flag to native image testing command (#1299) (#807) (aa6654a)
- java: run Maven in plain console-friendly mode (#1301) (#818) (4df45d0)
v1.3.0
Features
Bug Fixes
- java: java 17 dependency arguments (#1266) (#779) (9160a53)
- service account impersonation with workforce credentials (#770) (6449ef0)
1.2.2 (2021-10-20)
Bug Fixes
1.2.1 (2021-10-11)
Bug Fixes
v1.2.2
v1.2.1
v1.2.0
Features
Bug Fixes
- allow empty workforce_pool_user_project (#752) (e1cbce1)
- timing of stale token refreshes on ComputeEngine (#749) (c813d55)
- workforce audience (#741) (a08cacc)
v1.1.0
Features
Bug Fixes
- add validation for the token URL and service account impersonation URL for Workload Identity Federation (#717) (23cb8ef)
Documentation
v1.0.0
⚠ BREAKING CHANGES
- updating google-auth-library-java min Java version to 1.8
Features
- GA release of google-auth-library-java (ver 1.0.0) (#704) (3d9874f)
- updating google-auth-library-java min Java version to 1.8 (3d9874f)
Bug Fixes
- Add shopt -s nullglob to dependencies script (#693) (c5aa708)
- Update dependencies.sh to not break on mac (c5aa708)
v0.27.0
Features
- add Id token support for UserCredentials (#650) (5a8f467)
- add impersonation credentials to ADC (#613) (b9823f7)
- Adding functional tests for Service Account (#685) (dfe118c)
- allow scopes for self signed jwt (#689) (f4980c7)
v0.26.0
Features
- add
gcf-owl-bot[bot]
toignoreAuthors
(#674) (359b20f) - added getter for credentials object in HttpCredentialsAdapter (#658) (5a946ea)
- enable pre-emptive async oauth token refreshes (#646) (e3f4c7e)
- Returning an issuer claim on request errors (#656) (95d70ae)
Bug Fixes
0.25.5 (2021-04-22)
Dependencies
0.25.4 (2021-04-15)
Bug Fixes
0.25.3 (2021-04-12)
Dependencies
0.25.2 (2021-03-18)
Bug Fixes
- follow up fix service account credentials createScopedRequired (#605) (7ddac43)
- support AWS_DEFAULT_REGION env var (#599) (3d066ee)
0.25.1 (2021-03-18)
Bug Fixes
v0.25.5
v0.25.4
v0.25.3
v0.25.2
v0.25.2-sp.1
Features
v0.25.1
v0.25.0
Features
0.24.1 (2021-02-25)
Dependencies
v0.24.1
v0.24.0
Features
Bug Fixes
Documentation
v0.23.0
⚠ BREAKING CHANGES
- privatize deprecated constructor (#473)
Features
- allow custom lifespan for impersonated creds (#515) (0707ed4)
- allow custom scopes for compute engine creds (#514) (edc8d6e)
- allow set lifetime for service account creds (#516) (427f2d5)
- promote IdToken and JWT features (#538) (b514fe0)
Bug Fixes
- per google style, logger is lower case (#529) (ecfc6a2)
- privatize deprecated constructor (#473) (5804ff0)
- remove deprecated methods (#537) (427963e)
- replace non-precondition use of Preconditions (#539) (f2ab4f1)
- switch to GSON (#531) (1b98d5c)
- use default timeout if given 0 for ImpersonatedCredentials (#527) (ec74870)
Dependencies
- update dependency com.google.appengine:appengine-api-1.0-sdk to v1.9.84 (#422) (b262c45)
- update dependency com.google.guava:guava to v30.1-android (#522) (4090d1c)
Documentation
0.22.2 (2020-12-11)
Bug Fixes
- quotaProjectId should be applied for cached
getRequestMetadata(URI, Executor, RequestMetadataCallback)
(#509) (0a8412f)
0.22.1 (2020-11-05)
Bug Fixes
Dependencies
- update dependency com.google.guava:guava to v30 (#497) (0551649)
- update dependency com.google.http-client:google-http-client-bom to v1.38.0 (#503) (46f20bc)
v0.22.2
v0.22.1
v0.22.0
Features
Documentation
Dependencies
0.21.1 (2020-07-07)
Dependencies
v0.21.1
v0.21.0
Features
Dependencies
- update autovalue packages to v1.7.2 (#429) (5758364)
- update dependency com.google.http-client:google-http-client-bom to v1.35.0 (#427) (5494ec0)
- update Guava to 29.0-android (#426) (0cd3c2e)
v0.20.0
Features
Dependencies
v0.19.0
Features
Dependencies
- update appengine-sdk to 1.9.76 (#366) (590883d)
- update autovalue packages to v1.7 (#365) (42a1694)
- update dependency com.google.appengine:appengine to v1.9.77 (#377) (c3c950e)
- update dependency com.google.http-client:google-http-client-bom to v1.33.0 (#374) (af0af50)
Documentation
- remove outdated comment on explicit IP address (#370) (71faa5f)
- xml syntax error in bom/README.md (#372) (ff8606a), closes #371
0.18.0 (2019-10-09)
Bug Fixes
- make JwtClaims.newBuilder() public (#350) (6ab8758)
- move autovalue into annotation processor path instead of classpath (#358) (a82d348)
Dependencies
Documentation
0.17.4 (2019-10-08)
Bug Fixes
- make JwtClaims.newBuilder() public (#350) (6ab8758)
- move autovalue into annotation processor path instead of classpath (#358) (a82d348)
Dependencies
Documentation
- fix include instructions in google-auth-library-bom README (#352) ([f649735](https://www.github.com
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.