|
| 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 | + |
1 | 43 | 2020-03-16 [version 1.12.0] |
2 | 44 | * [FEATURE] change max element bytes |
3 | 45 | * [FIX] ConcurrentModificationException in foreach loop of |
|
0 commit comments