Releases: googleapis/nodejs-pubsub
Releases · googleapis/nodejs-pubsub
v2.9.0
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
Features
Bug Fixes
- deps: update opentelemetry monorepo to ^0.12.0 (#1162) (f459a91)
v2.7.0
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
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
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
Features
- update to TypeScript 3.8+ to match gax/protobufjs (to allow things to compile again) (#1079) (cd39d38)
v2.2.0
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
Features
- re-generated to pick up changes from googleapis (#1014) (1ad3552)
Bug Fixes
- use any to unblock typescript compilation bug (#1012) (1e8ced3)