chore(deps): update dependency @google-cloud/pubsub to v0.22.2 #1037
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.2
->0.22.2
Release Notes
googleapis/nodejs-pubsub
v0.22.2
Compare Source
12-10-2018 09:37 PST
Implementation Changes
TypeScript related changes:
Documentation
v0.22.1
Compare Source
12-06-2018 17:11 PST
Dependencies
Documentation
Internal / Testing Changes
v0.22.0
Compare Source
Implementation Changes
Road to TypeScript
Dependencies
Documentation
Internal / Testing Changes
v0.21.1
Compare Source
Bug fixes
v0.21.0
Compare Source
11-12-2018 17:25 PST
Implementation Changes
BREAKING CHANGE
@google-cloud/pubsub
now uses ES6 import/export syntax since v0.21.0.Before:
Now:
Road to TypeScript
New Features
Dependencies
Documentation
Samples
Internal / Testing Changes
v0.20.1
Compare Source
Documentation
v0.20.0
Compare Source
Implementation Changes
BREAKING CHANGE: - fix: drop support for node.js 4.x and 9.x (#171)
BREAKING CHANGE
@google-cloud/pubsub
now requiresnew
.Before:
Now:
New Features
Dependencies
Documentation
Internal / Testing Changes
npm ci
instead ofnpm install
(#175)v0.19.1
Compare Source
This patch release brings documentation fixes to previous version v0.19.0.
v0.19.0
Compare Source
Features
v0.18.0
Compare Source
Features
Fixes
streamingPull
errors.maxMessages
default value fromInfinity
to100
to prevent intense memory usage.v0.17.0
Compare Source
Fixes
maxMilliseconds
value.subscription.close()
v0.16.5
Compare Source
Fixes
v0.16.4
Compare Source
Fixes
v0.16.3
Compare Source
Fixes
ack()
andnack()
methods to be destructured. (Thanks, @baronfel!)v0.16.2
Compare Source
Fixes
v0.16.1
Compare Source
Fixes
v0.16.0
Compare Source
Features
With this release the PubSub module is moved to a separate repository. The code in v1/ folder was regenerated, and while there should not be any compatibility issues, please feel free to report any issues you might find.
v0.15.0
Compare Source
gaxOptions
. Refer to the IAM documentation for more information.v0.14.8
Compare Source
v0.14.7
Compare Source
v0.14.6
Compare Source
v0.14.5
Compare Source
v0.14.4
Compare Source
v0.14.3
Compare Source
v0.14.2
Compare Source
v0.14.1
Compare Source
apiEndpoint
) is set.v0.14.0
Compare Source
@google-cloud/pubsub 0.14.0 Beta Release
@google-cloud/pubsub
is now a Beta API. Libraries defined at the Beta quality level are expected to be mostly stable, while we work towards their release candidate. We will address issues and requests with a higher priority.
PubSub received a small redesign!
PR: #2380
API Documentation
Publishing Messages
When publishing messages we no longer allow data to come in the form of Strings or Objects, instead you must pass in a Buffer object. Attributes can now be passed in as a second optional parameter. Messages are batched together, so calling
publish()
multiple times will not result in multiple requests.Before
After
Message Handling
message.ack()
no longer accepts a callback function, instead errors will be reported viasubscription.on('error', function(err) {})
message.skip()
has been removed in favor ofmessage.nack()
Before
After
subscription.pull()
removed.Please open an issue with any feedback, questions, or issues. We're happy to help during the transition.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.