Skip to content

2.0.0

Compare
Choose a tag to compare
@Seldaek Seldaek released this 17 Jun 11:51
· 424 commits to master since this release
  • 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