v1.1.0.RELEASE
·
472 commits
to master
since this 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>