From b89ccb57175cfd6e4501abef08e739371d758738 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 3 Oct 2025 22:00:08 +0800 Subject: [PATCH] release: v2.14.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- CHANGELOG.md | 24 ++++++++++++++++++++++++ continew-starter-bom/pom.xml | 2 +- continew-starter-dependencies/pom.xml | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 61067166..eb3843c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - 感谢您使用 ContiNew Starter!请您花些时间填写这份 Bug 报告。 + 感谢您使用 ContiNew Starter!请您花些时间填写这份 Bug 报告。**温馨提示:我们利用业余时间维护开源项目,没有额外精力及人员维护已发布版本,所以请务必检查最新版本是否正常,如已修复请自行跟进修复!** - type: checkboxes id: checkboxes attributes: @@ -14,7 +14,7 @@ body: options: - label: 重启项目和 IDE 后,仍然能够复现此问题 required: true - - label: 尝试 [最新版本](https://central.sonatype.com/artifact/top.continew.starter/continew-starter/versions)(还可以尝试本地编译安装 dev 分支的最新快照版本),仍有相同问题 + - label: 尝试 [最新版本](https://central.sonatype.com/artifact/top.continew.starter/continew-starter/versions)(也可 mvn install dev 分支的最新 SNAPSHOT 版本测试,但生产请等待下个发布版),仍有相同问题 required: true - label: 查看过控制台是否有报错,如果有报错,下拉控制台到最下查找过 Caused 提示(如果有 Caused 关键字,一般其后都有直观提示,请自行翻译英文),并百度或 Google 后,仍无法解决 required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bf0806..fa07ac4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [v2.14.0](https://github.com/continew-org/continew-starter/compare/v2.13.4...v2.14.0) (2025-10-03) + +### ✨ 新特性 + +- 【security/crypto】新增 API 加/解密功能 ([26effb6](https://github.com/continew-org/continew-starter/commit/26effb6ee2a98cbedc0dd3ea1d15b453cdf0c0d8)) (Gitcode#3@lishuyanla) +- 【core】MapUtils增加深度合并两个map的方法 ([5ca34ee](https://github.com/continew-org/continew-starter/commit/5ca34eebd1228b445d9882d0d2777affd4393bca)) (Github#16@luoqiz) +- 【encrypt/password-encoder】新增密码编码器模块(经过考量重新拆分出来) ([e414abc](https://github.com/continew-org/continew-starter/commit/e414abc73536c57a774f2c6d5dbeff78349310ae)) + +### 💎 功能优化 + +- 【storage】重构存储模块为统一入口 ([ae1258a](https://github.com/continew-org/continew-starter/commit/ae1258aee65c534564372b6fa2a2cf37a74fc601)) ([e5002b8](https://github.com/continew-org/continew-starter/commit/e5002b8bfc4aa20b99be9f699ac55a300a2525fd)) ([7ead337](https://github.com/continew-org/continew-starter/commit/7ead337165f930771b86a1b5d36f4f4bdacfbb12)) (Gitcode#1@QAQ_Z) +- 【excel/fastexcel】移除 ExcelListConverter 中的冗余注解 ([5d7c3be](https://github.com/continew-org/continew-starter/commit/5d7c3bedd74274cedbf27b31ecd9b68458ab735f)) +- 【extension/crud】优化树型结构字典配置相关命名及注释 DICT_TREE -> TREE_DICT ([3ee1112](https://github.com/continew-org/continew-starter/commit/3ee1112c4ce9b1acfa7ac5959a4e1ffd19ee0fce)) +- 【encrypt】拆分字段加密、API 加密模块 ([e9bf92e](https://github.com/continew-org/continew-starter/commit/e9bf92ea1f090068c2f849f5be36c372ffb1bf3e)) +- 统一过滤器配置 ([637d92b](https://github.com/continew-org/continew-starter/commit/637d92be237eced80c4c17acae344d31c4cc4eb2)) +- 【core】重构线程池自动配置代码 ([6889578](https://github.com/continew-org/continew-starter/commit/68895787a758606f226da7fe7478ae9b60a8926e)) +- 【data】移除 QueryIgnore 注解,并取消默认 eq 逻辑处理 ([e9a6f36](https://github.com/continew-org/continew-starter/commit/e9a6f36136319d65ba6379506264c94a4994d269)) +- 【messaging/mail】提供 JavaMailSenderImpl 默认配置,并重构 MailConfigurer 配置代码 ([75aeb26](https://github.com/continew-org/continew-starter/commit/75aeb26a4f117acab8bf6e4b60c0efbc01a5d0fb)) + +### 🐛 问题修复 + +- 【auth/satoken】修复 ConditionalOnBean 校验导致的 SaToken 持久层 Redis 实现注册失败的问题 ([61fbb04](https://github.com/continew-org/continew-starter/commit/61fbb04a331358a7b18f5373625ab169f882ae4d)) +- 【extension/tenant】修复多租户下开启多数据源拦截器返回结果异常的情况 ([d1db737](https://github.com/continew-org/continew-starter/commit/d1db737f7a62a8afe7585075789d05a72b9d55e9)) (Gitee#80@kiki1373639299) + ## [v2.13.4](https://github.com/continew-org/continew-starter/compare/v2.13.3...v2.13.4) (2025-07-26) ### ✨ 新特性 diff --git a/continew-starter-bom/pom.xml b/continew-starter-bom/pom.xml index d8d5304c..433055ff 100644 --- a/continew-starter-bom/pom.xml +++ b/continew-starter-bom/pom.xml @@ -13,7 +13,7 @@ ContiNew Starter BOM - 2.13.4 + 2.14.0 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 6797b0d9..2a4928c2 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -14,7 +14,7 @@ - 2.13.4 + 2.14.0 3.3.12