CHANGELOG.md
25.3 KB
Changelog
1.11.0 (2019-11-14)
Features
Bug Fixes
1.10.0 (2019-11-12)
Features
Bug Fixes
1.9.1 (2019-11-11)
Bug Fixes
1.9.0 (2019-11-09)
Features
Bug Fixes
1.8.0 (2019-11-08)
Features
- export GaxCall in apiTypes (c451c32)
Bug Fixes
1.7.5 (2019-10-14)
Bug Fixes
1.7.4 (2019-10-10)
Bug Fixes
1.7.3 (2019-10-10)
Bug Fixes
1.7.2 (2019-10-09)
Bug Fixes
1.7.1 (2019-10-09)
Bug Fixes
1.7.0 (2019-10-09)
Features
1.6.4 (2019-10-03)
Bug Fixes
1.6.3 (2019-10-02)
Bug Fixes
1.6.2 (2019-09-27)
Bug Fixes
1.6.1 (2019-09-20)
Bug Fixes
1.6.0 (2019-09-19)
Features
1.5.2 (2019-09-05)
Bug Fixes
1.5.1 (2019-08-28)
Bug Fixes
1.5.0 (2019-08-28)
Features
1.4.0 (2019-08-27)
Features
- add AbortController for node-fetch (#569) (92b7590)
- support sending
x-goog-request-params
(and other extra) headers for fallback requests (#568) (a1e6570) - use JSON proto for LRO client (#574) (92a11c1)
1.3.0 (2019-08-01)
Features
1.2.1 (2019-07-31)
Bug Fixes
1.2.0 (2019-07-29)
Bug Fixes
- deps: update dependency @grpc/grpc-js to 0.5.0 (#548) (a431c63)
- deps: update dependency google-auth-library to v5 (#552) (9c98083)
Features
- allow to pass just one file path to loadProto (#543) (5429ad9)
- compileProtos bin script (#547) (1334c6d)
- reexport protobufjs from gax (#544) (b86a2c6)
1.1.5 (2019-07-13)
Dependency upgrade
-
@grpc/grpc-js
is upgraded to^0.5.2
to fix the invalid metadata problem (fixing this issue and several duplicates).
1.1.4 (2019-07-02)
Bug Fixes
1.1.3 (2019-06-26)
Bug Fixes
1.1.2 (2019-06-20)
Bug Fixes
1.1.1 (2019-05-17)
Bug Fixes
1.1.0 (2019-05-16)
Bug Fixes
- deps: update dependency walkdir to 0.4.0 (#499) (d2e01bd)
- DEADLINE_EXCEEDED retry code is idempotent (#495) (8c59bda)
Features
1.0.0 (2019-05-09)
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
04-30-2019 20:45 PDT
Implementation Changes
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
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
v0.25.5
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
02-28-2019 17:51 PST
Implementation Changes
- fix: do not hang in LRO forever if API returned nothing (#436)
v0.25.3
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
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
v0.25.1
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
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
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)
v0.23.0
01-11-2019 13:32 PST
Implementation Changes
- fix: include status code on errors (#390)
- fix: Change to "greater than" for limit on number of elements (#386)
- fix(ts): export CallSettings and RetryOptions (#360)
Dependencies
- chore(deps): update dependency @types/sinon to v7 (#385)
- chore(deps): update dependency typescript to ~3.2.0 (#364)
- chore(deps): update dependency gts to 0.9.0 (#355)
Documentation
- build: check broken links in generated docs (#387)
Internal / Testing Changes
- chore(build): inject yoshi automation key (#384)
- chore: update nyc and eslint configs (#383)
- chore: npm-install-retry is not a thing anymore (#381)
- chore: fix publish.sh permission +x (#380)
- fix(build): fix Kokoro release script (#379)
- build: add Kokoro configs for autorelease (#378)
- chore: always nyc report before calling codecov (#375)
- chore: nyc ignore build/test by default (#374)
- chore: update synth metadata (#372)
- chore: fix openssl decrypt (#367)
- test: enable pub/sub system tests (#366)
- chore: don't say operations_client.ts is autogen'd (#361)
- test: don't run Pub/Sub system tests (#362)
- chore: include format and lint tools for samples (#359)
- chore: add a synth.metadata
v0.22.1
11-12-2018 16:56 PST
Dependencies
- Update grpc dependency (#353)
Internal / Testing Changes
- Update eslintignore config (#352)
v0.22.0
11-12-2018 15:05 PST
New Features
- feat: to support GRPC-GCP Extension, include additional options in grpcOptions (#328)
v0.21.0
11-10-2018 11:27 PST
This is a minor service release that largely contains updates to other modules. The upgrade to google-proto-files
and walkdir
in particular should improve load time of the module by at least ~100ms.
Dependencies
- fix(deps): update dependency google-proto-files to 0.18.0 (#348)
- fix: use
walkdir
instead ofglobby
(#346) - chore(deps): update dependency through2 to v3 (#343)
- chore: update grpc to 1.15.1 (#316)
- fix(deps): update dependency @grpc/grpc-js to 0.3.0 (#308)
Internal / Testing Changes
- fix: improve types, remove dead code (#340)
- refactor: enable noImplicitThis in the tsconfig (#347)
- refactor: drop extend and lodash.flatten (#345)
- chore: remove temporary folder (#339)
- chore: use latest npm on Windows (#344)
- refactor: clean up lodash and use strict (#342)
- chore: include build in eslintignore (#337)
- chore: system tests for gax (#334)
- chore: update issue templates (#333)
- Update issue templates
- chore: remove old issue template (#329)
- build: run tests on node11 (#327)
- fix: better types for GAPIC clients (#326)
- chores(build): do not collect sponge.xml from windows builds (#325)
- chores(build): run codecov on continuous builds (#324)
- chore: update new issue template (#323)
- build: fix codecov uploading on Kokoro (#320)
- fix(deps): update dependency google-proto-files to 0.17.0 (#317)
- chore(deps): update dependency sinon to v7 (#319)
- Update kokoro config (#315)
- chore(deps): update dependency typescript to ~3.1.0 (#313)
- Update CI config (#312)
- build: prevent system/sample-test from leaking credentials
- Update the kokoro config (#309)
- test: remove appveyor config (#307)
- Update CI config (#306)
- Enable prefer-const in the eslint config (#304)
- Enable no-var in eslint (#303)
v0.18.0
Implementation Changes
BREAKING CHANGE:
- fix: drop support for node.js 4.x and 9.x (#262)
New Features
Dependencies
- refactor: add dependency on @grpc/proto-loader (#229)
- chore(deps): update dependency typescript to v3 (#275)
- fix(deps): update dependency @grpc/proto-loader to 0.3.0 (#269)
- chore(deps): update dependency gts to 0.8.0 (#266)
- chore(package): Update gts to the latest version 🚀 (#255)
- chore(package): update @types/globby to version 8.0.0 (#257)
Documentation
- Add Code of Conduct
Internal / Testing Changes
- chore: move mocha options to mocha.opts (#274)
- test: fixing timeouts (#264)
- Configure Renovate (#258)
- fix: fix typo in a test (#260)
- fix: update linking for samples (#259)
- refactor: remove prettier, eslint, jshint (#254)