Releases: BedrockStreaming/RedisBundle
Releases · BedrockStreaming/RedisBundle
Fix missing return type
Merge pull request #66 from kdurillon/fix/php81-compatibility fix bundle typing for php 8.1 compatibility
Support Symfony 6
Breaking changes
RedisSessionHandler::read()
now returnsfalse
instead ofnull
RedisSessionHandler::gc()
now returns1
instead oftrue
- drop support for php <8.0
- drop support for symfony <4.4 (
symfony/cache
,symfony/config
,symfony/dependency-injection
,symfony/http-foundation
,symfony/http-kernel
,symfony/yaml
packages are required) - drop support for predis/predis <1.1.8
- drop support for b1rdex/predis-compressible <1.0
Features
- support Symfony 6 (#64)
Internal changes
- use GHA instead of Travis (#65)
6.3.0: DEL command support when compression is enabled
Support added for del
commands when compression is enabled
6.2.0: MGET and MSET compression support
Add compression support for MGET and MSET Redis commands.
update save on rediscacheitempooladapter
fix: set with the right arguments
fix: getItemLifeTime time compute
Symfony 5 support fixed (use Symfony\Contracts events)
Pull requests
Breaking changes
- Event and EventDispatcherInterface comes from
Symfony\Contracts
instead ofSymfony\Component
Symfony >= 5.0 compatibility
feat(SF5): update (#58) Co-authored-by: Romuald_Priol <[email protected]>
remove deprecated %spaceless% in twig file
v5.0.2 fix(twig): deprecated since version 2.7 replace {%spaceless%} by {%ap…
v5.0.1: Merge pull request #56 from cifren/fix/data_collector_null
feat: Change returned value to valid float