Skip to content

Releases: snc/SncRedisBundle

3.0.0-RC1

17 Jan 09:42
dc3b659
Compare
Choose a tag to compare
3.0.0-RC1 Pre-release
Pre-release
  • Edge case - stay consistent with default values
  • Fix Swiftmailer version in requirements
  • Bugfix - phpredis client id must be the shortest one
  • Add quotes around client debug message
  • Excluded tests from classmap
  • Fix: Make script step explicit (#477)
  • Enhancement: Normalize composer.json (#475)
  • Fix: Explicitly configure Travis build matrix (#474)
  • Fix: Combine conditions (#472)
  • Fix: Remove useless else (#473)
  • Enhancement: Add note about usage with symfony/web-profiler-bundle (#470)
  • Fix: Travis CI badge URLs (#468)
  • Fix: No need to verify whether hard dependency is not null (#469)
  • Enable Lazy service for phpredis (#440)
  • Use RedisDsn to build connection options for env based config (#439)
  • Fix support for DSN env variable with phpredis (#432)
  • #182 token serialization while lock remove (#437)
  • #419: Create a service locator for clients to be used in the commands. (#433)
  • Create cluster connection correctly for one host (#416)
  • Remove env placeholder regexp (#422)
  • Fix dependency conflict at lowest version configuration
  • Add Serialization option (#411)
  • Remove ancient logging facilities
  • Properly detect Swiftmailer install
  • Check that Doctrine cache configs reference an object manager
  • Fix predis logging using symfony cache component
  • Make alias configuration default to client name
  • Command executions should be logged as DEBUG instead of INFO. In systems where INFO is being used to log informative messages like 'user logged in'.A loop with redis for e.g. in a background-process will pollute the logs extremely.
  • Raise TwigBundle dependency to fix prefer-lowest testing
  • Update docs about private services
  • Make all bundle services private
  • Expand functional tests to cover basic features
  • Improve DX when dependencies are missing
  • Add PHPUnit 7 support and fix sample config for Symfony 3/4
  • Fix type hints and organization of command tests
  • Add changelog
  • Remove obsolete tests and update docs
  • Add session fixation note in the update notes
  • Default 7.1/7.2 builds use symfony 4.0 so force 3.4 instead of building twice with 4.0
  • Implement new Symfony 3.4+ session handler to gain session fixation protection and avoid unnecessary writes

2.1.7

15 Oct 12:09
Compare
Choose a tag to compare
  • Fix persistent connections when used many databases on the same instance (#462)

2.1.6

31 Jul 08:32
Compare
Choose a tag to compare
  • Fix connection via TLS (rediss://) (#444) (#445)

2.1.5

19 Jul 20:28
Compare
Choose a tag to compare
  • Enable Lazy service for phpredis (#440)

2.1.4

25 Jun 15:33
Compare
Choose a tag to compare
  • #182 token serialization while lock remove (#437)
  • Fix support for DSN env variable with phpredis (#432)
  • Use RedisDsn to build connection options for env based config (#439)

2.1.3

16 May 11:31
Compare
Choose a tag to compare
  • Fix support for Heroku style REDIS_URL env variables (#413)
  • Close connections on shutdown (#415)
  • Remove env placeholder regexp (#422)
  • Create cluster connection correctly for one host (#416)

2.1.2

23 Apr 12:27
Compare
Choose a tag to compare

Set default serialization type to none to revert performance degradation (#417)

2.1.1

18 Apr 13:19
Compare
Choose a tag to compare

2.1.0

06 Apr 21:45
Compare
Choose a tag to compare

2.0.6

01 Dec 10:43
@snc snc
73c87c4
Compare
Choose a tag to compare

Fixed an issue that was introduced in 2.0.5.