From 00ebe938d9a2c0c639023c84bb3f5c2033e12894 Mon Sep 17 00:00:00 2001 From: sndyuk Date: Sun, 28 Mar 2021 14:29:32 +0900 Subject: [PATCH] Release 1.8.5 --- README.md | 28 ++++------------------------ pom-JAVA9MODULE_SLF4J17.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 7 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 9f015be..1d6c8d6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Just add it to your dependency then you can use the slf4j module in your applica ##### Gradle ``` - implementation 'com.sndyuk:logback-more-appenders:1.8.4-JAVA9MODULE_SLF4J17' + implementation 'com.sndyuk:logback-more-appenders:1.8.5-JAVA9MODULE_SLF4J17' ``` ##### Maven @@ -32,7 +32,7 @@ Just add it to your dependency then you can use the slf4j module in your applica ch.qos.logback logback-classic - 1.8.4-JAVA9MODULE_SLF4J17 + 1.8.5-JAVA9MODULE_SLF4J17 ``` @@ -44,7 +44,7 @@ Just add it to your dependency then you can use the slf4j module in your applica ### Latest changes -##### unreleased +##### Version 1.8.5 * Add option for Fluency appender: `jvmHeapBufferMode` ##### Version 1.8.4 @@ -75,26 +75,6 @@ Just add it to your dependency then you can use the slf4j module in your applica * Upgrade Fluency version from 2.2.1 to 2.4.1 https://github.com/sndyuk/logback-more-appenders/pull/48 * Remove redundant "msg" field from Fluentd request. Use "message" instead. -##### Version 1.7.5 - -* FluencyLogbackAppender - add support for use original timestamp for logs https://github.com/sndyuk/logback-more-appenders/pull/44 - -##### Version 1.7.4 - -* Ensure send logs by `emitInterval`. - -##### Version 1.7.3 - -* Use single host fluency build method when single host configured in logback xml config https://github.com/sndyuk/logback-more-appenders/pull/43 - -##### Version 1.7.2 - -* Trivial fix - -##### Version 1.7.1 - -* Fix multithreading problem on CloudWatch and KinesisStream LogbackAppender. - ## Installing ### Install jars from Maven2 repository @@ -111,7 +91,7 @@ Configure your pom.xml: com.sndyuk logback-more-appenders - 1.8.3 + 1.8.5 diff --git a/pom-JAVA9MODULE_SLF4J17.xml b/pom-JAVA9MODULE_SLF4J17.xml index 17e8394..9d5b945 100644 --- a/pom-JAVA9MODULE_SLF4J17.xml +++ b/pom-JAVA9MODULE_SLF4J17.xml @@ -2,7 +2,7 @@ 4.0.0 com.sndyuk logback-more-appenders - 1.8.4-JAVA9MODULE_SLF4J17 + 1.8.5-JAVA9MODULE_SLF4J17 logback-more-appenders logback appenders. https://github.com/sndyuk/logback-more-appenders diff --git a/pom.xml b/pom.xml index a8276b0..e54d92d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.sndyuk logback-more-appenders - 1.8.4 + 1.8.5 logback-more-appenders logback appenders. https://github.com/sndyuk/logback-more-appenders @@ -175,7 +175,7 @@ scm:git:git@github.com:sndyuk/logback-more-appenders.git scm:git:git@github.com:sndyuk/logback-more-appenders.git git@github.com:sndyuk/logback-more-appenders.git - logback-more-appenders-1.5.8 + logback-more-appenders-1.8.5