Skip to content

Releases: rayriffy/elysia-rate-limit

v4.4.2

22 Oct 08:44
54fa60b

Choose a tag to compare

Patch Changes

  • 2b99760: fix undeclared variable completeRequest

v4.4.1

18 Oct 07:55
c03de48

Choose a tag to compare

Patch Changes

  • 8d5fd0d: add cookie to request callbacks

v4.4.0

27 May 16:57
9936c05

Choose a tag to compare

Minor Changes

  • ab26fc3: change package to esm-only, move build toolchain to tsdown

Patch Changes

  • 41680f1: Use named functions instead of anonymous arrows for better tracing

v4.3.0

22 Mar 17:04
3ed5a1b

Choose a tag to compare

Minor Changes

  • 9de6373: change default context to use @alloc/quick-lru instead of lru-cache

Patch Changes

  • c807a06: reimplement generator to reject edge-case early

v4.2.1

08 Mar 16:51
ac5f5cf

Choose a tag to compare

Patch Changes

  • b978900: seeding logic complexity reduction
  • b978900: fix plugin duplication due to missing seed provided to Elysia instances

v4.2.0

01 Mar 07:27
79f2a96

Choose a tag to compare

Minor Changes

  • c19f554: change build pipeline to serve builds from both tsup, and tsc

Patch Changes

  • c19f554: only package dist/ directory on publish
  • c19f554: implement unit testing in repository

v4.1.0

23 May 20:11
8b60898

Choose a tag to compare

Minor Changes

  • 3d0c0ae: added ability to let pligin not to send RateLimit-* headers
  • e867896: scoping local is considered unstable, please move to scoped

Patch Changes

  • e867896: fixes multiple instances running duplicate jobs at the same time

v4.0.0

02 May 14:07
e63ffd0

Choose a tag to compare

Major Changes

  • 17f10e3: BREAKING CHANGES remove responseCode, and responseMessage in favor of new errorResponse option. please consult with documentation for more details

Minor Changes

  • 17f10e3: added injectServer option

v3.2.2

20 Apr 07:54
fb23a8d

Choose a tag to compare

Patch Changes

  • d4d7a62: added debug logs
  • 5e83844: fix context is being shared across multiple local scope
  • 5e83844: add example for multiple instance scoping

v3.2.1

14 Apr 14:27
098e4c7

Choose a tag to compare

Patch Changes

  • 2c5d035: fix generic value of generator types