Skip to content

Commit

Permalink
version 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark816 committed Feb 27, 2017
1 parent 42c5bc6 commit 9e10fd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
2016-12-09 [version 1.9.6]
2017-02-27 [version 1.9.7]
* [Fix] Fix bopGetBulk reverse scan bug.
* [Feature] Deprecate repl setting methods of cfb.
- Replication cloud is internally determined by checking
ZK directories for the given service code.
- The service code must be unique in each ZK ensemble.

2016-12-09 [version 1.9.6] stable
* [Fix] Fix bopGetBulk deserialization bug.

2016-08-31 [version 1.9.5]
2016-08-31 [version 1.9.5] stable
* [Fix] Add overflowAction availability check logic to collection APIs.
* [Fix] Add overflowAction / readable options to collection store APIs.
* [Fix] Remove unnecessary log messages.
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.9.6</version>
<version>1.9.7</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.9.7-SNAPSHOT</version>
<version>1.9.7</version>
<name>Arcus Java Client</name>
<description>Java client for Arcus memcached</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 9e10fd6

Please sign in to comment.