Skip to content

Commit 8f648ca

Browse files
committed
version 1.13.0
1 parent 3c10195 commit 8f648ca

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2021-03-17 [version 1.13.0]
2+
* [FEATURE] support mgets command.
3+
* [FEATURE] change return type of kv API. (Future => OperationFuture)
4+
* [FEATURE] set the max key size to 4000.
5+
* [FIX] invalid key length in bop mget, smget command.
6+
* [FIX] cancel sync operations when an exception occurred.
7+
* [ENHANCE] add node information to the cancellation message.
8+
* [ENHANCE] add the specific TimeoutException message.
9+
* [ENHANCE] do not check the op existence in readQ when writing it.
10+
* [ENHANCE] do not cancel the operations if it is first connecting.
11+
* [ENHANCE] reflected only the changed groups in hash ring.
12+
* [CLEANUP] apply whitespace checkstyle.
13+
* [TEST] bump junit from 4.4 to 4.13.1.
14+
* [DOC] add the description of future api.
15+
* [DOC] change the description of the max item size.
16+
* [DOC] adjust some format to improve doc readability.
17+
118
2020-08-04 [version 1.12.1]
219
* [FEATURE] asyncDeleteBulk
320
* [FEATURE] add maven plugin of checkstyle

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use it, add the following dependency to your pom.xml.
2222
<dependency>
2323
<groupId>com.navercorp.arcus</groupId>
2424
<artifactId>arcus-java-client</artifactId>
25-
<version>1.12.1</version>
25+
<version>1.13.0</version>
2626
</dependency>
2727
</dependencies>
2828
```

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.12.1</version>
78+
<version>1.13.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.12.1</version>
6+
<version>1.13.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)