Skip to content

Releases: googleapis/google-auth-library-java

v1.36.0

29 May 00:15
153fa4a

Choose a tag to compare

1.36.0 (2025-05-28)

Features

  • Support ability to set universe domain in ServiceAccountJwtAccessCredentials (#1754) (919ae32)

Bug Fixes

  • IdTokenCredentials should fetch license id claim when requested (#1450) (c5648a5)
  • Update approval_prompt=force to prompt=consent (#1752) (4543d04)

v1.35.0

12 May 23:34
8b0f921

Choose a tag to compare

1.35.0 (2025-05-12)

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

01 May 18:26
47ba77f

Choose a tag to compare

1.34.0 (2025-04-29)

Features

Bug Fixes

  • Do not add padding in Client-Side CAB tokens. (#1728) (8a75ccd)

v1.33.1

25 Feb 15:40
f55eb04

Choose a tag to compare

1.33.1 (2025-02-25)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-config to v1.14.4 (53a2abc)

v1.33.0

24 Feb 20:42
a27c501

Choose a tag to compare

1.33.0 (2025-02-24)

Features

Dependencies

  • Update dependency com.google.http-client:google-http-client-bom to v1.46.1 (96a5ad8)

v1.32.1

07 Feb 18:45
1376cf5

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

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

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

Choose a tag to compare

1.30.1 (2024-12-11)

Bug Fixes

v1.30.0

12 Nov 16:25
387b463

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)