Skip to content

Releases: snc/SncRedisBundle

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

3.4.1

14 Oct 21:19
3606401
Compare
Choose a tag to compare

3.4.1

Full Changelog

Fixed bugs:

  • falsy "failed (MOVED)" error logs when using cluster mode (following #416) #466

Closed issues:

  • Memory leak with logging: true #626
  • SessionHandler configuration deprecation #624
  • Logging in cluster mode works only for first query #615

Merged pull requests:

3.4.0

25 May 04:47
d7718cd
Compare
Choose a tag to compare

Full Changelog

3.3.0

12 Jan 19:21
e3b42f1
Compare
Choose a tag to compare

Full Changelog

3.2.4

07 Nov 16:49
417086e
Compare
Choose a tag to compare

Full Changelog

3.2.3

05 Jun 07:17
cd47f69
Compare
Choose a tag to compare

Full Changelog

  • Deprecation since Symfony 5.1 (#580) - @StudioMaX (e0de16)
    • NodeDefinition::setDeprecated() requires 3 arguments
    • Add Symfony 5.2 to CI allowed failures
    • Fix deprecations in tests
    • Test Symfony 5.1 on PHP 7.2

3.2.2

30 Apr 05:56
7d9294b
Compare
Choose a tag to compare

Full Changelog

2.1.13

09 Jan 17:25
Compare
Choose a tag to compare

Full Changelog

3.2.1

18 Nov 06:49
d982d0d
Compare
Choose a tag to compare

Full Changelog

3.2.0

14 Nov 07:54
420db91
Compare
Choose a tag to compare

Full Changelog

  • Add PhpRedis \RedisCluster support (#454) - @furester (af2f8f)

  • Add many DSN support for phpredis cluster (#542) - @B-Galati (e48635)

  • Ensure compatibility with Symfony 4.4 (fix #461) (#543) - @B-Galati (7f4249)

  • [BC BREAK] Deprecate support for redis profiler storage starting from Sf 4.4 (#543) - @B-Galati (7f4249)

    As per Symfony:

    This interface exists for historical reasons. The only supported
    implementation is FileProfilerStorage.
    As the profiler must only be used on non-production servers, the file storage
    is more than enough and no other implementations will ever be supported.

  • Symfony 5 / Doctrine Bundle 2 compat (#544) - @B-Galati (6a7751)

  • Drop support for Sf 4.0/4.1 as they are unmaintained (#544) - @B-Galati (6a7751)