Skip to content

Releases: adonisjs/redis

Add support for defining multiple listeners on a pub-sub channel

07 Feb 08:36
Compare
Choose a tag to compare

9.2.0 (2025-02-07)

  • feat: support multiple handlers for a single subscription (#66) (f1c79af), closes #66
  • chore: update gh workflow in readme (5c1d91b)

What's Changed

  • feat: support multiple handlers for a single subscription by @jonahsnider in #66

New Contributors

Full Changelog: v9.1.1...v9.2.0

Update dependencies

01 Feb 10:51
Compare
Choose a tag to compare

9.1.1 (2025-02-01)

  • chore: add .env.example value (51a4a22)
  • chore: correct author & contributors field (1b48f68)
  • chore: migrate to release-it (251e9a8)
  • chore: publish correct port & decrease redis version (bfe7c62)
  • chore: update all minor dependencies (7e4434a)
  • chore: update major dependencies (afee835)
  • test: ignore typescript assertion since tests are passing (13978d6)
  • test: use define host to check error (d18b4e5)
  • fix(checks): ensure given bytes value is correct (331e757)
  • ci: add env variable and increase coverage of redis (0c2f349)
  • ci: execute test only on workflow call (5ee3bb6)
  • ci: export correct port (c821b93)
  • ci: lint and typecheck before executing tests (648798a)
  • ci: migrate to new syntax (ad18f21)
  • ci: remove tests on latest redis tags (bd4a3e8)
  • ci: remove unneeded ci compose file (df1d8db)
  • ci: target correct test workflow (cd4069f)
  • ci: test only latest release of redis-cluster (da59b6f)
  • ci: try to use services to run tests (3cf16aa)
  • ci: update workflows (6ca6f69)
  • ci: use fix number for redis version (aec71d8)
  • refactor: migrate to ts-node-maintained (caeebee)

Full Changelog: v9.1.0...v9.1.1

Make health checks more resilient

22 Jun 05:30
Compare
Choose a tag to compare
  • fix: ping logic in health checks 9db568a
  • refactor: make health checks more resilient 7981fd9

Full Changelog: v9.0.0...v9.1.0

Remove legacy health checks and add new health check classes

20 Jun 06:45
Compare
Choose a tag to compare

Breaking changes

  • Remove method connection.getReport in favor of dedicated health check classes.
  • Remove type HealthReportNode.
  • Remove config option healthCheck

Commits

  • refactor: split connection and memory checks in two health checks a4014e3
  • refactor: update warning and error threshold messages e81a395
  • refactor: add connection keyword to health check name 6e8dc87
  • feat: add dedicated health check class 118c866
  • chore: update dependencies e613330
  • Merge pull request #61 from LeadcodeDev/develop 8c8ab15
  • feat(env): add missing quotes 90d95ea
  • feat(env): add missing password key as optional string d330f82

What's Changed

New Contributors

Full Changelog: v8.0.1...v9.0.0

Make redis manager config a public property

23 Jan 12:02
Compare
Choose a tag to compare
  • refactor: make manager config public 7f76177

v8.0.0...v8.0.1

Full Changelog: v8.0.0...v8.0.1

Stable major release

08 Jan 11:08
a2d3b3c
Compare
Choose a tag to compare

Please consult the following releases to learn more about the breaking changes and new additions.

Commits

  • chore: publish under latest tag 903e276
  • Merge pull request #59 from adonisjs/next a2d3b3c
  • Merge branch 'develop' into next 670462d
  • chore: update dependencies cbc6b14
  • chore(release): 7.3.4 acbf6cc
  • added hmset to ioMethods.ts (#58) c80075a
  • chore(release): 7.3.3 c6a30f6
  • Merge pull request #57 from PaulosSouza/feat/unlink-method f9755a8
  • feat: add passthroughs for ioredis#unlink method 4da65b7

What's Changed

New Contributors

Full Changelog: v7.3.4...v8.0.0

Update dependencies

24 Dec 09:30
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • docs(README): update link to docs e76a141
  • chore(package): update dependencies 4290d13

Full Changelog: v8.0.0-13...v8.0.0-14

Generate bundled types using TSC

23 Nov 09:30
Compare
Choose a tag to compare
Pre-release
  • ci: update node versions 630f8df
  • chore: publish source maps and use tsc for generating types dd80390
  • chore: update dependencies c151b27

Full Changelog: v8.0.0-12...v8.0.0-13

Fix config stub

19 Oct 07:00
Compare
Choose a tag to compare
Fix config stub Pre-release
Pre-release
  • fix: import InferConnections from the types a7ffaca

Full Changelog: v8.0.0-11...v8.0.0-12

Bundle using tsup

18 Oct 06:14
Compare
Choose a tag to compare
Bundle using tsup Pre-release
Pre-release
  • test: increase tests timeout for codemods tests 2fa425f
  • refactor: cleanup types 3b786c0
  • chore: use tsup for bundling 0fbfab9
  • chore: update dependencies 2f4316f

Full Changelog: v8.0.0-10...v8.0.0-11