Skip to content

Releases: googleapis/google-auth-library-nodejs

v4.2.3

24 Jun 15:31
Compare
Choose a tag to compare

Bug Fixes

  • feature detection to check for browser (#738) (83a5ba5)

v4.2.2

18 Jun 23:46
Compare
Choose a tag to compare

Bug Fixes

  • compute: correctly specify scopes when fetching token (#735) (4803e3c)

v4.2.1

14 Jun 16:51
Compare
Choose a tag to compare

Bug Fixes

v4.2.0

05 Jun 17:03
Compare
Choose a tag to compare

Bug Fixes

Features

  • make both crypto implementations support sign (#727) (e445fb3)

v4.1.0

29 May 17:46
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-auth-library to v4 (#705) (2b13344)

Features

v4.0.0

08 May 19:23
c4b2feb
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency arrify to v2 (#684) (1757ee2)
  • deps: update dependency gaxios to v2 (#681) (770ad2f)
  • deps: update dependency gcp-metadata to v2 (#701) (be20528)
  • deps: update dependency gtoken to v3 (#702) (2c538e5)
  • re-throw original exception and preserve message in compute client (#668) (dffd1cc)
  • surface original stack trace and message with errors (#651) (8fb65eb)
  • throw on missing refresh token in all cases (#670) (0a02946)
  • throw when adc cannot acquire a projectId (#658) (ba48164)
  • deps: update dependency semver to v6 (#655) (ec56c88)

Build System

Features

  • support scopes on compute credentials (#642) (1811b7f)

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#686)

v3.1.2

25 Mar 14:01
Compare
Choose a tag to compare

03-22-2019 15:38 PDT

Implementation Changes

  • fix: getCredential(): load credentials with getClient() (#648)

Internal / Testing Changes

  • chore: publish to npm using wombat (#645)

v3.1.1

18 Mar 15:46
Compare
Choose a tag to compare

03-18-2019 08:32 PDT

Bug Fixes

  • fix: Avoid loading fast-text-encoding if not in browser environment (#627)

Dependencies

  • fix(deps): update dependency gcp-metadata to v1 (#632)

Documentation

  • docs: update links in contrib guide (#630)

Internal / Testing Changes

  • build: use per-repo publish token (#641)
  • build: Add docuploader credentials to node publish jobs (#639)
  • build: use node10 to run samples-test, system-test etc (#638)
  • build: update release configuration
  • chore(deps): update dependency @types/lru-cache to v5 (#635)
  • chore(deps): update dependency mocha to v6
  • chore: fix lint (#631)
  • build: use linkinator for docs test (#628)
  • chore(deps): update dependency @types/tmp to ^0.0.34 (#629)
  • build: create docs test npm scripts (#625)
  • build: test using @grpc/grpc-js in CI (#624)

v3.1.0

08 Feb 17:01
Compare
Choose a tag to compare

02-08-2019 08:29 PST

Bug fixes

  • fix: use key file when fetching project id (#618)
  • fix: Throw error if there is no refresh token despite the necessity of refreshing (#605)

New Features

  • feat: allow passing constructor options to getClient (#611)

Documentation

  • docs: update contributing path in README (#621)
  • chore: move CONTRIBUTING.md to root (#619)
  • docs: add lint/fix example to contributing guide (#615)
  • docs: use the People API for samples (#609)

Internal / Testing Changes

  • chore(deps): update dependency typescript to ~3.3.0 (#612)
  • chore(deps): update dependency eslint-config-prettier to v4 (#604)
  • build: ignore googleapis.com in doc link check (#602)
  • chore(deps): update dependency karma to v4 (#603)

v3.0.1

18 Jan 15:01
Compare
Choose a tag to compare

01-16-2019 21:04 PST

Bug Fixes

  • fix(deps): upgrade to the latest gaxios (#596)