Skip to content

Commit 5c327bb

Browse files
committed
version 1.13.1
1 parent e867c8a commit 5c327bb

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-05-04 [version 1.13.1]
2+
* [FIX] support library backward compatibility for arcus-spring
3+
* [FIX] fix compatibility with Java 6, 7, 8 for ByteBuffer
4+
* [TEST] fix sleep time for item to be expired
5+
16
2021-03-17 [version 1.13.0]
27
* [FEATURE] support mgets command.
38
* [FEATURE] change return type of kv API. (Future => OperationFuture)

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.13.0</version>
25+
<version>1.13.1</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.13.0</version>
78+
<version>1.13.1</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.13.0</version>
6+
<version>1.13.1</version>
77
<name>Arcus Java Client</name>
88
<description>Java client for Arcus memcached</description>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)