Skip to content

Commit 3d1c552

Browse files
committed
release 1.3.5
1 parent f4eb52c commit 3d1c552

61 files changed

Lines changed: 104 additions & 104 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/compiler.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ hot key detect and cache:
7474

7575

7676
## Release-Version
77-
latest version is 1.3.4, have deploy to maven central repository on 2025/03/19
77+
latest version is 1.3.5, have deploy to maven central repository on 2025/04/14
7878
[CHANGE_LOG](/update-en.md)
7979

8080
## SNAPSHOT-version
81-
latest version is 1.3.5-SNAPSHOT
81+
latest version is 1.3.6-SNAPSHOT
8282
```xml
8383
<repositories>
8484
<repository>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:
8787

8888

8989
## RELEASE版本
90-
最新版本是1.3.4,已经发布到maven中央仓库(2025/03/19
90+
最新版本是1.3.5,已经发布到maven中央仓库(2025/04/14
9191
[更新日志](/update-zh.md)
9292

9393
## SNAPSHOT版本
94-
当前最新是1.3.5-SNAPSHOT
94+
当前最新是1.3.6-SNAPSHOT
9595
```xml
9696
<repositories>
9797
<repository>

camellia-core/src/main/java/com/netease/nim/camellia/core/constant/CamelliaVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66
public class CamelliaVersion {
77

8-
public static final String version = "1.3.5-SNAPSHOT";
8+
public static final String version = "1.3.5";
99
}

camellia-delay-queue/camellia-delay-queue-server-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Delay-Queue-Server :: (1.3.4)
8+
:: Camellia-Delay-Queue-Server :: (1.3.5)

camellia-hot-key/camellia-hot-key-server-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Hot-Key-Server :: (1.3.4)
8+
:: Camellia-Hot-Key-Server :: (1.3.5)

camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-segment-server-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Id-Gen-Segment-Server :: (1.3.4)
8+
:: Camellia-Id-Gen-Segment-Server :: (1.3.5)

camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-snowflake-server-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Id-Gen-Snowflake-Server :: (1.3.4)
8+
:: Camellia-Id-Gen-Snowflake-Server :: (1.3.5)

camellia-id-gen/camellia-id-gen-server-bootstraps/camellia-id-gen-strict-server-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Id-Gen-Strict-Server :: (1.3.4)
8+
:: Camellia-Id-Gen-Strict-Server :: (1.3.5)

camellia-redis-proxy/camellia-redis-proxy-bootstrap/src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ _________ .__ .__ .__
55
\ \____/ __ \| Y Y \ ___/| |_| |_| |/ __ \_
66
\______ (____ /__|_| /\___ >____/____/__(____ /
77
\/ \/ \/ \/ \/
8-
:: Camellia-Redis-Proxy-Server :: (1.3.4)
8+
:: Camellia-Redis-Proxy-Server :: (1.3.5)

0 commit comments

Comments
 (0)