Skip to content

Releases: ezsystems/symfony-tools

1.1.3

04 Nov 14:27
4349127
Compare
Choose a tag to compare

Changes

  • Backport missing LogicException from Symfony 4.4
    Before this release you would get a confusing PHP fatal error instead of intended exception when Redis server was configured with wrong eviction policy

1.0.4

09 Nov 14:29
Compare
Choose a tag to compare

Fixes

  • Backport exception if redis eviction policy is wrong (83945c2)

1.1.2

08 Jul 11:50
Compare
Choose a tag to compare

Merge in changes from Symfony 4.4:

  • Cache:
    • [RedisTagAware]: Change to exception on wrong Redis policy config instead of warning (072cf53)
    • [FileSystemTagAware]: Solved issue with adapter when links are attempted to be removed fails (072cf53)
    • [DefaultMarshaller]: Throw when detecting incorrect version of igbinary (<3.1.0) on PHP 7.4 (88cb76c)
  • [RedisSessionHandler]: Optionally be able to set separate ttl value for sessiondata in Redis

In addition this release requires Symfony v3.4.40 or higher.

1.1.1

08 Jul 09:00
31d0510
Compare
Choose a tag to compare

Changes

  • Light move to the accepted official adapters in Symfony 4.4
  • [Composer] Bump for 1.1
  • Update doc
  • Re-add old adapters extending the new one as deprecated classes to not break 2.5
  • CS
  • Port redis-cluster testing changes from 4.4 to fix segfault
  • Use phpunit-bridge

v1.0.3

13 May 10:45
Compare
Choose a tag to compare

Fixes

  • [Abstract] Improve detection of wrong value for cache miss (#9)
    1.0.2 fix did not cover cases where there where object in old cache values, as opposed to array.
    (cherry picked to cd11a7a)

Misc

  • Simplify doc to reflect the config used in 2.5 (#8)
    (cherry picked to 21d38f5, e0bdb3c)

1.0.2

16 Apr 05:45
d9d41b6
Compare
Choose a tag to compare

Fixes

  • Fix In AbstractTagAwareAdapter.php line 71: Notice: Undefined index: value
    Detect if cache has not been cleared when moving from standard Redis adapter to TagAware, and mark cache as miss so it gets re-created in this case instead of getting notice.

v1.0.1

04 Apr 05:36
eff67ac
Compare
Choose a tag to compare

Fixes

-Gets rid of overloaded RedisTrait now that Symfony 3.4.24 is out with the fixes needed there to avoid it (#6)
Less overloading of things in Symfony makes sure there is less risk of not getting bug fixes when there are changes there in future releases.

1.0.0-beta1

11 Mar 14:27
57e0ecb
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Features

Backports from Symfony 4:

Incubators:

Backport of RedisSessionHandler

21 Jan 14:36
ad6ac14
Compare
Choose a tag to compare
Merge pull request #2 from ezsystems/forward_compatability

Use Symfony's namespace for backported features for full 4.x forward compatibility