0.5.0 (2024-7-26)
- upgrade @nestjs/throttler to v6, add new throttling features (7f0784d)
0.4.4 (2024-3-20)
0.4.3 (2024-3-10)
0.4.2 (2024-2-28)
0.4.1 (2023-09-22)
0.4.0 (2023-09-09)
- update all packages (f6e52ad)
- use seconds() throttler helper function (f3a3df9)
- use throttler v5 (bd96544)
0.4.0 (2023-09-09)
- update all packages (f6e52ad)
- use seconds() throttler helper function (f3a3df9)
- use throttler v5 (bd96544)
0.3.3 (2023-05-21)
- added back disconnectRequired flag assignment (bd5587a)
0.3.2 (2023-05-13)
0.3.1 (2023-05-13)
- service: convert ms to secs in in increment-func (fixes #1167) (8269a2b)
- disable redis cluster tests until slot-cache issue is fixed externally (64d6d82)
- enable DEBUG env variable (19e6e09)
- remove docker container building (babdfe9)
0.3.0 (2023-01-19)
- adjust logic to improve speed which resolves bypassing throttle limits (fixes #1064) (6f24cad), closes nestjs/throttler#1304
- put redis-cluster in separate file so it does not get initialized (12292f5)
- only use single redis instance controller (c113fb8)
- upgrade @nestjs/throttler to 4.0.0 along with required local changes for this (3a1e31e)
0.2.2 (2022-12-23)
0.2.1 (2022-12-22)
0.2.0 (2022-12-22)
- add support for redis.options.keyPrefix (29b009f)
- remove @types/ioredis (fa7d7b4)
- simplify code by removing cluster service; fix open handle in tests (13681b3)
- upgrade ioredis to v5 and fix usage (ed48845)
- add redis-clusters to docker and adjust tests (0f8ad1e)
- implement potentional option for redis clusters support (#660) (d22573b)
0.1.19 (2022-05-01)
0.1.18 (2021-11-19)
- adjust preversion script (33f07fb)
0.1.17 (2021-11-19)
- added keyPrefix redis scan (b5acbfb)
0.1.16 (2021-11-10)
- disconnect redis to avoid open handles (52470fa)
0.1.15 (2021-08-23)
0.1.14 (2021-08-23)
0.1.13 (2021-03-26)
0.1.12 (2021-03-26)
0.1.11 (2021-03-09)
- allow to pass a string url to redis (39cd987)
0.1.10 (2021-03-08)
- adjust package.json peerDeps (f49aa8f)
- use correct redis storage service (e59c4ad)
- use redis utility and close connection properly to prevent tests being stuck (4d6456e)
- workflow: do the checkout first before other cmds (4e26c0d)
- implement docker-compose and adjust tests workflow to use docker (427e811)
0.1.10 (2021-03-08)
- adjust package.json peerDeps (f49aa8f)
- use correct redis storage service (e59c4ad)
- use redis utility and close connection properly to prevent tests being stuck (4d6456e)
- workflow: do the checkout first before other cmds (4e26c0d)
- implement docker-compose and adjust tests workflow to use docker (427e811)
0.1.9 (2021-03-05)
- use correct redis storage service (e59c4ad)
- use redis utility and close connection properly to prevent tests being stuck (4d6456e)
- workflow: do the checkout first before other cmds (4e26c0d)
- implement docker-compose and adjust tests workflow to use docker (427e811)
- replace nestjs-throttler with @nestjs/throttler package (4184f61)
0.1.8 (2021-03-05)
- replace nestjs-throttler with @nestjs/throttler package (4184f61)
0.1.7 (2021-02-22)
- adjust addRecord to set the expiry time correctly (5498181)
0.1.6 (2020-06-10)
- adjust addRecord to set the expiry time correctly (5498181)
0.1.5 (2020-06-08)
0.1.4 (2020-06-07)
0.1.3 (2020-06-07)
- export ThrottlerStorageRedis interface (7ed0db2)