From 9e78305e2701fed8602cdffdd52a806e48ba7ca7 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 20 May 2024 23:21:07 +0800 Subject: [PATCH] release: v2.0.2 --- CHANGELOG.md | 12 ++++++++++ README.md | 34 +++++++++++++-------------- continew-starter-dependencies/pom.xml | 2 +- 3 files changed, 30 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253e828e..0bcbf4da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.2](https://github.com/Charles7c/continew-starter/compare/v2.0.1...v2.0.2) (2024-05-20) + +### ✨ 新特性 + +- 【file/excel】新增 Easy Excel List 集合转换器 ([1faa46e](https://github.com/Charles7c/continew-starter/commit/1faa46e12505c025e5ca6f1a45158324ac210799)) + +### 🐛 问题修复 + +- 【captcha/behavior】修复行为验证码接口请求次数限制 ([Gitee#17](https://gitee.com/continew/continew-starter/pulls/17)) +- 【extension/crud】修复封装分页 dataList 索引计算错误 ([3e60197](https://github.com/Charles7c/continew-starter/commit/3e60197a31f140c863868440944df0427a9cf8e8)) +- 移除部分错误依赖声明 ([881fd37](https://github.com/Charles7c/continew-starter/commit/881fd37dd61836daf3343d9053e9a7c81b005923)) + ## [v2.0.1](https://github.com/Charles7c/continew-starter/compare/v2.0.0...v2.0.1) (2024-05-13) ### ✨ 新特性 diff --git a/README.md b/README.md index 90466d9c..c5343556 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Release -Release +Release Codacy Badge @@ -16,7 +16,7 @@ Sonar Status -Spring Boot +Spring Boot Open JDK @@ -141,9 +141,9 @@ continew-starter.web: ### 核心模块 -| 模块名称 | 模块说明 | 依赖版本 | -| --------------------- | ------------------------------------ | ------------------------------------------------------------ | -| continew-starter-core | 核心模块:包含线程池、项目等自动配置 | Spring Boot:3.1.8
Hutool:5.8.25
mica-ip2region:3.1.7 | +| 模块名称 | 模块说明 | 依赖版本 | +| --------------------- | ------------------------------------ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| continew-starter-core | 核心模块:包含线程池、项目等自动配置 | Spring Boot:3.1.11
Hutool:5.8.25
mica-ip2region:3.1.7 | ### JSON模块 @@ -186,9 +186,9 @@ continew-starter.web: ### 文件处理模块 -| 模块名称 | 模块说明 | 依赖版本 | -| --------------------------- | -------------- | ------------------------------------------------------------ | -| continew-starter-file-excel | Excel 相关配置 | Easy Excel:3.3.3 | +| 模块名称 | 模块说明 | 依赖版本 | +| --------------------------- | -------------- |------------------------------------------------------------------------------------------| +| continew-starter-file-excel | Excel 相关配置 | Easy Excel:3.3.4 | ### 验证码模块 @@ -199,11 +199,11 @@ continew-starter.web: ### 缓存模块 -| 模块名称 | 模块说明 | 依赖版本 | -| ---------------------------------- | --------------------- | ------------------------------------------------------------ | -| continew-starter-cache-redisson | Redisson 自动配置 | Redisson:3.26.0 | -| continew-starter-cache-springcache | Spring Cache 自动配置 | | -| continew-starter-cache-jetcache | JetCache 自动配置 | | +| 模块名称 | 模块说明 | 依赖版本 | +| ---------------------------------- | --------------------- |--------------------------------------------------------------------------------------------------------------------------------------| +| continew-starter-cache-redisson | Redisson 自动配置 | Redisson:3.30.0 | +| continew-starter-cache-springcache | Spring Cache 自动配置 | | +| continew-starter-cache-jetcache | JetCache 自动配置 | | ### 数据访问模块 @@ -214,10 +214,10 @@ continew-starter.web: ### 认证模块 -| 模块名称 | 模块说明 | 依赖版本 | -| ------------------------------ | ----------------- | ------------------------------------------------------------ | -| continew-starter-auth-satoken | SaToken 自动配置 | Sa-Token:1.37.0 | -| continew-starter-auth-justauth | JustAuth 自动配置 | Just Auth:1.16.6 | +| 模块名称 | 模块说明 | 依赖版本 | +| ------------------------------ | ----------------- |--------------------------------------------------------------------------| +| continew-starter-auth-satoken | SaToken 自动配置 | Sa-Token:1.38.0 | +| continew-starter-auth-justauth | JustAuth 自动配置 | Just Auth:1.16.6 | ### 消息模块 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 9296304a..f58824b0 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -43,7 +43,7 @@ - 2.0.1 + 2.0.2 1.38.0 1.16.6 3.5.5