Skip to content

Releases: googleapis/google-auth-library-java

v1.32.1

07 Feb 18:45
1376cf5
Compare
Choose a tag to compare

1.32.1 (2025-02-07)

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

04 Feb 20:56
6923adf
Compare
Choose a tag to compare

1.32.0 (2025-02-04)

Features

  • Introduce Client-Side Credential Access Boundary (CAB) functionality (#1629) (f481123)

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

  • Re-organize the README + Add a section on migrating to GoogleCredentials (#1644) (30b26b2)

v1.31.0

22 Jan 21:57
3ac3d83
Compare
Choose a tag to compare

1.31.0 (2025-01-22)

Features

  • ImpersonatedCredentials to support universe domain for idtoken and signblob (#1566) (adc2ff3)
  • Support transport and binding-enforcement MDS parameters. (#1558) (9828a8e)

Documentation

  • Promote use of bill of materials in quickstart documentation (#1620) (fc20d9c), closes #1552

v1.30.1

11 Dec 19:20
7ff6061
Compare
Choose a tag to compare

1.30.1 (2024-12-11)

Bug Fixes

v1.30.0

12 Nov 16:25
387b463
Compare
Choose a tag to compare

1.30.0 (2024-11-08)

Features

Bug Fixes

  • Make it explicit that there is a network call to MDS to get SecureSessionAgentConfig (#1573) (18020fe)

v1.29.0

22 Oct 17:17
d4a3763
Compare
Choose a tag to compare

1.29.0 (2024-10-22)

Features

  • Service sccount to service account impersonation to support universe domain (#1528) (c498ccf)

Bug Fixes

v1.28.0

02 Oct 17:38
d126326
Compare
Choose a tag to compare

1.28.0 (2024-10-02)

Features

v1.27.0

20 Sep 18:27
f1a91e5
Compare
Choose a tag to compare

1.27.0 (2024-09-20)

Features

  • Add api key credential as client library authorization type (#1483) (6401e51)

v1.26.0

18 Sep 18:49
b777510
Compare
Choose a tag to compare

1.26.0 (2024-09-18)

Features

  • Updates UserAuthorizer to support retrieving token response directly with different client auth types (#1486) (1651006)

v1.25.0

04 Sep 21:25
ed2e283
Compare
Choose a tag to compare

1.25.0 (2024-09-03)

Features

  • Support retrieving ID Token from IAM endpoint for ServiceAccountCredentials (#1433) (4fcf83e)

Bug Fixes

  • ComputeEngineCredentials.createScoped should invalidate existing AccessToken (#1428) (079a065)
  • Invalidate the SA's AccessToken when createScoped() is called (#1489) (f26fee7)