All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added npm package provenance support to builds published to npm from GitHub Actions
- Fixed an issue preventing multiple instances from being used in a single
worker (e.g. to apply different limits to different paths)
- Note: the fix requires that each instance in the worker have a unique
prefix
- Note: the fix requires that each instance in the worker have a unique
- Increased initial setup timeout from 1 second to 10 seconds, preventing errors in some cases
- debug logging, enable by setting the
environment property
DEBUG=cluster-memory-store:*
orDEBUG=*
No functional changes
- Fixed badges in readme
- Moved alternate installation methods to wiki
- Added link to example folder
- Initial release