From e65d43214a7b00665ae668caf515b931ea32bf90 Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 26 Jun 2024 12:31:36 +0300 Subject: [PATCH 1/3] update java sender version --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index da1130e..131e8af 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.logz.log4j2 logzio-log4j2-appender - 2.0.0 + 2.0.1 jar Logz.io Log4j2 Appender @@ -36,7 +36,7 @@ - 2.0.0 + 2.0.1 @@ -79,7 +79,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.2.4 sign-artifacts @@ -93,7 +93,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.7.0 true ossrh-nexus From c43b3365316fadb960420a9ddf46d5ecc6dbbca1 Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 26 Jun 2024 12:33:05 +0300 Subject: [PATCH 2/3] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec143a4..8ef353f 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ Will send a log to Logz.io that looks like this: ``` ### Release notes +- 2.0.1 + - Add `User-Agent` header with logz.io information - 2.0.0 - 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. From 33caddb4f78d56bdc8c3be7fee9c894ed2e851f9 Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 26 Jun 2024 13:41:54 +0300 Subject: [PATCH 3/3] update readme following review --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef353f..0383364 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,8 @@ Will send a log to Logz.io that looks like this: ### Release notes - 2.0.1 - - Add `User-Agent` header with logz.io information + - Updated LogzioSender version to `2.0.1` + - Add `User-Agent` header with logz.io information - 2.0.0 - 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.