Skip to content

Releases: p-fedyukovich/nestjs-google-pubsub-microservice

v11.0.2

08 Aug 15:46
c1a03f0

Choose a tag to compare

11.0.2 (2025-08-08)

Bug Fixes

  • pubsub: ensure immediate message retry when noAck=true and processing fails (#55) (c1a03f0)

v11.0.1

07 Apr 20:04
0d633e3

Choose a tag to compare

11.0.1 (2025-04-07)

Bug Fixes

v11.0.0

19 Mar 22:43
3013c98

Choose a tag to compare

11.0.0 (2025-03-19)

⚠ BREAKING CHANGES

  • nestjs peer dependency bumped up to 11

Features

v10.1.2

08 Mar 19:12

Choose a tag to compare

10.1.2 (2025-03-08)

Bug Fixes

Dependencies and Other Build Updates

Release 10.0.0

03 Sep 13:44

Choose a tag to compare

  • Merge pull request #33 from p-fedyukovich/feature/bump-nestjs-10 (34a5968)
  • feat: bump nestjs to 10 (4bddf86)
  • got rid of yarn
  • updated CI config
  • fixed scoped env feature for message based communication

Release 4.4.0

03 Jul 11:25

Choose a tag to compare

  • Merge pull request #29 from FPierre/feat/scoped-env (8f5af40)
  • refactor: scoped env key is empty strign rather than null (9b0c15e)
  • docs: update readme file (5699070)
  • test: add e2e tests (4c6eefd)
  • feat: scope topics and subscriptions under key if exists (b36dc6e)

Release 4.3.0

28 Apr 13:03

Choose a tag to compare

  • Merge pull request #25 from p-fedyukovich/feature/remove-use-attributes-from-message (d964e39)
  • feat: remove use attributes message attr (7dce1c0)

Release 4.2.0

20 Apr 13:28

Choose a tag to compare

  • fix: server deserializing events (d0edc1e)

Release 4.1.1

20 Apr 13:02

Choose a tag to compare

  • fix: use attributes typo (28558f8)

Release 4.1.0

20 Apr 12:37

Choose a tag to compare

  • Merge pull request #24 from p-fedyukovich/feature/fix-use-attributes (b178d85)
  • fix: expose enabled use attributes feature for server (6241817)