From 2feec4d000ab13f956ea19d9b9c2cc67b12713b3 Mon Sep 17 00:00:00 2001 From: minkikim89 Date: Mon, 16 Mar 2020 12:50:28 +0900 Subject: [PATCH] version 1.12.0 --- ChangeLog | 22 ++++++++++++++++++++++ README.md | 2 +- docs/arcus-java-client-getting-started.md | 2 +- pom.xml | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dfcfdb74..041fd7c4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2020-03-16 [version 1.12.0] + * [FEATURE] change max element bytes + * [FIX] ConcurrentModificationException in foreach loop of + SelectionKey in handleIO + * [FIX] May produce NullPointerException when checking + the operation has been canceled + * [ENHANCE] Skip the cancelled operation has not been + written to buffer + * [CLEANUP] convert log4j configuration file format from + properties to xml + * [CLEANUP] convert tab to space in pom.xml + * [CLEANUP] remove readQ overflow + * [CLEANUP] refactor version operation handling + * [CLEANUP] edit getMaxReconnectDelay method comment + * [TEST] fix travis failed test case when USE_ZK is true + * [TEST] ignore ConsistentHashingTest + * [DOC] fix broken link of flush in other API + * [DOC] update description of logging + * [DOC] remove bold on link in btree API + * [OTHER] upgrade log4j version for security vulnerabilities + * [OTHER] upgrade zookeeper version 3.4.5=>3.4.14 + 2019-06-05 [version 1.11.5] * [FIX] asyncBopIncr,asyncBopDecr command initial range problem * [CLEANUP] remove TIMEDOUT state of operation diff --git a/README.md b/README.md index 0c6b4c4d3..e6e9db331 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.11.5 + 1.12.0 ``` diff --git a/docs/arcus-java-client-getting-started.md b/docs/arcus-java-client-getting-started.md index 3e29e7d17..d7556f8a5 100644 --- a/docs/arcus-java-client-getting-started.md +++ b/docs/arcus-java-client-getting-started.md @@ -75,7 +75,7 @@ $ mvn eclipse:eclipse // 이클립스 IDE를 사용하는 경우 실행하여 com.navercorp.arcus arcus-java-client - 1.11.5 + 1.12.0 diff --git a/pom.xml b/pom.xml index 43f48d7e9..7a9da7afd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.navercorp.arcus arcus-java-client - 1.11.5 + 1.12.0 Arcus Java Client Java client for Arcus memcached jar