Skip to content

Releases: logzio/logzio-java-sender

v2.4.0

22 Jan 10:32

Choose a tag to compare

What's Changed

  • Add auto dependency updates workflows by @yotamloe in #107
  • ci: bump the github-actions group with 4 updates by @dependabot[bot] in #108
  • deps: bump the all-dependencies group with 11 updates by @dependabot[bot] in #109

New Contributors

Full Changelog: 2.3.0...2.4.0

v2.3.0

14 May 13:06

Choose a tag to compare

  • Upgraded logzio-sender-test to use Jetty 12 with Servlet EE9 environment.
  • Upgrade dependencies.

v2.2.0

30 Dec 08:32
8004362

Choose a tag to compare

  • Add WithOpentelemetryContext parameter to add trace_id, span_id, service_name fields to logs when opentelemetry context is available.

v2.1.0

11 Nov 15:29
a21e301

Choose a tag to compare

Update packages versions

  • org.apache.maven.plugins:maven-source-plugin, 1.0.0-SNAPSHOT >> 1.0.0
  • org.apache.maven.plugins:maven-compiler-plugin, 3.5.1 >> 3.13.0
  • org.apache.maven.plugins:maven-javadoc-plugin, >>
  • org.junit.jupiter:junit-jupiter-engine, 5.8.2 >> 5.11.3
  • org.junit.platform:junit-platform-engine, 1.8.2 >> 1.11.3
  • org.junit.platform:junit-platform-suite, 1.8.2 >> 1.11.3
  • com.google.guava:guava, 25.0-jre >> 33.3.1-jre
  • com.google.code.gson:gson, 2.3.1 >> 2.11.0
  • org.assertj:assertj-core, 3.4.1 >> 3.26.3
  • org.junit.jupiter:junit-jupiter-api, 5.10.2 >> 5.11.3
  • org.junit.platform:junit-platform-suite-api, 1.8.0 >> 1.11.3
  • org.slf4j:slf4j-api, 1.7.5 >> 2.0.16
  • org.slf4j:slf4j-simple, 1.6.4 >> 2.0.16
  • org.ikasan:bigqueue, 1.0.0-SNAPSHOT >> 1.0.0
  • org.eclipse.jetty:jetty-server, 9.4.48.v20220622 >> 9.4.56.v20240826

v2.0.1

10 Jun 11:25
87df9ea

Choose a tag to compare

  • Add User-Agent header with logz.io information

v2.0.0

11 Jul 13:11
ad34458

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

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

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

Choose a tag to compare

  • Added validation and handling for oversized logs through exceedMaxSizeAction
  • Dependency updates

V1.1.2a

13 Oct 08:39
33a75a9

Choose a tag to compare

no changes - just a release with proper version format