Skip to content

Releases: snc/SncRedisBundle

4.3.1

28 Oct 13:24
49cccfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.2.0

12 Jun 11:23
be8d131
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.6...4.2.0

4.1.6

05 Mar 09:42
Compare
Choose a tag to compare

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

28 Jan 21:00
f23d544
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.4...4.1.5

4.1.4

27 Jan 22:58
89f9ce7
Compare
Choose a tag to compare
Fix method calls with variadic parameters in logging proxy (#648)

Co-authored-by: Gabriel Ostrolucký <gabriel.ostrolucky@gmail.com>

4.1.0

16 Jan 12:52
Compare
Choose a tag to compare

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

06 Jan 12:16
Compare
Choose a tag to compare

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

05 Dec 11:07
94fe6fb
Compare
Choose a tag to compare
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.

3.6.0

30 Nov 14:32
36092ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.2...3.6.0

3.5.0

01 Nov 22:38
a3750b7
Compare
Choose a tag to compare

Changelog

3.5.0 (2021-11-01)

Full Changelog

Implemented enhancements:

  • Doctrine Cache 2.x #611
  • Migrate from Travis CI to GitHub Actions #602
  • Function Redis::delete() is deprecated #521
  • Connections not properly closed on Kernel shutdown #400
  • Exception handling if redis is not avaialble #105

Fixed bugs:

  • The service alias "doctrine.orm.default_metadata_cache" does not exist. #613
  • rPush ignores variadic arguments #612
  • The "snc_redis.default" service or alias has been removed or inlined when the container was compiled. #605

Closed issues:

  • Deprecated: Function ReflectionType::__toString() #610
  • Test against the next Symfony version (5.3) #601

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator