Releases: snc/SncRedisBundle
Releases · snc/SncRedisBundle
4.11.0-rc.1
Catch-up release with recent PR's and support for Symfony 8 and PHP 8.5.
To test this release append @rc in your composer.json, ie. "^4.11@rc" should work as version constraint.
What's Changed
- feat: string class name to class constant by @shakaran in #741
- feat: string class name to class constant in extension by @shakaran in #742
- feat: phpredis: add support for OPT_SCAN by @shakaran in #745
New Contributors
Full Changelog: 4.10.0...4.11.0-rc.1
4.10.0
4.9.1
4.9.0
4.8.0
What's Changed
- Add phpredis sentinel auth support by @vigikaran in #727
- Mark collector as late collector by @ostrolucky in #731
New Contributors
- @vigikaran made their first contribution in #727
Full Changelog: 4.7.2...4.8.0
4.7.2
What's Changed
- Fix Relay\Sentinel compatibility by @kkrasnik in #723
- Remove deprecated usage of Symfony\Component\HttpKernel\DependencyInjection\Extension by @savinmikhail in #725
- Make symfony/console dependency truly optional by @ostrolucky in 01b68b2
New Contributors
- @kkrasnik made their first contribution in #723
- @savinmikhail made their first contribution in #725
Full Changelog: 4.7.1...4.7.2
4.7.1
What's Changed
- [fix] Pass on username parameter from dsn to Predis Factory by @rvdbogerd in #722
- Fix opcache preloading warning by @ostrolucky in 4c212a0
New Contributors
- @rvdbogerd made their first contribution in #722
Full Changelog: 4.7.0...4.7.1
Symfony 7.0 support
4.6.1 - phpredis 6.x compatibility
What's Changed
- Allow passing custom commands to Predis 2.x client options by @Seldaek in #696
- Fix RedisSentinel compatibility with phpredis 6.x by @ostrolucky in 7e436fb
- Consider empty username as missing username (fixes #703) by @ostrolucky in 7a7a653
Full Changelog: 4.6.0...4.6.1
4.6.0
What's Changed
- Support injecting additional options for php/relay sentinel by @rguennichi in #695
New Contributors
- @rguennichi made their first contribution in #695
Full Changelog: 4.5.1...4.6.0