New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/pubsub

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/pubsub - npm Package Versions

1
17

0.29.0

Diff

Changelog

Source

0.29.0 (2019-05-15)

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

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#584)
google-node-team
published 0.28.1 •

Changelog

Source

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)
google-node-team
published 0.28.0 •

Changelog

Source

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)
google-node-team
published 0.27.1 •

Changelog

Source

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)
google-node-team
published 0.27.0 •

Changelog

Source

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)
google-node-team
published 0.26.0 •

Changelog

Source

v0.26.0

02-28-2019 05:42 PST

google-node-team
published 0.25.0 •

Changelog

Source

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)
google-node-team
published 0.24.1 •

Changelog

Source

v0.24.1

01-29-2019 13:17 PST

Bug Fixes

  • fix(publisher): unbound max send message size (#454)
google-node-team
published 0.24.0 •

Changelog

Source

v0.24.0

01-28-2019 09:54 PST

New Features

  • fix(auth): pass project id to gax clients (#447)
  • refactor(typescript): noImplicityAny for topic.ts and subscription.ts (#420)
  • refactor: improve subscriber error handling (#440)
  • feat(subscription): auto close sub on non-recoverable errors (#441)

Dependencies

  • chore(deps): update dependency eslint-config-prettier to v4 (#450)
  • fix(deps): update dependency google-gax to ^0.24.0 (#444)
  • fix(deps): update dependency google-auth-library to v3 (#433)

Documentation

  • build: ignore googleapis.com in doc link check (#439)
  • chore: update year in the license headers. (#434)

Internal / Testing Changes

  • chore: remove trailing whitespace in package.json
  • fix(sample): factor setTimeout jitter into assertion (#449)
  • fix(test): broken snapshot test hook (#448)
google-node-team
published 0.23.0 •

Changelog

Source

v0.23.0

01-16-2019 13:09 PST

This release has breaking changes.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc