Skip to content

Releases: snc/SncRedisBundle

2.0.4

02 Oct 10:13
@snc snc
Compare
Choose a tag to compare

Fixed Swift Mailer related BC break that was introduced in 2.0.3.

2.0.3

01 Oct 13:04
@snc snc
Compare
Choose a tag to compare
  • support for Heroku style REDIS_URL env variables
    Klaus Großmann - Mon, 12 Jun 2017 17:15:04 +0200
  • Fix RedisSpool to use Swift_Mime_SimpleMessage
    Chuck - Tue, 6 Jun 2017 11:50:19 +0800

2.0.2

15 Jun 09:12
@snc snc
Compare
Choose a tag to compare
  • Revert "#323 Implemented error handling"
    Henrik Westphal - Thu, 15 Jun 2017 10:51:06 +0200
  • Fix template namespacing
    Alain Hippolyte - Mon, 5 Jun 2017 21:37:33 +0200
  • Improve master & slave connections parameters
    Stanislav Vetlovskiy - Sat, 3 Jun 2017 13:55:15 +0300
  • Add logging to connection from sentinel
    Stanislav Vetlovskiy - Tue, 16 May 2017 17:24:00 +0300
  • Add database & password parameters support for predis sentinel
    Stanislav Vetlovskiy - Fri, 5 May 2017 01:40:27 +0300
  • Added support for environment variables (fixes #302)
    Henrik Westphal - Fri, 14 Apr 2017 12:09:21 +0200
  • Added prefix option for client in readme
    Stella Lie - Thu, 6 Apr 2017 15:47:09 +1000
  • Fix profiler template namespacing
    Stella Lie - Tue, 4 Apr 2017 17:24:59 +1000
  • allow sentinel replication configuration
    Sander van Thillo - Sun, 12 Mar 2017 10:34:08 +0100
  • Pass path parameter to dedup persistent connections
    Dominic Scheirlinck - Tue, 30 Jun 2015 12:16:58 +1200

And more changes, see 2.0.1...2.0.2

2.0.1

19 Feb 13:27
@snc snc
Compare
Choose a tag to compare
  • #323 Implemented error handling
    Aurimas Niekis - Thu, 16 Feb 2017 00:00:47 +0100
  • As per the ticket #318, reverting the odm definition change and updating the tests.
    Usman Zafar - Mon, 30 Jan 2017 17:24:58 +1100
  • update scan to use reference (iterator)
    Toni Rudolf - Wed, 18 Jan 2017 12:38:57 +0100
    Solves issue Warning: Parameter 1 to Redis::scan() expected to be a reference, value given in #178
  • Use persistent id generated from DSN, if connection_persistent is set to 'true'
    Michael Wegener - Tue, 6 Dec 2016 10:08:14 +0100
  • Added tests for Profiler config
    Gijs van Lammeren - Fri, 25 Nov 2016 16:26:40 +0100
  • Reimplementation of the RedisProfilerStorage
    Gijs van Lammeren - Thu, 3 Nov 2016 17:27:09 +0100
  • clarify docs around urlencoding chars in password
    Dan Alloway - Fri, 16 Sep 2016 11:08:11 -0400

And some minor changes, see 2.0.0...2.0.1

2.0.0

17 Jun 11:51
Compare
Choose a tag to compare
  • Passwords in DSNs must now be properly urlencoded if they contain any of
    the following special characters: @, % or :. Encode them as %40,
    %25 and %3A respectively. The \@ notation for escaping @ has been
    removed.
  • The Snc\RedisBundle\Monolog\Handler\RedisHandler class has been removed
    in favor of using the native Monolog RedisHandler.
  • The session keys changed from $prefix:$key to simply $prefix$key, no more
    : added in the middle, so add it to your prefix if you want one.
  • The argument truncation limit in the logs was increased from 32 bytes to
    10KB.
  • Added/improved support for Symfony 2.8 and 3.0

1.1.10

21 Jan 18:39
@snc snc
Compare
Choose a tag to compare
  • Fixed write method in RedisSessionHandler (#164)

1.1.8

23 Mar 09:09
@snc snc
Compare
Choose a tag to compare
  • Added session locking support
  • Properly flatten null values
  • Minor fixes