## 1.17.0
2021-04-06 jaytaph
  - PHP8 compatibility added.

## 1.16.2
2021-03-13 jaytaph
 - Issue #115: Reserved characters in redis are sanitized (fixes IPv6 issues)
 
## 1.16.1
2021-03-12 jaytaph
- Added support for framework extra bundle 6.0 in the requirements

## 1.16.0
2021-02-01 jaytaph
- Moved from PSR-0 to PSR-4 to keep composer2 compatibility (Maxime Horcholle)
- Added redis cluster functionality (DemigodCode)

## 1.15.1
2020-02-11 jaytaph
- Fixed Symfony5 compatibility issues

## 1.15.0
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

## 1.14.0
2019-02-19 goetas
- Added Payload to RateLimit to allow better exceptions

## 1.13.0
2019-01-04 axi
- Added CheckedRateLimit event that allows RateLimit to be changed

## 1.12.0
2019-01-04
- Something has gone wrong with the versions, just going to make a new one and
move on

## 1.11.1
2018-07-02 mcfedr
- Accept null rate response exception configuration

## 1.10.3
2019-01-04 DemigodCode
- Deprecations in Symfony 4.2

## 1.10.2
2018-09-28 pierniq
- Fixed setting calls in Redis/PhpRedis storage

## 1.10.1
2018-06-29 mcfedr
- Change cache keys to be valid PSR-6 keys

## 1.10.0
2018-06-27 mcfedr
- Add Psr-6 Cache storage engine

## 1.9.1
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

## 1.9.0
2018-06-27 mcfedr
- Add Psr-16 Simple Cache storage engine
- Optimisation for Doctrine Cache storage engine

## 1.8.2
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

## 1.8.1
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 

## 1.7.0
2016-03-25  Joshua Thijsen <jthijssen@noxlogic.nl>
	Fixed issue where manual reset did not correctly reset in redis

2016-03-18  Scott Brown <scott.brown@verified.com>
	Implement reset of rate limit

## 1.6.0

2015-24-12  Roland Ekström <peshis@gmail.com>
	Initial support for Symfony 3

## 1.5.0

2015-04-10  Sam Van der Borght <sam@king-foo.be>
	[Security] Prevent ratelimit bypassing by encoding url paths

2015-01-05  Jonathan McLean <defenestrator@gmail.com>
	Fix rate_response_exception

## 1.4

2014-12-10  Koen Vlaswinkel <koen@vlaswinkel.info>
	Add Doctrine Cache storage engine

## 1.3

2014-11-17  Joshua Thijssen <jthijssen@noxlogic.nl>
	Ratelimit can trigger exceptions

## 1.2
2014-07-15  Dan Spencer  <danrspen@gmail.com>
	Added global rate limits

## 1.1
2014-07-08  Joshua Thijssen  <jthijssen@noxlogic.nl>
	Added changelog to reflect changes in the different releases
	
2014-07-07  Tobias Berchtold  <admin@fahrschulcard.de>
	removed dependency to constant used in Symfony > 2.3

2014-07-05  Alberto Fernández  <albertofem@gmail.com>
	Improved README, added enabled configuration

## 1.0.1
2014-06-23  Joshua Thijssen  <jthijssen@noxlogic.nl>
	Fixed installation documentation for 1.x

## 1.0 - Initial release
