Skip to content

Releases: googleapis/nodejs-pubsub

v2.10.0

22 Feb 20:32
a4a1513
Compare
Choose a tag to compare

Features

v2.9.0

12 Feb 18:32
dab72ce
Compare
Choose a tag to compare

Features

Bug Fixes

  • bind promisify calls for flush() so they have a 'this' value (#1184) (e494fb7)
  • deps: update dependency google-auth-library to v7 (#1207) (fce2af1)
  • openTelemetry doc fails to generate for #1185 (#1200) (0600bde)
  • update synchronousPull example to avoid INVALID_ARGUMENT error (#1194) (1f85345)

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)