Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Confidence
express-rate-limit 6.0.5 -> 6.11.2 age confidence

Release Notes

express-rate-limit/express-rate-limit (express-rate-limit)

v6.11.2

Compare Source

Fixed
  • Restored IncrementResponse TypeScript type (See #​397)

v6.11.1

Compare Source

Fixed
  • Check for prefixed keys when validating that the stores have single counted keys (See #​395).

v6.11.0

Compare Source

Added
  • Support for retrieving the current hit count and reset time for a given key from a store (See #​390).

v6.10.0

Compare Source

Added
  • Support for combined RateLimit header from the RateLimit header fields for HTTP standardization draft adopted by the IETF. Enable by setting standardHeaders: 'draft-7'
  • New standardHeaders: 'draft-6' option, treated equivalent to standardHeaders: true from previous releases. (true and false are still supported.)
  • New RateLimit-Policy header added when standardHeaders is set to 'draft-6', 'draft-7', or true
  • Warning when using deprecated draft_polli_ratelimit_headers option
  • Warning when using deprecated onLimitReached option
  • Warning when totalHits value returned from Store is invalid

v6.9.0

Compare Source

Added
  • New validaion check for double-counted requests
  • Added help link to each ValidationError, directing users to the appropriate wiki page for more info
Changed
  • Miscaleanous documenation improvements

You can view the full changelog here.

v6.8.1

Compare Source

Changed
  • Revert 6.7.1 change that bumped typescript from 5.x to 4.x and dts-bundle-generator from 8.x to 7.x (See #​360)

You can view the full changelog here.

v6.8.0

Compare Source

Added

You can view the changelog here.

v6.7.2

Compare Source

(Backport of v6.8.1)

You can view the full changelog here.

v6.7.1

Compare Source

Fixed
  • Fixed compatibility with TypeScript's TypeScript new node16 module
    resolution strategy (See
    #​355)
Changed
  • Bumped development dependencies.
  • Added node 20 to list of versions the CI jobs run on.

No functional changes.

You can view the changelog here.

v6.7.0

Compare Source

No functional changes.

Changed
  • Updated links to point to the new express-rate-limit organization on GitHub.
  • Added advertisement to readme.md for project sponsor Zuplo.
  • Updated to typescript version 5 and bumped other dependencies.
  • Dropped node 12, and added node 19 to the list of versions the CI jobs run on.

You can view the changelog here.

v6.6.0

Compare Source

Added
  • Added shutdown method to the Store interface and the MemoryStore. (#​322)

You can view the full changelog here.

v6.5.2

Compare Source

Fixed
  • Fixed an issue with missing types in ESM monorepos. (#​321)

You can view the changelog here.

v6.5.1

Compare Source

Changed
  • The message option can now be a (sync/asynx) function that returns a value (#​311)
  • Updated all dependencies

v6.4.0

Compare Source

Added
  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#​304)
Changed
  • Tests are now run on Node 12, 14, 16 and 18 on CI (#​305)
  • Updated all development dependencies (#​306)

v6.3.0

Compare Source

Changed
  • Changes the build target to es2019 so that ESBuild outputs code that can run with Node 12.
  • Changes the minimum required Node version to 12.9.0.

v6.2.1

Compare Source

Fixed
  • Use the default value for an option when undefined is passed to the rate
    limiter.

v6.2.0

Compare Source

Added
  • Export the MemoryStore, so it can now be imported as a named import
    (import { MemoryStore } from 'express-rate-limit').
Fixed
  • Deprecate the onLimitReached option (this was supposed to be deprecated in
    v6.0.0 itself); developers should use a custom handler function that checks if
    the rate limit has been exceeded instead.

v6.1.0

Compare Source

Added
  • Added a named export rateLimit in case the default import does not work.
Fixed
  • Added a named export default, so Typescript CommonJS developers can default-import the library (import rateLimit from 'express-rate-limit').

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency express-rate-limit to v6.7.0 Update dependency express-rate-limit to v6.7.1 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch from 994991c to 0ad3615 Compare July 6, 2023 23:33
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.7.1 Update dependency express-rate-limit to v6.8.0 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch from 0ad3615 to e5a01fc Compare July 21, 2023 01:13
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.8.0 Update dependency express-rate-limit to v6.8.1 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch from e5a01fc to 0b86c8f Compare July 27, 2023 14:41
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.8.1 Update dependency express-rate-limit to v6.9.0 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch from 0b86c8f to 3a59e5b Compare August 6, 2023 06:58
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.9.0 Update dependency express-rate-limit to v6.10.0 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch 2 times, most recently from 54c076f to 47573b3 Compare September 6, 2023 16:27
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.10.0 Update dependency express-rate-limit to v6.11.0 Sep 6, 2023
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.11.0 Update dependency express-rate-limit to v6.11.1 Sep 10, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch 2 times, most recently from 87550f3 to b644f28 Compare September 12, 2023 04:18
@renovate renovate bot changed the title Update dependency express-rate-limit to v6.11.1 Update dependency express-rate-limit to v6.11.2 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/express-rate-limit-6.x-lockfile branch from b644f28 to eb3443f Compare August 10, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant