Skip to content

Releases: liaoliaots/nestjs-redis

v9.0.5

01 Jan 15:04
fc69763
Compare
Choose a tag to compare

9.0.5 - 2023-01-01

Other

  • chore(license): update [year] part (#422)
  • docs: use correct actions url (#419)
  • docs: restore old docs, include v2, v3 and v4 (#419)

Dependencies

  • chore(deps-dev): bump tsc-alias from 1.7.0 to 1.8.2 (#410)
  • chore(deps): bump dependencies to latest (#410)(#420)
  • chore(sample): bump dependencies to latest (#412)(#423)

nestjs-redis-health: v9.0.4

01 Jan 14:53
fc69763
Compare
Choose a tag to compare

9.0.4 - 2023-01-01

Other

  • chore(license): update [year] part (#422)

Dependencies

  • chore(deps-dev): bump tsc-alias from 1.7.0 to 1.8.2 (#410)

v9.0.4

06 Nov 16:09
432c61a
Compare
Choose a tag to compare

9.0.4 - 2022-11-06

Other

  • docs: fix typos, add badges, update (#378) (#384) (#385)
  • ci: upgrade ubuntu version to ubuntu-22.04 (#381)
  • ci: use pnpm/action-setup@v2 instead of a specified version (#383)
  • ci: add testing for node18 LTS (#383)

Dependencies

  • chore(deps): bump tslib from v2.4.0 to v2.4.1 (#379)
  • chore(deps): bump dependencies to latest (#370) (#371) (#379) (#382)

nestjs-redis-health: v9.0.3

06 Nov 15:58
432c61a
Compare
Choose a tag to compare

9.0.3 - 2022-11-06

Dependencies

  • chore(deps): bump tslib from v2.4.0 to v2.4.1 (#379)

v9.0.3

01 Oct 17:00
44020f8
Compare
Choose a tag to compare

9.0.3 - 2022-10-02

Other

  • build with Node.js@16.17.1 LTS TypeScript@4.8.4
  • regenerate dependency graphs (#366)
  • use index.d.ts of jest-extended directly instead of global.d.ts file (#366)
  • bump @liaoliaots/nestjs-redis to 9.0.3 (#366)
  • bump @liaoliaots/nestjs-redis-health to 9.0.2 (#366)

Dependencies

  • chore(deps): update dependencies to latest (#349) (#365)

v9.0.2

01 Sep 17:15
afb4482
Compare
Choose a tag to compare

9.0.2 - 2022-09-02

Other

  • refactor: update messages (#347)
  • test: simplify unit/e2e tests and update configuration (#336) (#342)
  • docs: fix absolute links, update (#347)
  • chore(sample): simplify tests, update dependencies (#336) (#345)
  • chore: simplify package.json fields (#342)

Dependencies

  • chore(deps): update dependencies to latest (#333) (#341) (#342)

v9.0.1

20 Jul 14:20
b8bc560
Compare
Choose a tag to compare

9.0.1 - 2022-07-20

Enhancements

  • perf: obtain providers when the onApplicationShutdown hook is invoked (#320)

Other

  • docs: fix unavailable links, add FAQs (#321)
  • test: update unit tests (#320)

Dependencies

  • chore(deps-dev): bump tsc-alias to v1.7.0 (#320)
  • chore(deps): update dependencies to latest (#320)

v9.0.0

17 Jul 16:17
5423a0a
Compare
Choose a tag to compare

9.0.0 - 2022-07-17

If you depend on NestJS 7 or 8, please use version 8 of the lib.

There are two packages in this repo now:

  • @liaoliaots/nestjs-redis
  • @liaoliaots/nestjs-redis-health

BREAKING CHANGES ⚠️

  • drop support NestJS@8 and NestJS@7, minimum supported NestJS version is NestJS@9
  • the RedisHealthModule was removed from @liaoliaots/nestjs-redis, now you should install @liaoliaots/nestjs-redis-health to use it

Enhancements

  • perf(redis): remove unneeded files, functions, variables and types, reduce file size...
  • perf(redis-health): refactor indicator, simplify logic, remove unneeded conditions

Other

  • build: migrate to pnpm workspace
  • test: update & simplify unit and e2e tests
  • ci: use latest version for nodejs and pnpm
  • chore: update MIT License, .gitattributes, update documentation
  • chore(sample): upgrade to nestjs 9

Dependencies

  • bump dependencies to latest, add missing peer dependencies

v8.2.2

24 Jun 14:38
d27de6d
Compare
Choose a tag to compare

8.2.2 - 2022-06-24

Bug fixes

  • fix: register event listeners immediately (#286)
  • fix: if the status of the instance is end, then quit and disconnect methods will not be invoked (#286)
  • fix(health): if the type argument is invalid, now the indicator will throw an error (#286)

Enhancements

  • perf: reduce memory usage - remove closure functions for event listeners (#286)
  • revert: remove deprecated tag from onClientCreated option as it can be used to specify custom loggers (#286)
  • refactor: remove unused utility functions, interfaces (#286)
  • refactor: enable timestamp option for logger (#286)
  • refactor: improve messages, errors, comments (#286)

Other

  • chore: change peerDependencies version ranges from x to ^ (#286)
  • chore(docker): use redis version 6.2.7 instead of latest (#286)
  • test: update unit tests (#286)
  • ci: update nodejs and npm versions (#287)
    • node: 16.15.1 LTS
    • npm: 8.13.1
  • docs: update README.md (#288)

Dependencies

  • chore(deps): bump tsc-alias to v1.6.11 (#286)
  • chore(deps): bump dependencies to latest (#286)

v8.2.1

07 Jun 17:24
9ef89aa
Compare
Choose a tag to compare

8.2.1 - 2022-06-08

Bug fixes

  • chore(deps): bump tsc-alias to v1.6.9 (#283)

Dependencies

  • chore(deps): update dependencies to latest (#281) (#283)

Other

  • chore: bump package version (#284)
  • ci: ensure specific versions of node&npm are always used (#282)
    • node: 16.15.0 LTS
    • npm: 8.10.0