Skip to content

Commit 7c6da5d

Browse files
committed
release: update 2024.1.0
1 parent d599834 commit 7c6da5d

25 files changed

Lines changed: 71 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# [2024.1.0](https://github.com/cadecode/uni-boot-cloud/compare/2023.1.3...2024.1.0) (2024-05-27)
2+
3+
### Bug Fixes
4+
5+
* 对 DATA
6+
类角色去除前缀 ([ae183d8](https://github.com/cadecode/uni-boot-cloud/commit/ae183d8c33c6b4812ae4bc455b5889a02052dc24))
7+
* 特殊处理 login url,防止未清理的无效 token
8+
拦截登录 ([d331e03](https://github.com/cadecode/uni-boot-cloud/commit/d331e0364db80a70e742fac9f6d089b73d673e1f))
9+
* 在没有使用注解时,跳过
10+
DataPermissionInterceptor ([9fbd235](https://github.com/cadecode/uni-boot-cloud/commit/9fbd235087b6d117dba336b237ce7aa7bd752428))
11+
* DATA
12+
类角色字符串截取错误 ([6065472](https://github.com/cadecode/uni-boot-cloud/commit/60654722eb1424f335a430bdb2812cd7d60767f9))
13+
* roles 副本解决 retainAll
14+
影响 ([2c3c3ca](https://github.com/cadecode/uni-boot-cloud/commit/2c3c3ca163107875e935c9cdc8192871e02cfde8))
15+
* SysMenuMapper oracle DISTINCT
16+
错误 ([2f82bbd](https://github.com/cadecode/uni-boot-cloud/commit/2f82bbd35d2630edfa2014504c3490e775a36a43))
17+
18+
### Features
19+
20+
* 服务启动 jar
21+
指定打包名称,取消默认携带版本号 ([f140ebb](https://github.com/cadecode/uni-boot-cloud/commit/f140ebb32a62bc4dc2aacc9d32efb2e3858eedc9))
22+
* 角色管理按 type:code
23+
进行区分管理 ([30e3411](https://github.com/cadecode/uni-boot-cloud/commit/30e34112d7a24bfac759f7d5e2a71e2f4aff216d))
24+
*
25+
实现基于角色的数据范围解析器 ([db99697](https://github.com/cadecode/uni-boot-cloud/commit/db99697ce06affe736670ee37c147d8c9c1c84c5))
26+
* 添加
27+
DataPermissionInterceptor ([8b88816](https://github.com/cadecode/uni-boot-cloud/commit/8b88816f3d6c5a45216af3929e351141496eaafb))
28+
* 添加 ShardingJdbc
29+
强制路由主库的工具类 ([15a81e6](https://github.com/cadecode/uni-boot-cloud/commit/15a81e6622776e2178fcd30335274ea213100e3e))
30+
* 项目更名为
31+
uni-boot-cloud ([de9fd0f](https://github.com/cadecode/uni-boot-cloud/commit/de9fd0f157ab5afe2f263d78e35367c9611ddf2a))
32+
* DataScopeResoler 按 RoleTypeEnum
33+
处理前缀 ([1b4d66e](https://github.com/cadecode/uni-boot-cloud/commit/1b4d66e50dbb03f1e1a6fa54fcdeb1223f9332ac))
34+
* framework 模块添加 oracle
35+
数据库支持 ([0e11013](https://github.com/cadecode/uni-boot-cloud/commit/0e11013c7b9cfed54e3ba4daf63e48f647ddd9e5))
36+
* logback 增加 warn 级别 log
37+
文件 ([c5d1af2](https://github.com/cadecode/uni-boot-cloud/commit/c5d1af26de9656d4c882ff444779b661cb435dab))
38+
* TxMsgKit
39+
添加没有事务的消息发送方法 ([9bf2af3](https://github.com/cadecode/uni-boot-cloud/commit/9bf2af33d054190e838e4b525fc6c9ce91c6526e))
40+
* x-file-storage 更新到
41+
2.1.0 ([70eda50](https://github.com/cadecode/uni-boot-cloud/commit/70eda50cd9dff87d5af2d47d4826ef08d639f315))
42+
43+
### Reverts
44+
45+
* 移除 shardingjdbc
46+
相关依赖及设施 ([049c203](https://github.com/cadecode/uni-boot-cloud/commit/049c203a8e579da87d639023751a556695341f45))
47+
148
## [2023.1.4](https://github.com/cadecode/uni-boot-cloud/compare/2023.1.3...2023.1.4) (2023-12-01)
249

350
### Bug Fixes

app

Submodule app updated from bc2db4e to 778e97f

common/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/actuator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/concurrent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.cadecode</groupId>
88
<artifactId>uni-boot-common-plugin</artifactId>
9-
<version>2023.1.4</version>
9+
<version>2024.1.0</version>
1010
</parent>
1111

1212
<artifactId>uni-boot-common-plugin-job</artifactId>

common/plugin/log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/plugin/mq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.cadecode</groupId>
77
<artifactId>uni-boot-common-plugin</artifactId>
8-
<version>2023.1.4</version>
8+
<version>2024.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)