Skip to content

Commit

Permalink
Release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Mar 28, 2021
1 parent 89d8f86 commit 00ebe93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
28 changes: 4 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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
```
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.8.4-JAVA9MODULE_SLF4J17</version>
<version>1.8.5-JAVA9MODULE_SLF4J17</version>
</dependency>
```

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -111,7 +91,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.3</version>
<version>1.8.5</version>
</dependency>

<!-- [Optional] If you use The CloudWatch appender, You need to add the dependency(aws-java-sdk-logs). -->
Expand Down
2 changes: 1 addition & 1 deletion pom-JAVA9MODULE_SLF4J17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.4-JAVA9MODULE_SLF4J17</version>
<version>1.8.5-JAVA9MODULE_SLF4J17</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.4</version>
<version>1.8.5</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down Expand Up @@ -175,7 +175,7 @@
<connection>scm:git:git@github.com:sndyuk/logback-more-appenders.git</connection>
<developerConnection>scm:git:git@github.com:sndyuk/logback-more-appenders.git</developerConnection>
<url>git@github.com:sndyuk/logback-more-appenders.git</url>
<tag>logback-more-appenders-1.5.8</tag>
<tag>logback-more-appenders-1.8.5</tag>
</scm>

<profiles>
Expand Down

0 comments on commit 00ebe93

Please sign in to comment.