Releases: adonisjs/redis
Releases · adonisjs/redis
Add support for defining multiple listeners on a pub-sub channel
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
- @jonahsnider made their first contribution in #66
Full Changelog: v9.1.1...v9.2.0
Update dependencies
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
Full Changelog: v9.0.0...v9.1.0
Remove legacy health checks and add new health check classes
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
- Add missing REDIS_PASSWORD env key by @LeadcodeDev in #61
New Contributors
- @LeadcodeDev made their first contribution in #61
Full Changelog: v8.0.1...v9.0.0
Make redis manager config a public property
Stable major release
Please consult the following releases to learn more about the breaking changes and new additions.
- Breaking changes - https://github.com/adonisjs/redis/releases/tag/v8.0.0-0
- Breaking changes - https://github.com/adonisjs/redis/releases/tag/v8.0.0-4
- New additions - https://github.com/adonisjs/redis/releases/tag/v8.0.0-6
- Breaking change - https://github.com/adonisjs/redis/releases/tag/v8.0.0-7
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
- Merge to develop for final release by @thetutlage in #59
New Contributors
- @thetutlage made their first contribution in #59
Full Changelog: v7.3.4...v8.0.0
Update dependencies
Full Changelog: v8.0.0-13...v8.0.0-14
Generate bundled types using TSC
- 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
- fix: import InferConnections from the types a7ffaca
Full Changelog: v8.0.0-11...v8.0.0-12
Bundle using tsup
- 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