Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed May 3, 2020
1 parent 6cc2ac9 commit a3ac554
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 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.7.5-JAVA9MODULE_SLF4J17'
implementation 'com.sndyuk:logback-more-appenders:1.8.0-JAVA9MODULE_SLF4J17'
```

##### Maven
```
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.7.5-JAVA9MODULE_SLF4J17</version>
<version>1.8.0-JAVA9MODULE_SLF4J17</version>
</dependency>
```

Expand All @@ -44,6 +44,11 @@ Just add it to your dependency then you can use the slf4j module in your applica

### Latest changes

##### Version 1.8.0

* 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
Expand All @@ -64,17 +69,6 @@ Just add it to your dependency then you can use the slf4j module in your applica

* Fix multithreading problem on CloudWatch and KinesisStream LogbackAppender.

##### Version 1.5.8

* Minimum java target version to 7 from 6
* Remove DynamoAppender
* Add connectionTimeoutMilli and readTimeoutMilli properties for Fluency https://github.com/sndyuk/logback-more-appenders/pull/38

##### Version 1.5.6

* Fix Issue#23 https://github.com/sndyuk/logback-more-appenders/pull/37


## Installing

### Install jars from Maven2 repository
Expand All @@ -91,7 +85,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.7.5</version>
<version>1.8.0</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.7.5-JAVA9MODULE_SLF4J17</version>
<version>1.8.0-JAVA9MODULE_SLF4J17</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.5</version>
<version>1.8.0</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down

0 comments on commit a3ac554

Please sign in to comment.