Skip to content

Releases: BedrockStreaming/RedisBundle

Fix missing return type

23 May 06:43
42b92aa
Compare
Choose a tag to compare
Merge pull request #66 from kdurillon/fix/php81-compatibility

fix bundle typing for php 8.1 compatibility

Support Symfony 6

29 Apr 10:35
3517bdd
Compare
Choose a tag to compare

Breaking changes

  • RedisSessionHandler::read() now returns false instead of null
  • RedisSessionHandler::gc() now returns 1 instead of true
  • 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

22 Feb 13:15
63a4806
Compare
Choose a tag to compare

Support added for del commands when compression is enabled

6.2.0: MGET and MSET compression support

14 Feb 10:43
84c0e21
Compare
Choose a tag to compare

Add compression support for MGET and MSET Redis commands.

update save on rediscacheitempooladapter

27 Oct 07:59
627eaec
Compare
Choose a tag to compare

fix: set with the right arguments
fix: getItemLifeTime time compute

Symfony 5 support fixed (use Symfony\Contracts events)

20 Aug 07:13
266479e
Compare
Choose a tag to compare

Pull requests

Breaking changes

  • Event and EventDispatcherInterface comes from Symfony\Contracts instead of Symfony\Component

Symfony >= 5.0 compatibility

08 Jul 14:23
9f0dedf
Compare
Choose a tag to compare
feat(SF5): update (#58)

Co-authored-by: Romuald_Priol <[email protected]>

remove deprecated %spaceless% in twig file

09 Apr 18:38
306a8ae
Compare
Choose a tag to compare
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

25 Nov 09:34
d08e453
Compare
Choose a tag to compare
feat: Change returned value to valid float

Symfony >= 4.2 compatibility

27 Jan 09:41
8eddac7
Compare
Choose a tag to compare