Skip to content

Releases: logzio/logzio-java-sender

v2.0.1

10 Jun 11:25
87df9ea
Compare
Choose a tag to compare
  • Add User-Agent header with logz.io information

v2.0.0

11 Jul 13:11
ad34458
Compare
Choose a tag to compare

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

  • Replaced BigQueue module:
    • Fixes an issue where DiskQueue was not clearing disk space when using JDK 11 and above.
  • Added clear() to LogzioSender - enables to clear the disk/in memory queue on demand.

1.1.8

27 Jun 20:19
18a9151
Compare
Choose a tag to compare
  • Fix an issue where log message between 32.7k to 500k bytes is not being truncated.

V1.1.7

01 Dec 13:31
8a05d4a
Compare
Choose a tag to compare
  • Updated bigqueue dependency - fixes index out of bounds bug in disk queue.

1.1.5

03 Aug 16:18
eeef82c
Compare
Choose a tag to compare
  • Added validation and handling for oversized logs through exceedMaxSizeAction
  • Dependency updates

V1.1.2a

13 Oct 08:39
33a75a9
Compare
Choose a tag to compare

no changes - just a release with proper version format

V1.1.2

11 Oct 10:06
4c0b3c7
Compare
Choose a tag to compare

Make LogsQueue Interface public like it's implementations

V1.1.1

03 Sep 09:42
5e2f09f
Compare
Choose a tag to compare

Fixing bug:
When we receive a bad request from the listener we try to send the bulk again. This creates duplicate logs in case we have valid JSON objects in that bulk that the listener processed properly(resend of valid json too).
In addition, it will keep adding to the disk queue logs that are malformed.

V1.1.0

23 May 07:40
Compare
Choose a tag to compare

The motivation is that there might be multiple senders with different tokens sending a log with the same type.
For example, consider a default account and a sub-account having different tokens.
One might like to send a log with the same exact type to both accounts.

Changes:

  • Remove deprecated getOrCreateSenderByType function
  • Change logzioSenderInstances Map key to holding an immutable pair of hashed token and log type

Jetty-server update

30 Apr 11:16
165832c
Compare
Choose a tag to compare

Bumping jetty-server version due to potential security vulnerabilities