2021-04-06 jaytaph
- PHP8 compatibility added.
2021-03-13 jaytaph
- Issue #115: Reserved characters in redis are sanitized (fixes IPv6 issues)
2021-03-12 jaytaph
- Added support for framework extra bundle 6.0 in the requirements
2021-02-01 jaytaph
- Moved from PSR-0 to PSR-4 to keep composer2 compatibility (Maxime Horcholle)
- Added redis cluster functionality (DemigodCode)
2020-02-11 jaytaph
- Fixed Symfony5 compatibility issues
2020-02-10 jaytaph
- Added support for Symfony 5.x and removed support for < 3.4 and < 4.3 (kai)
- Dropped support for PHP 7.2 or lower
2019-02-19 goetas
- Added Payload to RateLimit to allow better exceptions
2019-01-04 axi
- Added CheckedRateLimit event that allows RateLimit to be changed
2019-01-04
- Something has gone wrong with the versions, just going to make a new one and move on
2018-07-02 mcfedr
- Accept null rate response exception configuration
2019-01-04 DemigodCode
- Deprecations in Symfony 4.2
2018-09-28 pierniq
- Fixed setting calls in Redis/PhpRedis storage
2018-06-29 mcfedr
- Change cache keys to be valid PSR-6 keys
2018-06-27 mcfedr
- Add Psr-6 Cache storage engine
2018-06-27 mcfedr
- Optimisation for Memcached storage engine
- Reduce likely hood of infinite loop in memcached storage
- Memcached storage will silently fail in the same way other storages fail
2018-06-27 mcfedr
- Add Psr-16 Simple Cache storage engine
- Optimisation for Doctrine Cache storage engine
2018-06-04 goetas
- Fix Symfony 4 support by allowing newer versions of
framework-extra-bundle
- Fix travis tests as some just seem to fail
2018-05-24 mcfedr
- Support for Symfony 4
2017-10-19 merk
- Force $methods to be an array
2017-08-17 odoucet
- Fix and improve Travis builds
2017-08-11 mcfedr
- More efficient use of Redis
- Option to disable fos listener
- Easy to use RateLimitBundle without extra bundles
- Add support for using a php redis client
2016-03-25 Joshua Thijsen [email protected] Fixed issue where manual reset did not correctly reset in redis
2016-03-18 Scott Brown [email protected] Implement reset of rate limit
2015-24-12 Roland Ekström [email protected] Initial support for Symfony 3
2015-04-10 Sam Van der Borght [email protected] [Security] Prevent ratelimit bypassing by encoding url paths
2015-01-05 Jonathan McLean [email protected] Fix rate_response_exception
2014-12-10 Koen Vlaswinkel [email protected] Add Doctrine Cache storage engine
2014-11-17 Joshua Thijssen [email protected] Ratelimit can trigger exceptions
2014-07-15 Dan Spencer [email protected] Added global rate limits
2014-07-08 Joshua Thijssen [email protected] Added changelog to reflect changes in the different releases
2014-07-07 Tobias Berchtold [email protected] removed dependency to constant used in Symfony > 2.3
2014-07-05 Alberto Fernández [email protected] Improved README, added enabled configuration
2014-06-23 Joshua Thijssen [email protected] Fixed installation documentation for 1.x