Skip to content

Releases: rayriffy/elysia-rate-limit

v2.0.1

26 Nov 23:35
a458697

Choose a tag to compare

Patch Changes

  • d84ebbd: responseMessage type has been changed to any, so you can actually return response as anything (i.e. object)

v2.0.0

24 Nov 16:39
0e63b7e

Choose a tag to compare

Major Changes

  • fc6e385: generator now determine IP address natively via server.requestIP() function. This is a breaking change for those who use Bun version 1.0.3 or below. Please update your code to support Bun version 1.0.4 or above.

v1.3.0

24 Nov 15:39
4d7c7f5

Choose a tag to compare

Minor Changes

  • a5a0b02: bump minimum peer dependency verison of elysia to 0.7.15

v1.2.0

24 Sep 11:10
ca4c8af

Choose a tag to compare

Minor Changes

  • 89d308c: securely signed package with provenance

1.0.3

09 Mar 13:52
f311a3d

Choose a tag to compare

What's new?

  • countFailedRequest to change default plugin behavior
  • context for writing your own custom context (i.e. use database or filesystem to store request count instead of memory)
  • skip function to determine this Request should be counted into rate limiter or not

1.0.2

08 Mar 13:39
a53fa6a

Choose a tag to compare

What's new?

  • First functional release.