From 9e10fd66b9d62859a5e02ae7efd4408efb61305d Mon Sep 17 00:00:00 2001 From: Park JunHyun Date: Mon, 27 Feb 2017 14:43:29 +0900 Subject: [PATCH] version 1.9.7 --- ChangeLog | 11 +++++++++-- README.md | 2 +- pom.xml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1ba70988..cae738bec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README.md b/README.md index 809f58f7f..b7ae7b921 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml. com.navercorp.arcus arcus-java-client - 1.9.6 + 1.9.7 ``` diff --git a/pom.xml b/pom.xml index 31e3d9339..491148c77 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.navercorp.arcus arcus-java-client - 1.9.7-SNAPSHOT + 1.9.7 Arcus Java Client Java client for Arcus memcached jar