Skip to content

Releases: marcosbarbero/spring-cloud-zuul-ratelimit

v1.4.0.RELEASE

18 Dec 12:40
Compare
Choose a tag to compare

This release adds:

  • RateLimiterErrorHandler
  • New policy management

v1.3.4.RELEASE

17 Oct 08:55
Compare
Choose a tag to compare

v1.3.3.RELEASE

22 Sep 08:37
Compare
Choose a tag to compare

Add quota time option for rate limiting

v1.3.2.RELEASE

13 Sep 16:00
Compare
Choose a tag to compare

Add RateLimitKeyGenerator interface allowing further customization on keys used to the ratelimit access control.

v1.3.1.RELEASE

11 Sep 09:16
Compare
Choose a tag to compare

Add an optional default rate limit policy configuration.

v1.3.0.RELEASE

01 Sep 13:41
Compare
Choose a tag to compare

Add Spring Data JPA support

v1.2.0.RELEASE

30 Aug 08:18
Compare
Choose a tag to compare

Add Consul storage support

v1.1.0.RELEASE

26 Jun 13:05
Compare
Choose a tag to compare

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

13 Apr 14:38
Compare
Choose a tag to compare

Upgrade spring-cloud-netflix to version 1.3.0.RELEASE

v1.0.7.RELEASE

22 Feb 08:56
Compare
Choose a tag to compare

Use of spring-boot-starter-data-redis