Releases: ezsystems/symfony-tools
Releases · ezsystems/symfony-tools
1.1.3
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
Fixes
- Backport exception if redis eviction policy is wrong (83945c2)
1.1.2
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
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
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
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
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
Features
Backports from Symfony 4:
Incubators:
Backport of RedisSessionHandler
Merge pull request #2 from ezsystems/forward_compatability
Use Symfony's namespace for backported features for full 4.x forward compatibility