Skip to content

Releases: logzio/logzio-log4j2-appender

v2.1.0

17 Nov 07:27
Compare
Choose a tag to compare
  • Updated LogzioSender version to 2.1.0
    • Upgrade packages version
  • Upgrade packages version

v2.0.1

26 Jun 10:48
d7df1d7
Compare
Choose a tag to compare

Updated LogzioSender version to 2.0.1:

  • Add User-Agent header with logz.io information

v2.0.0

30 Jul 08:17
4512ebe
Compare
Choose a tag to compare

THIS IS A SNAPSHOT RELEASE - SUPPORTED WITH JDK 11 AND ABOVE

  • Updated LogzioSender version to 2.0.0:
    • Fixes an issue where DiskQueue was not clearing disk space when using JDK 11 and above.

1.0.19

28 Jun 14:48
867f09c
Compare
Choose a tag to compare
  • Updated LogzioSender version to 1.1.8:
    Fix an issue where log is not being truncated properly between size of 32.7k to 500k.

V1.0.18

04 Dec 10:46
90df7c7
Compare
Choose a tag to compare
  • Updated logzio sender version - fixes index out of bounds error with disk queue

V1.0.17

31 Aug 11:38
04ee7f9
Compare
Choose a tag to compare
  • Junit dependency bump, now uses EPL 1.0 license.

1.0.16

03 Aug 16:10
ebf3888
Compare
Choose a tag to compare
  • Added handling for oversized logs through exceedMaxSizeAction parameter
  • Dependency bump

1.0.15

19 Dec 11:07
124dc90
Compare
Choose a tag to compare

Changes:

  • Bump versions of log4j-core

1.0.14

12 Dec 11:27
8f866cf
Compare
Choose a tag to compare

Changes:

  • Bump versions of log4j-api and log4j-core

1.0.13

16 Jun 16:50
f476c6c
Compare
Choose a tag to compare

Changes:

  • Fix for issue #38, thanks to @idachev
  • Bump versions of log4j and guava
  • Includes PR #37 and #39