Skip to content

Releases: googleapis/google-auth-library-nodejs

v7.3.0

07 Jul 17:03
dd2d07a
Compare
Choose a tag to compare

Features

  • add useJWTAccessAlways and defaultServicePath variable (#1204) (79e100e)

v7.2.0

30 Jun 21:32
f8dcb0f
Compare
Choose a tag to compare

Features

  • Implement DownscopedClient#getAccessToken() and unit test (#1201) (faa6677)

v7.1.2

10 Jun 06:33
ce09438
Compare
Choose a tag to compare

Bug Fixes

v7.1.1

02 Jun 19:02
f9c0e7b
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency puppeteer to v10 (#1182) (003e3ee)

v7.1.0

24 May 20:32
93f1e3b
Compare
Choose a tag to compare

Features

v7.0.4

06 Apr 16:32
45a79cf
Compare
Choose a tag to compare

Bug Fixes

  • do not suppress external project ID determination errors (#1153) (6c1c91d)

v7.0.3

24 Mar 17:02
6d2fe39
Compare
Choose a tag to compare

Bug Fixes

  • support AWS_DEFAULT_REGION for determining AWS region (#1149) (9ae2d30)

v7.0.2

10 Feb 19:26
e21cf6f
Compare
Choose a tag to compare

Bug Fixes

  • expose BaseExternalAccountClient and BaseExternalAccountClientOptions (#1142) (1d62c04)

v7.0.1

09 Feb 18:47
4c9da95
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#1140) (9c717f7)

v7.0.0

08 Feb 19:47
04161ba
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • integrates external_accounts with GoogleAuth and ADC (#1052)
  • workload identity federation support (#1131)

Features

  • adds service account impersonation to ExternalAccountClient (#1041) (997f124)
  • adds text/json credential_source support to IdentityPoolClients (#1059) (997f124)
  • defines ExternalAccountClient used to instantiate external account clients (#1050) (997f124)
  • defines IdentityPoolClient used for K8s and Azure workloads (#1042) (997f124)
  • defines ExternalAccountClient abstract class for external_account credentials (#1030) (997f124)
  • get AWS region from environment variable (#1067) (997f124)
  • implements AWS signature version 4 for signing requests (#1047) (997f124)
  • implements the OAuth token exchange spec based on rfc8693 (#1026) (997f124)
  • integrates external_accounts with GoogleAuth and ADC (#1052) (997f124)
  • workload identity federation support (#1131) (997f124)

Bug Fixes