Skip to content

Releases: googleapis/nodejs-pubsub

v2.8.0

11 Jan 16:31
057750b
Compare
Choose a tag to compare

Features

Bug Fixes

  • deps: update opentelemetry monorepo to ^0.12.0 (#1162) (f459a91)

v2.7.0

03 Dec 16:32
6204531
Compare
Choose a tag to compare

Features

  • Enable server side flow control by default with the option to turn it off (#1147) (a9c7e0b)
  • update generator to a new version (#1157) (3b1e99e)

Bug Fixes

  • do not modify options object, use defaultScopes (#1148) (4745c10)
  • node 14+ changes how multiple destroy() calls work (#1153) (e421749)

v2.6.0

21 Oct 18:02
205144d
Compare
Choose a tag to compare

Features

  • update synthtool generation for latest changes (#1128) (bdbe80f)

Bug Fixes

  • deps: update google-auth-library for security fix (#1122) (1eaf850)
  • add CANCELLED back to the auto-retry codes for pull subscriptions, for now (#1132) (47cd89c)
  • deps: update opentelemetry monorepo to ^0.11.0 (#1102) (c9d5638)
  • deps: upgrade google-auth-library (#1122) (54310a7)
  • move system and samples test from Node 10 to Node 12 (#1094) (693116a)

v2.5.0

17 Aug 23:01
2d33358
Compare
Choose a tag to compare

Features

Bug Fixes

  • make request batching work again (#1087) (80e0ee3)
  • properly handle non-emulator alternate endpoints for pub/sub (#1060) (195ebf6)
  • deps: update opentelemetry monorepo to ^0.10.0 (#1090) (78a45ff)
  • update minimum gax version to 2.7.0 to fix recent protobuf errors (#1085) (904348c)

v2.4.0

08 Aug 02:16
99ae7fb
Compare
Choose a tag to compare

Features

  • update to TypeScript 3.8+ to match gax/protobufjs (to allow things to compile again) (#1079) (cd39d38)

v2.3.0

21 Jul 17:31
b298a5c
Compare
Choose a tag to compare

Features

Bug Fixes

v2.2.0

10 Jul 01:34
48c18ae
Compare
Choose a tag to compare

Features

  • add flow control settings for StreamingPullRequest to pubsub.proto (#1035) (a7dff65)
  • move ts target to es2018 from es2016 (#1022) (016568d)
  • Re-export ClientConfig from pubsub.ts in package index.ts (#1038) (c2ac083), closes #972

Bug Fixes

v2.1.0

02 Jun 23:33
8a02551
Compare
Choose a tag to compare

Features

  • re-generated to pick up changes from googleapis (#1014) (1ad3552)

Bug Fixes

  • use any to unblock typescript compilation bug (#1012) (1e8ced3)

v2.0.0

20 May 21:40
4e16384
Compare
Choose a tag to compare

Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime.

⚠ BREAKING CHANGES

  • Please note that Node 8 is no longer supported, and Node 10 is the new minimum version of the runtime.
  • drop support for custom promises (#970)
  • convert to typescript (#923)
  • deps: update dependency @google-cloud/projectify to v2 (#929)

Bug Fixes

  • docs: link to correct gaxOptions docs (#999) (312e318)
  • regen protos and tests, formatting (#991) (e350b97)
  • remove eslint, update gax, fix generated protos, run the generator (#955) (544a061)
  • remove unused dependencies (#998) (7b242a3)
  • close: ensure in-flight messages are drained (#952) (93a2bd7)
  • deps: update dependency @google-cloud/paginator to v3 (#931) (b621854)
  • deps: update dependency @google-cloud/precise-date to v2 (#934) (72b8d78)
  • deps: update dependency @google-cloud/projectify to v2 (#929) (45d9880)
  • deps: update dependency @google-cloud/promisify to v2 (#928) (3819877)
  • deps: update dependency google-auth-library to v6 (#935) (73fc887)

Build System

Miscellaneous Chores

v1.7.3

05 May 20:17
fc69066
Compare
Choose a tag to compare

Bug Fixes