Skip to content

Commit 9fb4a2d

Browse files
committed
release: v2.15.1
1 parent 2c6da53 commit 9fb4a2d

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ body:
3939
description: 您使用的 ContiNew Starter 版本,如没有支持的版本选项,请查阅 [更新日志](https://continew.top/docs/starter/changelog/) 并升级至最新稳定版本。
4040
multiple: false
4141
options:
42-
- 2.15.1-SNAPSHOT (开发版本-dev 分支)
42+
- 2.16.0-SNAPSHOT (开发版本-dev 分支)
43+
- 2.15.1
4344
- 2.15.0
4445
validations:
4546
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ body:
2828
description: 您使用的 ContiNew Starter 版本,如没有支持的版本选项,请查阅 [更新日志](https://continew.top/docs/starter/changelog/) 并升级至最新稳定版本。
2929
multiple: false
3030
options:
31-
- 2.15.1-SNAPSHOT (开发版本-dev 分支)
31+
- 2.16.0-SNAPSHOT (开发版本-dev 分支)
32+
- 2.15.1
3233
- 2.15.0
3334
validations:
3435
required: true

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [v2.15.1](https://github.com/continew-org/continew-starter/compare/v2.15.0...v2.15.1) (2026-02-24)
2+
3+
### ✨ 新特性
4+
5+
- 【core】ServletUtils 新增 isMultipart、isForm、isStream 方法 ([580aa00](https://github.com/continew-org/continew-starter/commit/580aa00af920acb3f66fbd835378a802741d18d6))
6+
7+
### 💎 功能优化
8+
9+
- 【log】还原 RecordableHttpRequest、RecordableHttpResponse ([4f8d772](https://github.com/continew-org/continew-starter/commit/4f8d7725e68479f7b2685f421f8eafb3257f17e9))
10+
- 【core】合并 SpringWebUtils 到 SpringUtils ([25fb9e0](https://github.com/continew-org/continew-starter/commit/25fb9e0a27a32e568cda14d12e9362ed95fc1c7e))
11+
- 【core】MapUtils#mergeMap 调整为使用for-each循环语法,自动处理迭代器的创建和遍历过程,提升安全性 ([ef6cf3a](https://github.com/continew-org/continew-starter/commit/ef6cf3ad62e8208d7c88c451d684c2c1f4b9ce6b)) (Gitee#88@jiang4yu)
12+
13+
### 🐛 问题修复
14+
15+
- 【log】修复 LogFilter 无效及无法获取请求、响应体参数的问题 ([8ce00d8](https://github.com/continew-org/continew-starter/commit/8ce00d8892bce47688ed0a23938cfe15caf944af))
16+
117
## [v2.15.0](https://github.com/continew-org/continew-starter/compare/v2.14.0...v2.15.0) (2025-12-28)
218

319
### ✨ 新特性

continew-starter-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>ContiNew Starter BOM</description>
1414

1515
<properties>
16-
<revision>2.15.1-SNAPSHOT</revision>
16+
<revision>2.15.1</revision>
1717
</properties>
1818

1919
<dependencyManagement>

continew-starter-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<!-- Project Version -->
17-
<revision>2.15.1-SNAPSHOT</revision>
17+
<revision>2.15.1</revision>
1818

1919
<!-- Core Framework Versions -->
2020
<spring-boot.version>3.4.10</spring-boot.version>

0 commit comments

Comments
 (0)