Skip to content

Commit fe31a10

Browse files
committed
version 1.12.1
1 parent 8f13b27 commit fe31a10

4 files changed

Lines changed: 45 additions & 3 deletions

File tree

ChangeLog

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
2020-08-04 [version 1.12.1]
2+
* [FEATURE] asyncDeleteBulk
3+
* [FEATURE] add maven plugin of checkstyle
4+
* [FEATURE] apply checkstyle
5+
* [CLEANUP] apply Indentation checkstyle
6+
* [CLEANUP] apply LineLength checkstyle
7+
* [CLEANUP] reduce line length in test sources
8+
* [CLEANUP] reduce line length in client sources
9+
* [CLEANUP] apply Import checkstyle
10+
* [CLEANUP] replace tab charcter to space
11+
* [CLEANUP] remove nested block
12+
* [CLEANUP] prevent instantiation of utility classes
13+
* [CLEANUP] remove duplicate code for parsing response of
14+
BTreeGetBulkOperation
15+
* [CLEANUP] merged CollectionUpsertOperation to CollectionStoreOperation
16+
* [CLEANUP] solve hash point collision with comparison socket address of
17+
node
18+
* [CLEANUP] renamed store to insert of collection
19+
* [CLEANUP] update comment for collection response format
20+
* [CLEANUP] change some javadoc comments to use code tag
21+
* [CLEANUP] don't occur switchover in sop exist operation.
22+
* [CLEANUP] remove non-javadoc comments
23+
* [CLEANUP] refactor asyncSetBulk, asyncDeleteBulk
24+
* [CLEANUP] deprecate bulkService API
25+
* [CLEANUP] refactored the constructor functions of KetamaNodeLocator.
26+
* [CLEANUP] refactor the parts that use socketChannel API
27+
* [CLEANUP] remove the authentication failure log when OperationException
28+
occurs
29+
* [CLEANUP] refactored the handleNodeManageQueue() method
30+
* [CLEANUP] refactored the attemptReconnects() method
31+
* [CLEANUP] refactored the ENABLE_REPLICATION code tag
32+
* [CLEANUP] refactered the updateConnections() method
33+
* [CLEANUP] separated the updateReplConnections() from the
34+
updateConnections()
35+
* [CLEANUP] moved the selector wakeup code into putMemcachedQueue()
36+
* [FIX] Canceling the operations if input queue of node is full when moving
37+
operations
38+
* [ENHANCE] destroy read queue of removed node
39+
* [ENHANCE] do not cancel the operation twice when using authentication in
40+
setupResend of TCPMemcachedNodeImpl
41+
* [TEST] refactor test codes related setUp and tearDown
42+
143
2020-03-16 [version 1.12.0]
244
* [FEATURE] change max element bytes
345
* [FIX] ConcurrentModificationException in foreach loop of

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.0</version>
25+
<version>1.12.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.12.0</version>
78+
<version>1.12.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.12.0</version>
6+
<version>1.12.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)