Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @google-cloud/pubsub to the latest version 🚀 #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 14, 2018

The dependency @google-cloud/pubsub was updated from 0.20.1 to 0.21.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v0.21.0

11-12-2018 17:25 PST

Implementation Changes

BREAKING CHANGE
@google-cloud/pubsub now uses ES6 import/export syntax since v0.21.0.

Before:

const pubsub = require('@google-cloud/pubsub')();
// OR
const PubSub = require('@google-cloud/pubsub');
const pubsub = new PubSub();

Now:

const {PubSub} = require('@google-cloud/pubsub');
const pubsub = new PubSub();
  • refactor: use Object.assign where possible (#324)
  • fix(subscription): promisify Subscription#close (#282)
  • fix: maxBytes batching sending empty messages (#281)
  • (New) Synchronous Pull with Lease Management (#272)
  • Switch to let/const (#254)

Road to TypeScript

  • refactor(ts): introduce a round of types (#319)
  • refactor(ts): enable noImplicitThis (#316)
  • refactor(ts): convert to typescript (#310)

New Features

  • feat: add expiration policy (#287)

Dependencies

  • chore(deps): update dependency eslint-plugin-prettier to v3 (#274)
  • fix(deps): update dependency google-proto-files to ^0.17.0 (#284)
  • chore(deps): update dependency sinon to v7 (#285)
  • chore(deps): update dependency eslint-plugin-node to v8 (#300)
  • fix(deps): update dependency through2 to v3 (#320)
  • refactor: drop dependencies on google-proto-files and async (#329)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#328)
  • chore(deps): update dependency @types/is to v0.0.21 (#323)
  • fix(deps): update dependency google-gax to ^0.20.0 (#252)

Documentation

  • fix quickstart tag in v0.20 docs (#271)

Samples

  • Pub/Sub Synchronous Pull Example (#259)
  • Update sample topic and subscription names
  • Add Pub/Sub ack deadline example (#315)
  • docs(samples): update samples to use async/await (#305)
  • chore: adjust samples timeout (#283)
  • Fix the topic name in the samples (#262)

Internal / Testing Changes

  • chore: update eslintignore config (#332)
  • chore(build): eslint all js files, and use js for all generated files (#331)
  • chore: drop contributors from multiple places (#325)
  • chore: use latest npm on Windows (#322)
  • chore: update CircleCI config (#309)
  • chore: include build in eslintignore (#304)
  • chore: update issue templates (#299)
  • chore: remove old issue template (#297)
  • build: run tests on node11 (#296)
  • chores(build): do not collect sponge.xml from windows builds (#295)
  • chores(build): run codecov on continuous builds (#294)
  • chore: update new issue template (#293)
  • build: fix codecov uploading on Kokoro (#286)
  • Update kokoro config (#275)
  • Update Kokoro configs (#270)
  • Update kokoro config (#269)
  • test: remove appveyor config (#268)
  • Update CI config (#266)
  • Run prettier on smoke tests (#265)
  • Fix the linter (#261)
  • Enable prefer-const in the eslint config (#260)
  • Enable no-var in eslint (#257)
Commits

The new version differs by 50 commits ahead by 50, behind by 2.

  • 2fe206b feat: release @google-cloud/pubsub v0.21.0 (#333)
  • b852c58 fix(deps): update dependency google-gax to ^0.22.0 (#335)
  • f465ba9 chore(deps): update dependency gts to ^0.9.0 (#334)
  • f9466ce chore: update eslintignore config (#332)
  • f50b95d chore(build): eslint all js files, and use js for all generated files (#331)
  • e2444d9 refactor: drop dependencies on google-proto-files and async (#329)
  • e0b4518 docs(samples): update samples to use async/await (#305)
  • aa9c442 chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#328)
  • f551564 refactor: use Object.assign where possible (#324)
  • 5c8b2e0 chore: drop contributors from multiple places (#325)
  • cdcc23f chore(deps): update dependency @types/is to v0.0.21 (#323)
  • 8c1efa6 refactor(ts): introduce a round of types (#319)
  • f50fd13 chore: use latest npm on Windows (#322)
  • 6cd4da3 fix(deps): update dependency through2 to v3 (#320)
  • bb357fc refactor(ts): enable noImplicitThis (#316)

There are 50 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 15, 2018

Update to this version instead 🚀

Release Notes for v0.21.1

Bug fixes

  • fix: include protos in the package (#336)
Commits

The new version differs by 2 commits.

  • 6e420e7 Release v0.21.1 (#337)
  • 2cc9cf7 fix: include protos in the package (#336)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2018

Update to this version instead 🚀

Release Notes for v0.22.0

Implementation Changes

  • fix(ts): do not ship types (#377)

Road to TypeScript

  • refactor(ts): improve types (2) (#356)
  • refactor(ts): updated lint and fix command to cover gts (#375)
  • refactor(ts): added ts style fix for src/iam.ts (#352)
  • refactor(ts): Added ts style fix for test/topic.ts (#373)
  • refactor(ts): Added ts style fix for test/subscription.ts (#372)
  • refactor(ts): Added ts style fix for test/subscriber.ts (#371)
  • refactor(ts): Added ts style fix for test/snapshot.ts (#370)
  • refactor(ts): Added ts style fix for test/publisher.ts (#369)
  • refactor(ts): added ts style fix for src/index.ts (#351)
  • refactor(ts): added ts style fix for src/publisher.ts (#357)
  • refactor(ts): added ts style fix for src/snapshot.ts (#358)
  • refactor(ts): added ts style fix for src/subscriber.ts (#359)
  • refactor(ts): added ts style fix for src/subscription.ts (#360)
  • refactor(ts): added ts style fix for src/topic.ts (#361)
  • refactor(ts): added ts style fix for src/util.ts (#362)
  • refactor(ts): added ts style fix for test/connection-pool.ts (#364)
  • refactor(ts): added ts style fix for test/histogram.ts (#365)
  • refactor(ts): added ts style fix for test/iam.ts (#366)
  • refactor(ts): added ts style fix for test/index.ts (#368)
  • refactor(ts): added ts style fix for src/connection-pool.ts (#353)
  • refactor(ts): added ts style fix for src/histogram.ts (#354)
  • refactor(ts): enable noImplicitAny on src/iam.ts (#348)
  • added ts style fix for system-test/pubsub.ts (#374)
  • chore: ts-ignoring some stuff in tests (#343)

Dependencies

  • fix: Pin @types/sinon to last compatible version (#345)
  • chore(deps): update dependency @types/sinon to v5.0.7 (#349)

Documentation

  • docs(samples): Publish with Retry Setting Example (#355)
  • docs: remove outdated comments (#342)

Internal / Testing Changes

  • chore: add a synth.metadata
  • feat: Add optional delay when calling nack() (#255) (#256)
Commits

The new version differs by 33 commits.

  • 4b5c854 fix(build): fix system key decryption (#381)
  • 7fb9e3e feat: release v0.22.0 (#378)
  • 05ff4ca refactor(ts): improve types (2) (#356)
  • af126cc fix(ts): do not ship types (#377)
  • d4592b1 refactor(ts): updated lint and fix command to cover gts (#375)
  • 5bec6e9 refactor(ts): added ts style fix for src/iam.ts (#352)
  • d72da23 added ts style fix for system-test/pubsub.ts (#374)
  • fd2dd12 refactor(ts): Added ts style fix for test/topic.ts (#373)
  • caa0a08 chore(deps): update dependency @types/sinon to v5.0.7 (#349)
  • 0ab92ca refactor(ts): Added ts style fix for test/subscription.ts (#372)
  • ecf7506 refactor(ts): Added ts style fix for test/subscriber.ts (#371)
  • 287631d refactor(ts): Added ts style fix for test/snapshot.ts (#370)
  • 12720dc refactor(ts): Added ts style fix for test/publisher.ts (#369)
  • 61e4860 refactor(ts): added ts style fix for src/index.ts (#351)
  • a350e40 docs(samples): Publish with Retry Setting Example (#355)

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2018

Update to this version instead 🚀

Release Notes for v0.22.1

12-06-2018 17:11 PST

Dependencies

  • chore(deps): update dependency typescript to ~3.2.0 (#380)

Documentation

  • fix(docs): place doc comment above the last overload (#393)
  • docs: Update documentation for Subscription (#387)
  • docs: Add documentation about defaults for publisher (#384)
  • docs: update readme badges (#383)

Internal / Testing Changes

  • chore: always nyc report before calling codecov (#392)
  • chore: nyc ignore build/test by default (#391)
  • chore: update license file (#386)
Commits

The new version differs by 9 commits.

  • 612e233 Release v0.22.1 (#394)
  • b9eba6c fix(docs): place doc comment above the last overload (#393)
  • e7aaccf chore: always nyc report before calling codecov (#392)
  • a59d949 chore: nyc ignore build/test by default (#391)
  • fef1b5d docs: Update documentation for Subscription (#387)
  • 559d3f2 chore: update license file (#386)
  • 5a40b04 docs: Add documentation about defaults for publisher (#384)
  • eca7b3c docs: update readme badges (#383)
  • bd237dc chore(deps): update dependency typescript to ~3.2.0 (#380)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2018

Update to this version instead 🚀

Release Notes for v0.22.2

12-10-2018 09:37 PST

Implementation Changes

TypeScript related changes:

  • fix(ts): copy gapic code properly (#399)

Documentation

  • fix(docs): add subscription expiration policy docs (#400)
  • Add migration for v0.20.0 from v0.19.0 (#398)
Commits

The new version differs by 7 commits.

  • 229c9db chore: fix publish.sh permission +x (#406)
  • cd6d7ae fix(build): fix Kokoro release script (#404)
  • 837d86a Release v0.22.2 (#401)
  • 04cff72 build: add Kokoro configs for autorelease (#403)
  • ef2328b fix(docs): add subscription expiration policy docs (#400)
  • 7bdc190 fix(ts): copy gapic code properly (#399)
  • 407ad5e Add migration for v0.20.0 from v0.19.0 (#398)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2019

Update to this version instead 🚀

Release Notes for v0.23.0

01-16-2019 13:09 PST

This release has breaking changes.

BREAKING: Topic#publisher() has been removed in favor of Topic#publish() (#426)

Before

const publisher = topic.publisher(publishOptions);
await publisher.publish(Buffer.from('Hello, world!'));

After

topic.setPublishOptions(publishOptions);
await topic.publish(Buffer.from('Hello, world!'));

BREAKING: Subscription options have changed. (#388)

Before

const subscription = topic.subscription('my-sub', {
  batching: {
    maxMilliseconds: 100,
  },
  flowControl: {
    maxBytes: os.freem() * 0.2,
    maxMessages: 100,
  },
  maxConnections: 5,
});

After

const subscription = topic.subscription('my-sub', {
  ackDeadline: 10,
  batching: {
    callOptions: {}, // gax call options
    maxMessages: 3000,
    maxMilliseconds: 100,
  },
  flowControl: {
    allowExcessMessages: true,
    maxBytes: os.freem() * 0.2,
    maxExtension: Infinity,
    maxMessages: 100
  },
  streamingOptions: {
    highWaterMark: 0,
    maxStreams: 5, // formerly known as maxConnections
    timeout: 60000 * 5, // 5 minutes
  }
});

New Features

  • feat(topic): create method for publishing json (#430)

Dependencies

  • fix(deps): update dependency google-gax to ^0.23.0 (#423)
  • chore(deps): update dependency @types/sinon to v7 (#411)
  • chore: update nyc and eslint configs (#409)

Documentation

  • docs(samples): correct publish retry settings (#419)
  • docs: sync generated grpc message type docs
  • fix(docs): remove unused long running operations and IAM types
  • fix: modernize the sample tests (#414)

Internal / Testing Changes

  • chore: update subscriber gapic
  • fix: add getSubscriberStub to synth file (#425)
  • build: check broken links in generated docs (#416)
  • chore(build): inject yoshi automation key (#410)
  • chore: fix publish.sh permission +x (#406)
  • fix(build): fix Kokoro release script (#404)
Commits

The new version differs by 15 commits.

  • 52305c7 Release @google-cloud/pubsub v0.23.0 (#432)
  • 5dbdcca feat(topic): create method for publishing json (#430)
  • 1cf5d81 refactor(topic): localize publisher to topic instance (#426)
  • 32b552b chore: update subscriber gapic
  • 6fb9e42 fix: add getSubscriberStub to synth file (#425)
  • 84fd7c7 build: check broken links in generated docs (#416)
  • 9e793ad docs(samples): correct publish retry settings (#419)
  • 5546f13 fix(deps): update dependency google-gax to ^0.23.0 (#423)
  • b6766ef BREAKING CHANGE: refactor(subscriber): remove unneeded code & utilize typescript (#388)
  • 40f315f docs: sync generated grpc message type docs
  • 972e748 fix(docs): remove unused long running operations and IAM types
  • b1e1050 fix: modernize the sample tests (#414)
  • 832181b chore(deps): update dependency @types/sinon to v7 (#411)
  • f00703d chore(build): inject yoshi automation key (#410)
  • aeef5ff chore: update nyc and eslint configs (#409)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2019

Update to this version instead 🚀

Release Notes for v0.25.0

02-20-2019 10:35 PST

Implementation Changes

  • fix: throw on invalid credentials and update retry config (#476)

The retry logic for all methods has changed. It is possible that this could go unnoticed, however if you suddenly start seeing errors in places that were previously quiet, this might account for said errors.

New Features

  • refactor(ts): improve TypeScript types (#482)
  • refactor(typescript): noImplicityAny for snapshot.ts and publisher.ts (#457)

Bug Fixes

  • fix: ignore messages that come in after close (#485)

Dependencies

  • chore(deps): update dependency mocha to v6 (#488)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#478)
  • fix(deps): update dependency yargs to v13 (#475)
  • fix(deps): update dependency duplexify to v4 (#462)
  • fix(deps): update dependency google-gax to ^0.25.0 (#456)

Documentation

  • docs: update links in contrib guide (#479)
  • docs: update contributing path in README (#471)
  • chore: move CONTRIBUTING.md to root (#470)
  • docs: make mention of message change in changelog (#469)
  • docs: add lint/fix example to contributing guide (#464)
  • fix(sample): fix retry codes in retry sample code (#458)

Internal / Testing Changes

  • test(samples): correctly handle publishTime value (#495)
  • test: fix publishTime issues (#494)
  • refactor(typescript): noImplicityAny for Topic test file (#487)
  • refactor(ts): noImplicitAny for subscription test file (#489)
  • build: use linkinator for docs test (#477)
  • build: create docs test npm scripts (#474)
  • build: test using @grpc/grpc-js in CI (#472)
  • test: update code style of smoke test (#463)
  • test: make smoke test spam less (#459)
Commits

The new version differs by 41 commits.

  • 52eeae9 Release @google-cloud/pubsub v0.25.0 (#491)
  • 260d6cd test(samples): correctly handle publishTime value: (#495)
  • d14a092 test: fix publishTime issues (#494)
  • eee4f5d chore(deps): update dependency mocha to v6
  • 19b8ab4 refactor(typescript): noImplicityAny for Topic test file
  • 4b88b91 refactor(ts): noImplicitAny for subscription test file (#489)
  • 8a0e711 refactor(ts): improve TypeScript types (#482)
  • e59f8ec fix: ignore messages that come in after close (#485)
  • 58ea4b4 fix: throw on invalid credentials and update retry config (#476)
  • 57fd9ed build: use linkinator for docs test (#477)
  • fdc0676 docs: update links in contrib guide (#479)
  • 1329ddd fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#478)
  • bfedde9 fix(deps): update dependency yargs to v13 (#475)
  • 962d825 build: create docs test npm scripts (#474)
  • 09741b8 build: test using @grpc/grpc-js in CI (#472)

There are 41 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2019

Update to this version instead 🚀

Release Notes for v0.26.0

02-28-2019 05:42 PST

BREAKING: message.publishTime is now represented by a PreciseDate object. (#503)

The PreciseDate class extends the native Date object, so most users should be unaffected by this change. The notable differences between PreciseDate and Date objects are:

  • toISOString() now returns as a RFC 3339 formatted string.
  • Nano and microsecond data is available via date.getNanoseconds() and date.getMicroseconds() respectively.

New Features

  • feat(typescript): ship typescript declaration files (#498)
  • feat(subscription): support push config auth methods (#504)

Internal / Testing Changes

  • refactor(typescript): noImplicitAny for snapshot and subscriber test file (#490)
  • fix(messageStream): remove call to destroy grpc stream (#499)
Commits

The new version differs by 6 commits.

  • cbb60c9 Release @google-cloud/pubsub v0.26.0 (#505)
  • d162958 feat(message): use precise-date for message publish time (#503)
  • 663523d feat(subscription): support push config auth methods (#504)
  • 0ef82e0 fix(messageStream): remove call to destroy grpc stream (#499)
  • 355d8d7 feat(typescript): ship typescript declaration files (#498)
  • 4b1cd16 refactor(typescript): noImplicitAny for snapshot and subscriber test file (#490)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2019

Update to this version instead 🚀

Release Notes for v0.27.0

03-04-2019 08:42 PST

Bug Fixes

  • refactor(typescript): various fixes/refactors to types (#515)
  • fix(ts): fix getPolicy promise return signature (#511)
  • fix(typescript): export all the types (#516)

Dependencies

  • refactor: clean up unused packages (#517)

Documentation

  • fix(docs): ensure docs are not removed by typescript (#512)
  • docs: update comments on protos (#509)

Internal / Testing Changes

  • refactor(typescript):noImplicitAny for index test file (#502)
  • refactor(ts): enable noImplicitAny for IAM test file (#501)
  • refactor(ts): enable noImplicitAny for lease-manager test file (#508)
  • refactor(ts): enable noImplicitAny for Histogram and Message_queues test file (#510)
  • refactor(ts): enable noImplicitAny for pubsub system test file (#519)
  • refactor(ts): noImplicitAny for publisher test file (#520)
Commits

The new version differs by 13 commits.

  • 14947a4 Release v0.27.0 (#521)
  • 6f2890b refactor(typescript):noImplicitAny for index test file (#502)
  • 96f645d refactor(ts): enable noImplicitAny for pubsub system test file (#519)
  • 27e99fe refactor(ts): noImplicitAny for publisher test file (#520)
  • d5806be refactor: clean up unused packages (#517)
  • c0f3147 fix(typescript): export all the types (#516)
  • 0d9c13d refactor(typescript): various fixes/refactors to types (#515)
  • 89f6bae fix(docs): ensure docs are not removed by typescript (#512)
  • 60489bf fix(ts): fix getPolicy promise return signature (#511)
  • 613c26d docs: update comments on protos (#509)
  • 81c2f66 refactor(ts): enable noImplicitAny for Histogram and Message_queues test file (#510)
  • 3192549 refactor(ts): enable noImplicitAny for lease-manager test file (#508)
  • 710eacd refactor(ts): enable noImplicitAny for IAM test file (#501)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Release Notes for v0.27.1

03-06-2019 20:11 PST

Bug Fixes

  • fix(typescript): correct response type of Subscription.get (#525)

Documentation

  • fix(typo): correct typo: recieved => received (#527)

Internal / Testing Changes

  • build: update release configuration
  • refactor(typescript): noImplicitAny for message-stream test file (#522)
  • build: use node10 to run samples-test, system-test etc (#529)
  • refactor: type fixes and some light housekeeping (#528)
Commits

The new version differs by 7 commits.

  • 01047ff Release v0.27.1 (#531)
  • 52981aa refactor: type fixes and some light housekeeping (#528)
  • 416ef66 fix(typescript): correct response type of Subscription.get (#525)
  • 542ac65 build: use node10 to run samples-test, system-test etc (#529)
  • 0a03d63 refactor(typescript): noImplicitAny for message-stream test file (#522)
  • a764c61 fix(typo): correct typo: recieved => received (#527)
  • 2eba5f4 build: update release configuration

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for v0.28.0

03-11-2019 09:11 PDT

New Features

  • feat(topic): create setMetadata method (#537)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#533)
  • test: add missing packages and install test (#536)
  • refactor(typescript): noImplicitAny for Subscription test file (#534)
Commits

The new version differs by 6 commits.

  • ffdda85 Release v0.28.0 (#539)
  • 227d63c refactor(typescript): noImplicitAny for Subscription test file (#534)
  • 955ef5f fix(deps): update dependency @google-cloud/paginator to ^0.2.0
  • 20eb583 feat(topic): create setMetadata method (#537)
  • bd727e1 test: add missing packages and install test (#536)
  • 79a842e build: Add docuploader credentials to node publish jobs (#533)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for v0.28.1

03-11-2019 15:36 PDT

Bug Fixes

  • fix(typescript): correctly import long (#541)

Internal / Testing Changes

  • testing: set skipLibCheck to false for ts install test (#543)
  • refactor: fix/simplify proto gen scripts (#542)
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2019

Update to this version instead 🚀

Release Notes for v0.29.0

Bug Fixes

  • deps: update dependency @google-cloud/paginator to v1 (#592) (181553a)
  • deps: update dependency @google-cloud/precise-date to v1 (#603) (2e669a1)
  • deps: update dependency @google-cloud/projectify to v1 (#588) (d01d010)
  • deps: update dependency @google-cloud/promisify to v1 (#589) (dad7530)
  • deps: update dependency arrify to v2 (#565) (8e3b7b8)
  • deps: update dependency google-auth-library to v4 (#601) (baf9d39)
  • deps: update dependency google-gax to v1 (#604) (6415e7c)
  • DEADLINE_EXCEEDED no longer treated as idempotent and retried (39b1dac)
  • DEADLINE_EXCEEDED retry code is idempotent (#605) (1ae8db9)
  • deps: update dependency google-gax to ^0.26.0 (#583) (4214a4f)
  • include 'x-goog-request-params' header in requests (#562) (482e745)
  • relax strictEqual to match RegExp (#566) (3388fb7)
  • deps: update dependency p-defer to v2 (#553) (fe33e40)

Build System

Features

  • subscriber: ordered messages (1ae4719)
  • subscription: accept pull timeout option (#556) (468e1bf)
  • subscription: ordered messages (#560) (38502ad)

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#584)
Commits

The new version differs by 39 commits.

  • bb26010 chore: release 0.29.0 (#609)
  • c72491f refactor(subscriber): message stream retry logic (#607)
  • 46c75a2 chore(deps): update dependency jsdoc to v3.6.2 (#606)
  • ef45af3 refactor: use core grpc (#608)
  • 6415e7c fix(deps): update dependency google-gax to v1 (#604)
  • 2e669a1 fix(deps): update dependency @google-cloud/precise-date to v1 (#603)
  • baf9d39 fix(deps): update dependency google-auth-library to v4 (#601)
  • 1ae8db9 fix: DEADLINE_EXCEEDED retry code is idempotent (#605)
  • a72df8a test: fix snapshot fixture creation (#602)
  • 39b1dac fix: DEADLINE_EXCEEDED no longer treated as idempotent and retried
  • 22dc668 build: update build config and doc comments (#593)
  • 181553a fix(deps): update dependency @google-cloud/paginator to v1 (#592)
  • 76f5c7b build: allow Node 10 on presubmit to push to codecov (#598)
  • bbc59fa build: allow Node 10 to push to codecov (#597)
  • 397f876 build: patch Windows container, fixing Node 10 (#596)

There are 39 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 17, 2019
greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 21, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 16, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 7, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants