Skip to content

Latest commit

 

History

History
204 lines (115 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

204 lines (115 loc) · 13.1 KB

0.4.4 (2024-3-20)

Bug Fixes

  • re-add support for redis keyPrefix (closes #1641) (2eea97a)

0.4.3 (2024-3-10)

0.4.2 (2024-2-28)

0.4.1 (2023-09-22)

0.4.0 (2023-09-09)

Features

  • update all packages (f6e52ad)
  • use seconds() throttler helper function (f3a3df9)
  • use throttler v5 (bd96544)

0.4.0 (2023-09-09)

Features

  • update all packages (f6e52ad)
  • use seconds() throttler helper function (f3a3df9)
  • use throttler v5 (bd96544)

0.3.3 (2023-05-21)

Bug Fixes

  • added back disconnectRequired flag assignment (bd5587a)

0.3.2 (2023-05-13)

0.3.1 (2023-05-13)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • add redis-clusters to docker and adjust tests (0f8ad1e)
  • implement potentional option for redis clusters support (#660) (d22573b)

0.1.19 (2022-05-01)

Bug Fixes

  • add support for redis.options.keyPrefix (29b009f)
  • upgrade ioredis to v5 and fix usage (ed48845)

0.1.18 (2021-11-19)

Bug Fixes

  • adjust preversion script (33f07fb)

0.1.17 (2021-11-19)

Bug Fixes

  • added keyPrefix redis scan (b5acbfb)

0.1.16 (2021-11-10)

Bug Fixes

  • disconnect redis to avoid open handles (52470fa)

0.1.15 (2021-08-23)

0.1.14 (2021-08-23)

Bug Fixes

Features

  • allow to change COUNT value in redis scan method (#392) (426ec22)

0.1.13 (2021-03-26)

0.1.12 (2021-03-26)

Bug Fixes

0.1.11 (2021-03-09)

Features

  • allow to pass a string url to redis (39cd987)

0.1.10 (2021-03-08)

Bug Fixes

  • 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)

Features

  • implement docker-compose and adjust tests workflow to use docker (427e811)

0.1.10 (2021-03-08)

Bug Fixes

  • 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)

Features

  • implement docker-compose and adjust tests workflow to use docker (427e811)

0.1.9 (2021-03-05)

Bug Fixes

  • 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)

Features

  • 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)

Features

  • replace nestjs-throttler with @nestjs/throttler package (4184f61)

0.1.7 (2021-02-22)

Bug Fixes

  • adjust addRecord to set the expiry time correctly (5498181)

0.1.6 (2020-06-10)

Bug Fixes

  • 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)

Features

  • export ThrottlerStorageRedis interface (7ed0db2)

0.1.2 (2020-06-07)

0.1.1 (2020-06-07)

0.1.0 (2020-06-07)

Features

  • Initial commit with working prototype (0a554d6)
  • prepare initial 0.1 version && add tests (6c9e047)