Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2018

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/pubsub dependencies minor 0.16.4 -> 0.21.1 source
@​google-cloud/pubsub dependencies minor 0.13.2 -> 0.21.1 source
@​google-cloud/pubsub dependencies minor ^0.18.0 -> ^0.21.0 source
@​google-cloud/pubsub devDependencies minor ^0.17.0 -> ^0.21.0 source

Release Notes

googleapis/nodejs-pubsub

v0.21.1

Compare Source

Bug fixes
  • fix: include protos in the package (#​336)

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:

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)

v0.20.1

Compare Source

Documentation
  • fix(docs): correct region tag for sample documentation (#​272)

v0.20.0

Compare Source

Implementation Changes

BREAKING CHANGE: - fix: drop support for node.js 4.x and 9.x (#​171)

New Features
  • Re-generate library using /synth.py (#​227)
    • some minor proto documentation changes
Dependencies
  • fix(deps): update dependency google-auth-library to v2 (#​228)
  • chore(deps): update dependency nyc to v13 (#​225)
  • fix(deps): update dependency google-gax to ^0.19.0 (#​216)
  • chore(deps): update dependency eslint-config-prettier to v3 (#​213)
  • chore: drop dependency on @​google-cloud/common (#​210)
  • fix(deps): update dependency @​google-cloud/common to ^0.21.0 (#​206)
  • chore(deps): lock file maintenance (#​203)
  • fix(deps): update dependency google-gax to ^0.18.0 (#​197)
  • chore(deps): lock file maintenance (#​196)
  • chore(deps): lock file maintenance (#​188)
  • chore(deps): update dependency eslint-plugin-node to v7 (#​185)
  • chore(deps): lock file maintenance (#​182)
  • chore(deps): lock file maintenance (#​174)
  • chore(deps): lock file maintenance (#​173)
  • chore(deps): lock file maintenance (#​172)
  • chore(deps): lock file maintenance (#​168)
  • chore(deps): lock file maintenance (#​167)
  • chore(deps): lock file maintenance (#​166)
  • fix(deps): update dependency delay to v3 (#​165)
  • fix(deps): update dependency @​google-cloud/common to ^0.20.0 (#​155)
  • chore(deps): update dependency proxyquire to v2 (#​160)
  • chore(deps): update dependency nyc to v12 (#​159)
  • Update google-gax and add Synth.py (#​158)
  • chore(deps): update dependency sinon to v6 (#​161)
  • fix(deps): update dependency yargs to v12 (#​164)
  • fix(deps): update dependency yargs to v11 (#​163)
  • fix(deps): update dependency yargs to v10.1.2 (#​157)
  • chore(deps): update dependency ava to ^0.25.0 (#​153)
  • chore(deps): update dependency sinon to v4.5.0 (#​154)
Documentation
  • fix docs (#​229)
  • test: fix import sample failures (#​218)
  • fix: correct the documentation (#​117)
  • fix: Fix sample region tag in JSDoc (#​184)
  • Fixes 179: Adds missing return statement in docs (#​180)
Internal / Testing Changes
  • Update the CI config (#​220)
  • chore: make the CircleCI config consistent
  • chore: use arrow functions (#​215)
  • chore: convert to es classes (#​211)
  • chore: do not use npm ci (#​209)
  • chore: use let and const (#​204)
  • chore: ignore package-lock.json (#​207)
  • chore: use split common modules (#​200)
  • chore: update renovate config (#​199)
  • chore: move mocha options to mocha.opts (#​194)
  • chore: require node 8 for samples (#​195)
  • chore: add node templates to synth.py (#​191)
  • chore: fix the eslint errors (#​190)
  • refactor: use google-auth-library (#​189)
  • Fixes 177: Prevents publishing attributes that have non-string values (#​183)
  • chore(build): use npm ci instead of npm install (#​175)
  • chore(package): update eslint to version 5.0.0 (#​145)
  • chore: update sample lockfiles (#​149)
  • test: use strictEqual in tests (#​186)
  • Configure Renovate (#​144)
  • refactor: drop repo-tool as an exec wrapper (#​150)
  • fix: update linking for samples (#​146)

v0.19.1

Compare Source

This patch release brings documentation fixes to previous version v0.19.0.

v0.19.0

Compare Source

Features

  • (#​147): Support ack/modAck batching options.

v0.18.0

Compare Source

Features

  • (#​22, #​110) A Publisher object now supports configuration of API request parameters. For example, this allows you to specify the number of retries for a request.

Fixes

v0.17.0

Compare Source

Fixes

v0.16.5

Compare Source

Fixes

  • (#​74) Correctly detect a project ID when one isn't provided during instantiation.
  • Update dependencies, including gRPC for more reliable performance.

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.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 10, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 6 times, most recently from 6240414 to 4da8649 Compare November 13, 2018 18:52
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/pubsub to v0.20.1 Update dependency @google-cloud/pubsub to v0.20.1 Nov 13, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 2 times, most recently from 09cf332 to 7a78198 Compare November 14, 2018 03:51
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 14, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 3 times, most recently from 5636be5 to e511725 Compare November 14, 2018 10:04
@renovate renovate bot changed the title Update dependency @google-cloud/pubsub to v0.20.1 Update dependency @google-cloud/pubsub to v0.21.0 Nov 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 6 times, most recently from 2bea35d to 3e83095 Compare November 14, 2018 22:52
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 14, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 14, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-pubsub-0.x branch 3 times, most recently from df00da9 to adc2422 Compare November 15, 2018 06:01
@renovate renovate bot changed the title Update dependency @google-cloud/pubsub to v0.21.0 Update dependency @google-cloud/pubsub to v0.21.1 Nov 15, 2018
@fhinkel
Copy link
Contributor

fhinkel commented Nov 15, 2018

This needs the change with const {pubsub} and new.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Nov 28, 2018
@fhinkel fhinkel added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Nov 28, 2018
@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 28, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 28, 2018
@fhinkel fhinkel force-pushed the renovate/google-cloud-pubsub-0.x branch from 731d67f to e8dc8a0 Compare November 29, 2018 06:27
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Nov 29, 2018
@fhinkel fhinkel added cla: yes This human has signed the Contributor License Agreement. kokoro:run Add this label to force Kokoro to re-run the tests. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Nov 29, 2018
@googlebot
Copy link

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@fhinkel fhinkel force-pushed the renovate/google-cloud-pubsub-0.x branch from 22fb52e to 5de18a9 Compare November 29, 2018 06:48
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Nov 29, 2018
Update pubsub syntax in sources and test mocks.
@fhinkel fhinkel force-pushed the renovate/google-cloud-pubsub-0.x branch from 5de18a9 to 00911c8 Compare November 29, 2018 06:54
@googlebot
Copy link

CLAs look good, thanks!

@googlebot googlebot added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Nov 29, 2018
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Nov 29, 2018
@fhinkel fhinkel merged commit e300563 into master Nov 29, 2018
@renovate renovate bot deleted the renovate/google-cloud-pubsub-0.x branch November 29, 2018 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants