Releases: marcosbarbero/spring-cloud-zuul-ratelimit
Releases · marcosbarbero/spring-cloud-zuul-ratelimit
v1.4.0.RELEASE
This release adds:
RateLimiterErrorHandler
- New policy management
v1.3.4.RELEASE
- Fix #28
v1.3.3.RELEASE
Add quota time option for rate limiting
v1.3.2.RELEASE
Add RateLimitKeyGenerator
interface allowing further customization on keys used to the ratelimit access control.
v1.3.1.RELEASE
Add an optional default rate limit policy
configuration.
v1.3.0.RELEASE
Add Spring Data JPA support
v1.2.0.RELEASE
Add Consul storage support
v1.1.0.RELEASE
This version adds an InMemoryRateLimiter
implementation for dev environment.
In order to make RedisRateLimiter
implementation work now is mandatory to add the following dependency:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
v1.0.8.RELEASE
Upgrade spring-cloud-netflix
to version 1.3.0.RELEASE
v1.0.7.RELEASE
Use of spring-boot-starter-data-redis