Skip to content

Releases: rayriffy/elysia-rate-limit

v4.1.0

23 May 20:11
8b60898
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • 2c5d035: fix generic value of generator types

v3.2.0

13 Apr 15:43
d2000c7
Compare
Choose a tag to compare

Minor Changes

  • ebe2c77: generators function now passed derive values as a thrid argruments
  • 55f0e22: allowing user to change plugin hooks scoping behavior

v3.1.4

07 Apr 21:27
b587089
Compare
Choose a tag to compare

Patch Changes

  • 9ffb155: plugin no longer server to be initialized

v3.1.3

03 Apr 19:38
7e64f9e
Compare
Choose a tag to compare

Patch Changes

  • 7317819: nextReset time for default context always returns to year 1970. my bad

v3.1.2

03 Apr 19:10
a2ef48c
Compare
Choose a tag to compare

Patch Changes

  • dea390c: default generator throws detailed warning message with reason

v3.1.1

01 Apr 22:13
32848c8
Compare
Choose a tag to compare

Patch Changes

  • ca7f124: getNextResetTime implementation are now moved into defaultContext
  • 28316db: excluding unintended files that being published to npm
  • 1bcda4f: generator function now accepts server option as non-nullable. the plugin also checks if elysia server is initialized first.
  • d5056ec: file structure changes to match directory convention

v3.1.0

31 Mar 19:53
fcb4d54
Compare
Choose a tag to compare

Minor Changes

  • 8779402: new default context strategy