Releases: snc/SncRedisBundle
Releases · snc/SncRedisBundle
4.4.0
What's Changed
- Add session locking warning by @mevdschee in #682
- Add phpredis Sentinel support by @ostrolucky in 6f654e4
- Fix compatibility with phpredis 6.0 by @ostrolucky in af457cd)
Full Changelog: 4.3.2...4.4.0
4.3.2
What's Changed
- Enable usage of username in dsn by @AntoineVallerand in #678
- RedisCallInterceptor: log even in case of failure by @ostrolucky in e7ee8c4
- Make RedisLogger resettable by @ostrolucky in cbbaf9e
New Contributors
- @AntoineVallerand made their first contribution in #678
Full Changelog: 4.3.1...4.3.2
4.3.1
What's Changed
- Fix ConnectionWrapper with aggregated connections by @specdrum-agc in #675
- Fix composer constraint that prevents installing predis 2.0 @ostrolucky 8d1d72e
New Contributors
- @specdrum-agc made their first contribution in #675
Full Changelog: 4.3.0...4.3.1
4.2.0
What's Changed
- Add redis ACL support for phpredis by @mattiabasone in #660
- Remove non UTF-8 chars from Stopwatch section names by @KDederichs in #662
- #661: avoid sending non-utf8 data to Symfony Stopwatch by @Pazns in #663
- Declare conflict with predis 2.0 by @ostrolucky in be8d131
New Contributors
- @mattiabasone made their first contribution in #660
- @Pazns made their first contribution in #663
Full Changelog: 4.1.6...4.2.0
4.1.6
What's Changed
- Fix handling methods with references when logging is enabled with phpredis by @ostrolucky in #653
Full Changelog: 4.1.5...4.1.6
4.1.5
What's Changed
- fix socket connection by @araab in #650
- Fix Predis logging with non-string query command arguments by @ostrolucky in f23d544
New Contributors
Full Changelog: 4.1.4...4.1.5
4.1.4
Fix method calls with variadic parameters in logging proxy (#648) Co-authored-by: Gabriel Ostrolucký <[email protected]>
4.1.0
What's Changed
- Make prefix/suffix interceptors for phpredis logging customizable by @ostrolucky in #645
Full Changelog: 4.0.2...4.1.0
4.0.2
What's Changed
- Fix unix socket connections with recent phpredis versions by @ostrolucky in #643
Full Changelog: 4.0.1...4.0.2
4.0
Full Changelog: 3.6.0...4.0
- Support PHP 8.1+ phpredis thanks to autogenerated logging proxies
- Add new
redis:query
command which is not limited to just flushall/flushdb like the old ones were - Remove deprecated functionality and support of old dependencies, see below
Check UPGRADE.md file to see how to upgrade your application and see list of removed features, or potentially BC breaking changes.