fix(deps): update dependency @google-cloud/pubsub to ^0.28.0 - deprecated #1101
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.22.2->^0.28.0^0.22.2->^0.28.0Release Notes
googleapis/nodejs-pubsub
v0.28.1Compare Source
03-11-2019 15:36 PDT
Bug Fixes
Internal / Testing Changes
v0.28.0Compare Source
03-11-2019 09:11 PDT
New Features
Dependencies
Internal / Testing Changes
v0.27.1Compare Source
03-06-2019 20:11 PST
Bug Fixes
Subscription.get(#525)Documentation
Internal / Testing Changes
v0.27.0Compare Source
03-04-2019 08:42 PST
Bug Fixes
Dependencies
Documentation
Internal / Testing Changes
v0.26.0Compare Source
02-28-2019 05:42 PST
BREAKING:
message.publishTimeis now represented by aPreciseDateobject. (#503)The
PreciseDateclass 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.date.getNanoseconds()anddate.getMicroseconds()respectively.New Features
Internal / Testing Changes
v0.25.0Compare Source
02-20-2019 10:35 PST
Implementation Changes
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
Bug Fixes
Dependencies
Documentation
Internal / Testing Changes
v0.24.1Compare Source
01-29-2019 13:17 PST
Bug Fixes
v0.24.0Compare Source
01-28-2019 09:54 PST
New Features
Dependencies
Documentation
Internal / Testing Changes
v0.23.0Compare Source
01-16-2019 13:09 PST
This release has breaking changes.
BREAKING:
Topic#publisher()has been removed in favor ofTopic#publish()(#426)Before
After
BREAKING:
Subscriptionoptions have changed. (#388)Before
After
BREAKING: messages are no longer plain objects. (#388)
Messages were refactored into a class,
this will only affect (some) users who treat messages like plain old objects.
The following example is something that would have worked previously, but will
now throw a
TypeErrorsinceacklives on the prototype chain.New Features
Dependencies
Documentation
Internal / Testing Changes
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 these updates again.
This PR has been generated by Renovate Bot. View repository job log here.