Skip to content

Commit

Permalink
release 1.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Dec 29, 2023
1 parent 06901d1 commit ad81ee4
Show file tree
Hide file tree
Showing 232 changed files with 684 additions and 681 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ hot key detect and cache:


## Release-Version
latest version is 1.2.21, have deploy to maven central repository on 2023/12/19
latest version is 1.2.22, have deploy to maven central repository on 2023/12/29
[CHANGE_LOG](/update-en.md)

## SNAPSHOT-version
latest version is 1.2.22-SNAPSHOT
latest version is 1.2.23-SNAPSHOT
```xml
<repositories>
<repository>
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,16 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:
提供了多种id生成算法,开箱即用,包括:
* 雪花算法(支持设置单元标记)
* 严格递增的id生成算法(步长支持动态调整)
* 趋势递增的id生成算法(支持设置单元标记,支持多单元id同步)
* 趋势递增的id生成算法(支持设置单元标记,支持多单元id同步)
* 支持使用prometheus/grafana来监控id-gen-server集群
[快速开始](/docs/id-gen/id-gen.md)

### camellia-delay-queue
基于redis实现的延迟队列服务:
* 独立部署delay-queue-server服务器,支持水平扩展,支持多topic,以http协议对外提供服务(短轮询or长轮询),支持多语言客户端
* 提供了一个java-sdk,并且支持以spring-boot方式快速接入
* 支持丰富的监控数据
* 支持丰富的监控数据
* 支持使用prometheus/grafana来监控delay-queue-server集群
[快速开始](/docs/delay-queue/delay-queue.md)

### camellia-hot-key
Expand All @@ -75,15 +77,16 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于:
* 支持自定义数据源(内置:本地配置文件、nacos、etcd,也可以自己实现)
* 支持自定义注册中心(内置:zk、eureka,也可以自己实现)
* 支持丰富的监控数据
* 支持使用prometheus/grafana来监控hot-key-server集群
[快速开始](/docs/hot-key/hot-key.md)


## RELEASE版本
最新版本是1.2.21,已经发布到maven中央仓库(2023/12/19
最新版本是1.2.22,已经发布到maven中央仓库(2023/12/29
[更新日志](/update-zh.md)

## SNAPSHOT版本
当前最新是1.2.22-SNAPSHOT
当前最新是1.2.23-SNAPSHOT
```xml
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-config-sdk-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-sdk-spring-boot3-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config-sdk-spring-boot</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-config-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-config</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions camellia-admin/camellia-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-config</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-console-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-console-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-console</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-console</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions camellia-admin/camellia-dashboard-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-dashboard-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>


Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-dashboard</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>

Expand Down
14 changes: 7 additions & 7 deletions camellia-admin/camellia-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-dashboard</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>


Expand Down Expand Up @@ -42,27 +42,27 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-core</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-tools</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-feign</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions camellia-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-admin</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<packaging>pom</packaging>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions camellia-cache/camellia-cache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-core</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions camellia-cache/camellia-cache-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-spring-boot-starter</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache-spring-boot</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions camellia-cache/camellia-cache-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>camellia-cache-spring-boot</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>

<parent>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</parent>

<dependencyManagement>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-cache-core</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>
<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-redis</artifactId>
<version>1.2.22-SNAPSHOT</version>
<version>1.2.22</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit ad81ee4

Please sign in to comment.