Skip to content

Commit 2feec4d

Browse files
committed
version 1.12.0
1 parent 44b7a9e commit 2feec4d

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2020-03-16 [version 1.12.0]
2+
* [FEATURE] change max element bytes
3+
* [FIX] ConcurrentModificationException in foreach loop of
4+
SelectionKey in handleIO
5+
* [FIX] May produce NullPointerException when checking
6+
the operation has been canceled
7+
* [ENHANCE] Skip the cancelled operation has not been
8+
written to buffer
9+
* [CLEANUP] convert log4j configuration file format from
10+
properties to xml
11+
* [CLEANUP] convert tab to space in pom.xml
12+
* [CLEANUP] remove readQ overflow
13+
* [CLEANUP] refactor version operation handling
14+
* [CLEANUP] edit getMaxReconnectDelay method comment
15+
* [TEST] fix travis failed test case when USE_ZK is true
16+
* [TEST] ignore ConsistentHashingTest
17+
* [DOC] fix broken link of flush in other API
18+
* [DOC] update description of logging
19+
* [DOC] remove bold on link in btree API
20+
* [OTHER] upgrade log4j version for security vulnerabilities
21+
* [OTHER] upgrade zookeeper version 3.4.5=>3.4.14
22+
123
2019-06-05 [version 1.11.5]
224
* [FIX] asyncBopIncr,asyncBopDecr command initial range problem
325
* [CLEANUP] remove TIMEDOUT state of operation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use it, add the following dependency to your pom.xml.
2121
<dependency>
2222
<groupId>com.navercorp.arcus</groupId>
2323
<artifactId>arcus-java-client</artifactId>
24-
<version>1.11.5</version>
24+
<version>1.12.0</version>
2525
</dependency>
2626
</dependencies>
2727
```

docs/arcus-java-client-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ mvn eclipse:eclipse // 이클립스 IDE를 사용하는 경우 실행하여
7575
<dependency>
7676
<groupId>com.navercorp.arcus</groupId>
7777
<artifactId>arcus-java-client</artifactId>
78-
<version>1.11.5</version>
78+
<version>1.12.0</version>
7979
</dependency>
8080

8181
<!-- 로거 의존성을 추가합니다. -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.navercorp.arcus</groupId>
55
<artifactId>arcus-java-client</artifactId>
6-
<version>1.11.5</version>
6+
<version>1.12.0</version>
77
<name>Arcus Java Client</name>
88
<description>Java client for Arcus memcached</description>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)