From 31e1d52ea4e2b0bfeba2cff4f6606b14c478a1f4 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 6 Jan 2025 21:00:21 +0800 Subject: [PATCH] release: v2.8.1 --- CHANGELOG.md | 16 ++++++++++++++++ continew-starter-dependencies/pom.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f35eaa..472fd2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [v2.8.1](https://github.com/continew-org/continew-starter/compare/v2.8.0...v2.8.1) (2025-01-06) + +### ✨ 新特性 + +- 【core】BaseEnum 新增 getByValue、getByDescription、isValidValue 方法 ([279d72b](https://github.com/continew-org/continew-starter/commit/279d72b7242bf996f9b88d38ed0ea7aa0a0d1c46)) + +### 💎 功能优化 + +- 【extension/crud】移除 BaseResp、BaseDetailResp(已移动到 Admin 项目内) ([eb2cac5](https://github.com/continew-org/continew-starter/commit/eb2cac54f75b2850f2957b32190d12e63377c185)) +- 【log】优化日志处理器解析 description、module 方法 ([a6c9d33](https://github.com/continew-org/continew-starter/commit/a6c9d33024ea70bb3dbe11981cbc9a3f9027bcd2)) +- 解决 Sonar 问题,替换部分过期 API ([80c0700](https://github.com/continew-org/continew-starter/commit/80c070093498abb8dff5529d177e1e2519577bf0)) + +### 🐛 问题修复 + +- 【file/excel】优化 BaseEnum 转换器 (GitHub#10@Solution-Lin) ([b9779e8](https://github.com/continew-org/continew-starter/commit/b9779e894464ec534bebdd230a7239b6d1964ddb)) + ## [v2.8.0](https://github.com/continew-org/continew-starter/compare/v2.7.5...v2.8.0) (2024-12-25) ### ✨ 新特性 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index b3c97d51..1a93b68f 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -43,7 +43,7 @@ - 2.8.0 + 2.8.1 1.2.0 1.39.0 1.16.7