Releases: Namoshek/laravel-redis-sentinel
Releases · Namoshek/laravel-redis-sentinel
v0.7.0
What's Changed
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.1
v0.4.0
What's Changed
- Check for master is valid refactored by @miladev95 in #23
- Add ability to auth with username + password to sentinel by @misakstvanu in #25
New Contributors
- @miladev95 made their first contribution in #23
- @misakstvanu made their first contribution in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #19
- Disable SonarQube checks for fork PRs by @Namoshek in #21
- Add support for PhpRedis 6.0 by @OrangeJuiced in #20
New Contributors
- @dependabot made their first contribution in #19
- @OrangeJuiced made their first contribution in #20
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
Fix: zscan and hscan overrides call the correct base method
In #8, a bug has been fixed where the wrong base methods were called by the zscan
and hscan
overrides in the PhpRedisSentinelConnection
.
Add support for Laravel 9
This release adds support for Laravel 9 (#2).