Releases: flocasts/nestjs-google-pubsub-connector
Releases · flocasts/nestjs-google-pubsub-connector
v3.5.0
3.5.0 (2022-11-16)
Bug Fixes
- exclude js files from all lint scripts (04626c1)
- exlude .js files from lint (5816b24)
- fix issues with build (c3dfada)
Features
- add @GooglePubSubMessageDeliveryAttempts decorator (f241c96)
- add @GooglePubSubMessageDeliveryId decorator (169c8dd)
v3.4.0
What's Changed
- build: bump rxjs to 7.5.5 by @haroldwaters in #58
- feat: add @GooglePubSubMessageDeliveryAttempts decorator by @haroldwaters in #59
- LIVE-4410: feat: allow one-at-a-time message processing by @eric-gt in #60
- fix(oneAtATime): fix types by @eric-gt in #61
New Contributors
Full Changelog: v3.1.0...v3.4.0
v3.3.0
3.3.0 (2022-08-03)
Features
- add @GooglePubSubMessageDeliveryId decorator (169c8dd)
v3.2.0
3.2.0 (2022-08-03)
Features
- add @GooglePubSubMessageDeliveryAttempts decorator (f241c96)
v3.1.1
3.1.1 (2022-05-25)
Bug Fixes
v3.1.0
3.1.0 (2022-03-03)
Features
- server: pass create subscription options on GooglePubSubPatternMetadata (29977f8)
v3.0.1
3.0.1 (2021-04-26)
Bug Fixes
- server: use topic naming strategy to create topic names (12f13d3)
Reverts
- hooks: move post-push hook to pre-push (06c2a5d)
v3.0.0
3.0.0 (2021-04-26)
Bug Fixes
- server: use existing subscription if it already exists (2022aa3), closes #42
Features
- strategy: make subscription names always pass through strategy (b5353ae)
BREAKING CHANGES
- strategy:
SubscriptionNamingStrategy
's interface has changed such that it
accepts an object. See BasicSubscriptionNamingStrategy as an example.
v2.3.3
2.3.3 (2021-04-21)
Bug Fixes
- server: remove return value from handler (ace01ac)