Releases: snc/SncRedisBundle
Releases · snc/SncRedisBundle
3.0.0-RC1
- 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
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
- Use destructor to close session (partially reverted #348) #412 (supersmile2009)
- Add Serialization option #411 (yellow1912)
- fix predis logging using symfony cache component #408 (vchebotarev)
2.1.0
- Disable logging wrappers on PhpRedis >= 4.0.0 #405 (curry684)
- Use a Predis command to be able to use EVALSHA instead of EVALing the session freeing script every time #403 (Seldaek)
- Clarify documentation on Redis Sentinel #398 (rpkamp)
- Pimp the readme with badge poser #396 (JellyBellyDev)
- No longer use style in svg image for profiler #395 (rpkamp)
- Resolve env placeholders for profile #393 (Majkl578)
- Ignore bin folder, use absolute ignore paths #392 (Majkl578)
- Updated test with namespaced PHPUnit TestCase #388 (MarioBlazek)
- Update .travis.yml #386 (andreybolonin)
- Change lockMaxWait in RedisSessionHandler from private to protected #380 (lunglung876)
- Support env vars for both drivers #378 (kozlice)
- dont re-define the function in the loop again and again #355 (staabm)
- Session handler shutdown cleanup #348 (coder-pm)
- Call logCommand() on null #335 (Jim-Raynor)
- Update RateLimit.php to correct post URL #287 (overint)
- IPv6 support #147 (Quidle)