Skip to content

Commit

Permalink
version 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minkikim89 committed Sep 28, 2018
1 parent 83f1db1 commit 826bbd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2018-09-28 [version 1.11.3]
* [FEATURE] Adding support for SLF4J logging
* [FIX] Set next operation index of pipedUpdateOp during switchover
* [ENHANCE] CacheManager thread do not stop until shutdown is requested
* [TEST] Check unit test exception handling
* [TEST] Smget test modification for subversion

2018-06-26 [version 1.11.2]
* [Fix] bulk and pipe operation buffer overhead changed from 64 to 128
* [Fix] Select separator depending on node version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml.
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-java-client</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<name>Arcus Java Client</name>
<description>Java client for Arcus memcached</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 826bbd0

Please sign in to comment.