Releases: strapi-community/plugin-redis
Releases · strapi-community/plugin-redis
v2.0.0
What's Changed
- Update plugin for Strapi 5 by @derrickmehaffy in #25
- initialize new documentation by @derrickmehaffy in #27
- Fix base url for docs by @derrickmehaffy in #28
- Update package.json and npmignore for automated publishing by @derrickmehaffy in #29
Breaking Changes
- This package has been changed from
strapi-plugin-redis
to@strapi-community/plugin-redis
- As of v2.0.0 this package will only work for Strapi 5, if you need it for Strapi 4 please use v1.1.0
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Removed the engines config from the package.json to prevent future node verisons from breaking the plugin (should just support everything Strapi supports)
- Removed broken community eslint, plus I really don't use it
- Ran tests against every minor strapi version since the last time it was updated
- Moved the plugin loading from bootstrap to register to fix issues with other plugins and load order
- Various other cleanup
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Make the plugin stable! by @derrickmehaffy in #11
Full Changelog: v1.0.0-alpha.3...v1.0.1
v1.0.0-alpha.3
v1.0.0-alpha.2
Changlog
- Removes Redlock
- Moves connection builder into a service
- Moved config defaults into a config folder instead
- Cleaned up unused config options
- New Eslint config thanks to @stafyniaksacha
- Code cleaned up using new Eslint config
- Cleans up readme a bit
- Added new tls connection example thanks to @stafyniaksacha
- New contributor guide
- Added chalk for debugging colors
- Added some basic debug messages
- Two new GH Actions to check for package vulnerabilities via Snyk and run lint check on every push
v1.0.0-alpha.1
Initial release of the plugin. Successfully creates and mounts the default Redis DB on boot that can be used within a Strapi project.
More features coming soon :)