From 462eecc8bea9256cdfdbbea2f9501f2b45a40acf Mon Sep 17 00:00:00 2001 From: Dave Gramlich Date: Mon, 28 Jan 2019 10:07:44 -0800 Subject: [PATCH] Release v0.24.0 (#452) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c334ececa..9244cd8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ [1]: https://www.npmjs.com/package/nodejs-pubsub?activeTab=versions +## v0.24.0 + +01-28-2019 09:54 PST + +### New Features +- fix(auth): pass project id to gax clients ([#447](https://github.com/googleapis/nodejs-pubsub/pull/447)) +- refactor(typescript): noImplicityAny for topic.ts and subscription.ts ([#420](https://github.com/googleapis/nodejs-pubsub/pull/420)) +- refactor: improve subscriber error handling ([#440](https://github.com/googleapis/nodejs-pubsub/pull/440)) +- feat(subscription): auto close sub on non-recoverable errors ([#441](https://github.com/googleapis/nodejs-pubsub/pull/441)) + +### Dependencies +- chore(deps): update dependency eslint-config-prettier to v4 ([#450](https://github.com/googleapis/nodejs-pubsub/pull/450)) +- fix(deps): update dependency google-gax to ^0.24.0 ([#444](https://github.com/googleapis/nodejs-pubsub/pull/444)) +- fix(deps): update dependency google-auth-library to v3 ([#433](https://github.com/googleapis/nodejs-pubsub/pull/433)) + +### Documentation +- build: ignore googleapis.com in doc link check ([#439](https://github.com/googleapis/nodejs-pubsub/pull/439)) +- chore: update year in the license headers. ([#434](https://github.com/googleapis/nodejs-pubsub/pull/434)) + +### Internal / Testing Changes +- chore: remove trailing whitespace in package.json +- fix(sample): factor setTimeout jitter into assertion ([#449](https://github.com/googleapis/nodejs-pubsub/pull/449)) +- fix(test): broken snapshot test hook ([#448](https://github.com/googleapis/nodejs-pubsub/pull/448)) + ## v0.23.0 01-16-2019 13:09 PST diff --git a/package.json b/package.json index 5e23f7a2f..a0a1a13f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/pubsub", "description": "Cloud Pub/Sub Client Library for Node.js", - "version": "0.23.0", + "version": "0.24.0", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/samples/package.json b/samples/package.json index 781372cea..86e77246b 100644 --- a/samples/package.json +++ b/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/pubsub": "^0.23.0", + "@google-cloud/pubsub": "^0.24.0", "yargs": "^12.0.0" }, "devDependencies": {