Releases: adonisjs/redis
Releases · adonisjs/redis
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
Add missing `hmset` method
Update dependencies
- chore: update dependencies 52f9079
Full Changelog: v8.0.0-9...v8.0.0-10