Skip to content

Releases: vy/log4j2-redis-appender

0.9

02 Sep 09:30
@vy vy

Choose a tag to compare

0.9
  • Flush remaining events in the buffer after closing the throttler. (#12)

  • Switch to JUnit 5.

  • Replace com.github.kstyrc:embedded-redis:0.6 with
    it.ozimov:embedded-redis:0.7.3.

  • Refactor tests.

  • Deprecate debugEnabled flag and replace the custom logger with
    Log4j StatusLogger.

0.8

02 Sep 09:31
@vy vy

Choose a tag to compare

0.8

0.7

02 Sep 09:31
@vy vy

Choose a tag to compare

0.7
  • Remove Guava dependency by copying the RateLimiter.

0.6

02 Sep 09:31
@vy vy

Choose a tag to compare

0.6
  • Update Jedis to 3.1.0-m4.

0.5

02 Sep 09:32
@vy vy

Choose a tag to compare

0.5
  • Bump dependency versions.

  • Upgrade to Java 8. (#3)

  • Mark flush trigger thread as daemon. (#3)

  • Switch to Apache License v2.0.