Skip to content

Releases: flocasts/nestjs-google-pubsub-connector

v3.5.1

05 Jul 18:18
ef76f62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

16 Nov 22:53
Compare
Choose a tag to compare

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

16 Nov 21:39
Compare
Choose a tag to compare

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

03 Aug 20:44
Compare
Choose a tag to compare

3.3.0 (2022-08-03)

Features

  • add @GooglePubSubMessageDeliveryId decorator (169c8dd)

v3.2.0

03 Aug 16:11
Compare
Choose a tag to compare

3.2.0 (2022-08-03)

Features

  • add @GooglePubSubMessageDeliveryAttempts decorator (f241c96)

v3.1.1

25 May 20:52
Compare
Choose a tag to compare

3.1.1 (2022-05-25)

Bug Fixes

v3.1.0

03 Mar 15:31
29977f8
Compare
Choose a tag to compare

3.1.0 (2022-03-03)

Features

  • server: pass create subscription options on GooglePubSubPatternMetadata (29977f8)

v3.0.1

26 Apr 20:41
Compare
Choose a tag to compare

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

26 Apr 19:07
5f1d3a4
Compare
Choose a tag to compare

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

21 Apr 19:48
Compare
Choose a tag to compare

2.3.3 (2021-04-21)

Bug Fixes

  • server: remove return value from handler (ace01ac)