Skip to content

Releases: strapi-community/plugin-redis

v1.1.0

31 Jan 02:57
Compare
Choose a tag to compare

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

22 Dec 02:21
a25c17b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.3...v1.0.1

v1.0.0-alpha.3

22 Dec 02:08
cc09559
Compare
Choose a tag to compare

Changlog

  • Update package.json to support Node 18

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

05 Mar 06:20
Compare
Choose a tag to compare

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

29 Dec 07:03
Compare
Choose a tag to compare

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 :)