# Changelog [npm history][1] [1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions ## v0.22.1 11-12-2018 16:56 PST ### Dependencies - Update grpc dependency ([#353](https://github.com/googleapis/gax-nodejs/pull/353)) ### Internal / Testing Changes - Update eslintignore config ([#352](https://github.com/googleapis/gax-nodejs/pull/352)) ## v0.22.0 11-12-2018 15:05 PST ### New Features - feat: to support GRPC-GCP Extension, include additional options in grpcOptions ([#328](https://github.com/googleapis/gax-nodejs/pull/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](https://github.com/googleapis/gax-nodejs/pull/348)) - fix: use `walkdir` instead of `globby` ([#346](https://github.com/googleapis/gax-nodejs/pull/346)) - chore(deps): update dependency through2 to v3 ([#343](https://github.com/googleapis/gax-nodejs/pull/343)) - chore: update grpc to ^1.15.1 ([#316](https://github.com/googleapis/gax-nodejs/pull/316)) - fix(deps): update dependency @grpc/grpc-js to ^0.3.0 ([#308](https://github.com/googleapis/gax-nodejs/pull/308)) ### Internal / Testing Changes - fix: improve types, remove dead code ([#340](https://github.com/googleapis/gax-nodejs/pull/340)) - refactor: enable noImplicitThis in the tsconfig ([#347](https://github.com/googleapis/gax-nodejs/pull/347)) - refactor: drop extend and lodash.flatten ([#345](https://github.com/googleapis/gax-nodejs/pull/345)) - chore: remove temporary folder ([#339](https://github.com/googleapis/gax-nodejs/pull/339)) - chore: use latest npm on Windows ([#344](https://github.com/googleapis/gax-nodejs/pull/344)) - refactor: clean up lodash and use strict ([#342](https://github.com/googleapis/gax-nodejs/pull/342)) - chore: include build in eslintignore ([#337](https://github.com/googleapis/gax-nodejs/pull/337)) - chore: system tests for gax ([#334](https://github.com/googleapis/gax-nodejs/pull/334)) - chore: update issue templates ([#333](https://github.com/googleapis/gax-nodejs/pull/333)) - Update issue templates - chore: remove old issue template ([#329](https://github.com/googleapis/gax-nodejs/pull/329)) - build: run tests on node11 ([#327](https://github.com/googleapis/gax-nodejs/pull/327)) - fix: better types for GAPIC clients ([#326](https://github.com/googleapis/gax-nodejs/pull/326)) - chores(build): do not collect sponge.xml from windows builds ([#325](https://github.com/googleapis/gax-nodejs/pull/325)) - chores(build): run codecov on continuous builds ([#324](https://github.com/googleapis/gax-nodejs/pull/324)) - chore: update new issue template ([#323](https://github.com/googleapis/gax-nodejs/pull/323)) - build: fix codecov uploading on Kokoro ([#320](https://github.com/googleapis/gax-nodejs/pull/320)) - fix(deps): update dependency google-proto-files to ^0.17.0 ([#317](https://github.com/googleapis/gax-nodejs/pull/317)) - chore(deps): update dependency sinon to v7 ([#319](https://github.com/googleapis/gax-nodejs/pull/319)) - Update kokoro config ([#315](https://github.com/googleapis/gax-nodejs/pull/315)) - chore(deps): update dependency typescript to ~3.1.0 ([#313](https://github.com/googleapis/gax-nodejs/pull/313)) - Update CI config ([#312](https://github.com/googleapis/gax-nodejs/pull/312)) - build: prevent system/sample-test from leaking credentials - Update the kokoro config ([#309](https://github.com/googleapis/gax-nodejs/pull/309)) - test: remove appveyor config ([#307](https://github.com/googleapis/gax-nodejs/pull/307)) - Update CI config ([#306](https://github.com/googleapis/gax-nodejs/pull/306)) - Enable prefer-const in the eslint config ([#304](https://github.com/googleapis/gax-nodejs/pull/304)) - Enable no-var in eslint ([#303](https://github.com/googleapis/gax-nodejs/pull/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)