Skip to content

Releases: Namoshek/laravel-redis-sentinel

v0.7.0

06 Nov 17:27
f9427bd
Compare
Choose a tag to compare

⚠️ This release contains breaking changes regarding the connection to Redis clusters besides Redis Sentinel. Since it wasn't possible before to connect to Redis clusters with this driver, it is really unlikely this change affects anyone.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Nov 20:03
d4742bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 Apr 17:27
3d6fad1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

04 Jan 08:18
921404e
Compare
Choose a tag to compare

What's Changed

  • Call RedisSentinel constructor with auth arg only if set by @Namoshek in #27

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Dec 09:34
6f91478
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Sep 12:33
a563ed9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

09 May 15:49
54121d1
Compare
Choose a tag to compare

What's Changed

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

v0.2.0

15 Feb 19:24
3f7861a
Compare
Choose a tag to compare

What's Changed

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

Fix: zscan and hscan overrides call the correct base method

16 May 18:01
9ab2f0a
Compare
Choose a tag to compare

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

10 Feb 18:47
f9158c7
Compare
Choose a tag to compare

This release adds support for Laravel 9 (#2).