Skip to content

Commit

Permalink
Release v2.0.0 (#23)
Browse files Browse the repository at this point in the history
* install prettier & settings

* Add support cache redis

- New fields have been added to the ISettings interface (strategyCache, redis).
- A strategy to support storage in Redis has been implemented. Deletion is done automatically.

* Bump major version to 2.0.0

* Bump patch version to 2.0.1

* Feature/redis cache strategy implementation (#22)

* install prettier & settings

* Add support cache redis

- New fields have been added to the ISettings interface (strategyCache, redis).
- A strategy to support storage in Redis has been implemented. Deletion is done automatically.

* Hotfix/missing validation header x forwarded for (#20)

* New Feature: Added Rate Limit Management Support in Redis (#18)
* install prettier & settings
* Add support cache redis

- New fields have been added to the ISettings interface (strategyCache, redis).
- A strategy to support storage in Redis has been implemented. Deletion is done automatically.

* Bump major version to 2.0.0 (#19)
* Update README.md
* fix: add logic to get IP + exemple docker
  • Loading branch information
JeffersonGibin committed Apr 28, 2024
1 parent 869a13a commit 3f643a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-rate-limiter-core",
"author": "Jefferson Gibin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Provides an easy-to-use middleware for rate-limiting requests to an Express server",
"main": "lib/index.js",
"module": "lib/index.m.js",
Expand Down

0 comments on commit 3f643a0

Please sign in to comment.