Skip to content

Releases: CSenshi/nestjs-redis

v0.12.1

06 Oct 18:16

Choose a tag to compare

0.12.1 (2025-10-06)

🩹 Fixes

  • health-indicator: add missing redis types (abf57a0)

❤️ Thank You

  • CSenshi

v0.12.0

01 Oct 17:31

Choose a tag to compare

0.12.0 (2025-10-01)

Breaking Changes

  • Remove exported Redis types, use types from 'redis' itself

❤️ Thank You

  • CSenshi

v0.11.1

17 Aug 21:20

Choose a tag to compare

0.11.1 (2025-08-17)

🚀 Features

  • socket.io-adapter: add new pacakge (#7)

🩹 Fixes

  • health-indicator: update RedisHealthIndicator to use HealthIndicatorService directly (#8)

❤️ Thank You

  • CSenshi

v0.10.1

12 Aug 14:50

Choose a tag to compare

0.10.1 (2025-08-12)

🩹 Fixes

  • client: ensure Redis is ready in all lifecycle hooks (6e7688f)

❤️ Thank You

  • CSenshi

v0.10.0

10 Aug 20:00

Choose a tag to compare

0.10.0 (2025-08-10)

📝 Notes

  • Version jump: some intermediate versions were published and later unpublished due to inconsistencies. npm prevents republishing the same versions for a period of time, so we are moving to 0.10.0 to unblock releases. This is an administrative bump; starting from 0.10.0 is a safe choice for consumers.

❤️ Thank You

  • CSenshi

v0.2.1

10 Aug 12:15

Choose a tag to compare

0.2.1 (2025-08-10)

🩹 Fixes

  • update documentation

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Aug 13:55

Choose a tag to compare

0.2.0 (2025-08-06)

🚀 Features

  • @nestjs-redis/lock: Introduce new redlock package to ecosystem 
  • ci: add step to derive SHAs for nx affected commands (dd45018)
  • ci: add Redis service to compatibility test workflow (e3e05ee)

❤️ Thank You

  • CSenshi

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

31 Jul 12:42

Choose a tag to compare

0.1.2 (2025-07-31)

🩹 Fixes

  • client: fix forRootAsync method not looking at imports property (a495e5c)

❤️ Thank You

  • CSenshi