Skip to content

Releases: googleapis/google-auth-library-nodejs

0.11.0: Now in TypeScript

05 Sep 16:48
Compare
Choose a tag to compare

This is semver major release, but we expect there will be minimal impact to existing users of the library.

Here's a list of notable changes:

  • [semver major] Treat 4xx and 5xx responses as errors (#149)
  • The module has been migrated to TypeScript. While there has been an effort to ensure that this doesn't introduce semver major differences, there is a possibility that minor differences exist as a result of transpilation.
  • In a future release we will no longer support deep loading of files within this module. For example no semver guarantees are being provided for the internal directory layout of the module.

0.10.0

29 Dec 23:45
Compare
Choose a tag to compare

Breaking bug fixes

Backwards compatible changes

0.9.10

16 Jan 21:19
Compare
Choose a tag to compare
  • Detect project ID from default application credentials

0.9.9

16 Jan 21:17
Compare
Choose a tag to compare
  • Handle symlinks to default application credentials
  • Add support for detecting project ID.
  • Add support for array of valid audiences
  • Fix devconsole links
  • Update request

0.9.8

16 Jan 21:17
Compare
Choose a tag to compare
  • Update README.md
  • Check that pem exists before verifying it
  • Fix User-Agent header
  • Fix some lint errors
  • Added test for OAuth2Client#request retry, fixed implementation
  • Fixed returned toString encoding of OAuth2Client.prototype.decodeBase64 method.
  • Use full compute metadata DNS name

0.9.7

16 Jan 21:16
Compare
Choose a tag to compare

0.9.6

16 Jan 21:13
Compare
Choose a tag to compare
  • Corrects return value in getRequestMetadata (@tbetbetbe)
  • Fixed error code not being parsed correctly (@fiznool)

0.9.5

16 Jan 21:10
Compare
Choose a tag to compare
  • Corrects usage of refresh token in jwtclient (@tbetbetbe)
  • Adds an implementation of JWT Access authorization (@tbetbetbe)
  • Adds getRequestMetadata() to the API surface (@tbetbetbe)
  • Adds an implementation of IAM authorization (@tbetbetbe)

0.9.4

16 Jan 21:04
Compare
Choose a tag to compare