Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.52 KB

changelog.md

File metadata and controls

52 lines (32 loc) · 1.52 KB

Changelog

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

Fixed

  • 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

Changed

  • Increased initial setup timeout from 1 second to 10 seconds, preventing errors in some cases

Added

  • debug logging, enable by setting the environment property DEBUG=cluster-memory-store:* or DEBUG=*

No functional changes

Changed

  • Fixed badges in readme
  • Moved alternate installation methods to wiki
  • Added link to example folder

Added

  • Initial release