Skip to content

Releases: Namoshek/laravel-redis-sentinel

v1.1.0

03 Aug 07:44
8fc632f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Jul 13:16
978d82b
Compare
Choose a tag to compare

This release contains major changes to the way the Redis Sentinel client provided by this package works. In theory, the changes should be non-breaking for most users and actually improve stability. However, if you really rely on this package doing it's job properly, please go ahead and have a look at #50 to see the changes in detail.

Thanks to @jeffreyzant for making this possible!

What's Changed

New Contributors

Full Changelog: v0.8.0...v1.0.0

v0.8.0

24 Feb 19:31
73d4c0b
Compare
Choose a tag to compare

What's Changed

  • Update composer packages for Laravel v12 by @Namoshek in #49

Full Changelog: v0.7.1...v0.8.0

v0.7.1

05 Feb 07:35
1561814
Compare
Choose a tag to compare

Bugfixes

  • Fix: use explicit nullable type in method declaration by @Namoshek in #46

Full Changelog: v0.7.0...v0.7.1

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