Skip to content

Releases: moleculerjs/moleculer-channels

v0.2.0

31 May 10:23

Choose a tag to compare

What's Changed

  • BREAKING: Minimum Node version is 20.x
  • don't destroy consumer when there are pending messages by @AndreMaz in #78
  • [deps]: Update all dependencies by @icebob in #75
  • Fixing Redis connection issue at starting when Redis server is not running.
  • Add NATS reconnecting at starting when NATS server is not running.
  • update dependencies

Full Changelog: v0.1.8...v0.2.0

v0.1.8

06 Aug 12:42

Choose a tag to compare

What's Changed

  • Support Redis capped streams by @icebob in #70
  • chore(types): update MiddlewareOptions by @lucduong in #72

New Contributors

  • @lucduong made their first contribution in #72

Full Changelog: v0.1.7...v0.1.8

v0.1.7

15 Jul 18:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

15 Jul 17:27

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

19 Feb 14:35

Choose a tag to compare

What's Changed

  • fix emitLocalChannelHandler by @AndreMaz in #62
  • fix: enforce buffer type on data passed to serializer by @dowster in #58

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Jan 13:22

Choose a tag to compare

What's Changed

  • [NATS JetStream] allow to sub with wildcard by @AndreMaz in #57
  • [deps]: Update all dependencies by @icebob in #55

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Dec 16:39

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Jan 19:25

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Dec 19:45

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Oct 13:15

Choose a tag to compare

First public release.