Skip to content

Releases: moscajs/aedes-persistence-redis

Release 11.2.2

01 Oct 06:37
d6805f5

Choose a tag to compare

  • fix: outgoingStream when no value is present for a key (#126) (dfd8ad0)

v11.2.1

10 Jul 12:23
f46ff5b

Choose a tag to compare

What's Changed

Full Changelog: v11.2.0...v11.2.1

Release 11.2.0

30 May 07:56
698b3a3

Choose a tag to compare

Release 11.1.1

21 May 10:14
6a41f6d

Choose a tag to compare

Release 11.1.0

20 May 15:01
043da05

Choose a tag to compare

Release 11.0.1

12 Mar 14:28
0a0f998

Choose a tag to compare

  • fix: broker filter bug in streamWill (#115) (0444076)
  • fix: error 'getRetainedKeys is not a function or its return value is not iterable' (#113) (67aafd2)

Release 11.0.0

07 Mar 07:32
b078a06

Choose a tag to compare

  • feat: modernize dependencies and require Node.js >= 20 (#112) (e4b74f7)

Release 10.0.0

21 Aug 14:42

Choose a tag to compare

BREAKING CHANGE: For users using this module with CLUSTERS the db schema has changed for retained messages. There is a migration available in migrations.js named from9to10 that can be used to move all db to the new format. Also, if you are passing a conn to options (that is using clusters) now you also have to set cluster : true in options. To make this change back compatibile and faster in non cluster envs that option is used in order to use a different set of operations that only works in cluster envs

Release 9.0.2

16 Jan 15:02

Choose a tag to compare

  • fix: added 9 fallback to 8 regarding subsciption parse (#108) (6d2d86a)
  • fix: wills table de duplicate (#104) (f53ed12)

Release 9.0.1

08 Jul 14:43

Choose a tag to compare

  • fix: subscriptions not read correctly on startup (#100) (8448baf)
  • fix: invalid client id in test.js (#99) (af20fea)