Skip to content

Releases: jfisbein/java-rate-limit

1.8.0

05 Oct 10:41

Choose a tag to compare

Modernized the code (use some records, code cleanup) and made the hasher thread safe

v1.7.0

20 Sep 19:23

Choose a tag to compare

Update dependencies and minimum Java version to Java 17

1.5.2

30 Dec 09:06
df322c2

Choose a tag to compare

Merge pull request #71 from jfisbein/dependabot/maven/redis.clients-j…

Code cleaning

27 Aug 11:44

Choose a tag to compare

  • Migrated tests to AssertJ
  • Used @DisplayName in tests in stead of a logger
  • Removed EventConfigTest as it was testing automatic generated code.
  • Made final some fields in JedisConfiguration and CanDoResponse.
  • Removed not thrown exceptions.