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.
- All attributes of
config
parameter are now used by the migration handler.
- Session handling is now done on the database layer to prevent concurrency issues.
- Enabled provenance statement generation, see https://github.com/express-rate-limit/express-rate-limit#406.
- Stores call stored procedures instead of raw SQL
express-rate-limit
moved fromdependencies
topeerDependencies
- Refactored
name
toprefix
according the [email protected]
- Using pkgroll to bundle library
- First release with core functionality according to express-rate-limit guide