Releases: moscajs/aedes-persistence-redis
Releases · moscajs/aedes-persistence-redis
Release 10.0.0
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
Release 9.0.1
Release 9.0.0
Release 8.0.1
Release 8.0.0
- refactor: use cluster instead of clusters (9761c09)
- docs: clusters (b35c1d5)
- chore(ci): drop node 8, added node 14 to matrix (fc3105f)
- chore(deps): Bumped deps (561a77b)
- feat: external connection and clusters (de3fba9)
- chore: bump release-it from 13.7.1 to 14.0.3 (#75) (0295955)
- chore: bump through2 from 3.0.2 to 4.0.1 (#72) (ed674da)
- Bump deps and fix action (#69) (9becb63)
- Bump mqtt from 3.0.0 to 4.0.0 (#67) (0de9ad2)
- Bump release-it from 12.6.3 to 13.5.6 (#68) (1f249a9)
- Fix ci badge (#64) (c0006bb)