Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.02 KB

changelog.md

File metadata and controls

30 lines (20 loc) · 1.02 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

Breaking

  • Rewrite the store to implement the new Store interface, introduced in express-rate-limit v6.0.0.
  • Require the del, get, set, add, incr and decr functions on any memcached client passed to the store.
  • MemcachedStore is now a named export, not a default export, to make it play nice with the dual cjs-esm package.

Added

  • Add the locations and config options.
  • Store expiry time for a client in a new key, named ${prefix}expiry:${key}.