Skip to content

Releases: googleapis/gax-nodejs

v1.0.0

09 May 19:46
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency @grpc/grpc-js to ^0.4.0 (#487) (981b1ed)
  • deps: update dependency google-auth-library to v4 (#493) (03236f4)

Build System

Features

BREAKING CHANGES

  • use @grpc/grpc-js instead of grpc (#484)
  • upgrade engines field to >=8.10.0 (#483)

v0.26.0

01 May 22:33
1159242
Compare
Choose a tag to compare

04-30-2019 20:45 PDT

Implementation Changes

  • refactor: a huge refactor of call handling (#467)
  • feat: do not use legacy grpc loadObject (#477)

New Features

  • feat: turned google-proto-files into a dev dependency (#470)

Dependencies

  • chore(deps): unpin grpc (#475)
  • fix: pin grpc 1.20.0 (#474)
  • chore(deps): update dependency nyc to v14 (#468)
  • fix(deps): update dependency @grpc/proto-loader to ^0.5.0 (#466)
  • chore(deps): update dependency mocha to ~6.1.0 (#464)
  • chore(deps): update dependency typescript to ~3.4.0
  • chore(deps): update dependency @types/semver to v6

Internal / Testing Changes

  • test: end-to-end system test (#471)
  • update to .nycrc with --all enabled (#476)
  • test: better return type for typescript 3.4.0 (#463)

v0.25.6

29 Mar 20:46
Compare
Choose a tag to compare

03-28-2019 21:27 PDT

Fixes

  • fix(deps): update dependency semver to v6
  • fix: bundling is optional in MethodConfig (#459)
  • fix(ts): drop dependency on @types/duplexify (#458)

Internal / Testing Changes

  • chore: publish to npm using wombat (#453)
  • build: use per-repo publish token (#449)

v0.25.5

15 Mar 22:01
2017a3f
Compare
Choose a tag to compare

03-15-2019 14:01 PDT

Implementation Changes

  • fix: includes @types/duplexify in package (#441)

Dependencies

  • fix(deps): update dependency google-proto-files to ^0.19.0
  • chore(deps): update dependency @types/source-map-support to ^0.5.0 (#442)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#444)
  • build: use node10 to run samples-test, system-test etc (#443)
  • build: update kokoro config (#440)
  • test: longer timeout for Pub/Sub system tests (#451)

v0.25.4

01 Mar 15:01
Compare
Choose a tag to compare

02-28-2019 17:51 PST

Implementation Changes

  • fix: do not hang in LRO forever if API returned nothing (#436)

v0.25.3

26 Feb 20:30
Compare
Choose a tag to compare

02-26-2019 12:08 PST

Implementation Changes

  • fix: monitoring could be a common proto (#434)
  • refactor: cleanup unused files (#422)
  • chore(typescript): export common API call types (#433)

Dependencies

  • chore(deps): update dependency mocha to v6 (#430)

Documentation

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

Internal / Testing Changes

  • build: use linkinator for docs test (#428)

v0.25.2

12 Feb 21:17
afc0e53
Compare
Choose a tag to compare

02-12-2019 01:16 PST

  • fix: do not fail if bundledField is missing (#424)
  • fix: do not use console.warn or console.error (#426)

Implementation Changes

  • refactor: snake case savagery is for pythonistas 🙅‍♂️🐍 (#421)
  • refactor: clean up operations client (#420)

Internal / Testing Changes

  • test: do not use grpc-js in regular system test (#425)
  • build: create docs test npm scripts (#423)

v0.25.1

09 Feb 02:42
Compare
Choose a tag to compare

02-08-2019 18:01 PST

This is a patch release that fixes the code working with grpc-js (#400).
It's not supposed to be used in production (yet), so it's hidden behind a secret environment variable.
We'll let you know when it's ready to use!

Dependencies

  • fix(deps): update dependency walkdir to v0.3.2 (#413)
  • fix(deps): update dependency walkdir to v0.2.0 (#410)
  • fix(deps): update dependency walkdir to v0.1.0 (#407)

Documentation

  • docs: update contributing guide (#414)
  • docs: add lint/fix example to contributing guide (#409)
  • docs: fix type for retryCodes (#404)

Internal / Testing Changes

  • build: test using @grpc/grpc-js in CI (#418)
  • chore: don't run system tests with grpc-js (#417)
  • test: enable testing of grpc-js (#400)

v0.25.0

29 Jan 16:31
Compare
Choose a tag to compare

01-28-2019 23:31 PST

New Features

  • Add grpc-gcp support in gax (#396)

Dependencies

  • chore(deps): update dependency eslint-config-prettier to v4 (#399)

v0.24.0

24 Jan 20:31
e7cc247
Compare
Choose a tag to compare

01-24-2019 08:49 PST

Dependencies

  • fix(deps): update dependency @grpc/proto-loader to ^0.4.0 (#395)
  • fix(deps): update dependency google-auth-library to v3 (#394)