Skip to content

Commit b837a9a

Browse files
committed
Add v2.3.0 change details
1 parent 3ddc0c6 commit b837a9a

File tree

1 file changed

+37
-14
lines changed

1 file changed

+37
-14
lines changed

CHANGELOG.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1-
## 2.2.7.RELEASE更新日志(2020-7-7日发布)
1+
## v2.3.0(2020-07-21)
2+
3+
- 变更项目根模块的 "artifactId" 为 "api-boot-build"
4+
- 新增 "api-boot-project/api-boot" 模块
5+
- 将 "api-boot-plugin-alibaba-oss" 模块代码逻辑迁移至 "api-boot"模块
6+
- 将 "api-boot-plugin-mail" 模块代码逻辑迁移至 "api-boot" 模块
7+
- 将 "api-boot-plugin-sms" 模块代码逻辑迁移至 "api-boot" 模块
8+
- 将 "api-boot-plugin-datasource-switch" 模块代码逻辑迁移至 "api-boot" 模块
9+
- 将 "api-boot-plugin-http-convert" 模块代码逻辑迁移至 "api-boot" 模块
10+
- 将 "api-boot-plugin-message-push" 模块代码逻辑迁移至 "api-boot" 模块
11+
- 将 "api-boot-plugin-quartz" 模块代码逻辑迁移至 "api-boot" 模块
12+
- 将 "api-boot-plugin-rate-limiter" 模块代码逻辑迁移至 "api-boot" 模块
13+
- 将 "api-boot-plugin-oauth" 模块代码逻辑迁移至 "api-boot" 模块
14+
- 将 "api-boot-plugin-sequence" 模块代码逻辑迁移至 "api-boot" 模块
15+
- 将 "api-boot-plugin-security" 模块代码逻辑迁移至 "api-boot" 模块
16+
- 将 "api-boot-plugin-resource-load" 模块代码逻辑迁移至 "api-boot" 模块
17+
- 将 "${project.groupId}" 变量替换为 "org.minbox.framework"
18+
- 分组 "api-boot-dependencies" 固化版本的依赖列表
19+
- 配置banner使用 "${api-boot.version}" 变量,保持输出版本号与项目一致
20+
- 新增 "api-boot-tools" 模块,提供常用工具类,如:ApplicationContextTools、BeanFactoryTools...
21+
- "api-boot-mybatis-enhance-maven-codegen" 插件新增 "TypeMapping" 配置项,可配置Jdbc与Java类型的映射
22+
23+
## v2.2.7(2020-07-07)
224

325
- 新增mongo-client-settings组件(扩展SpringBoot Mongo配置)
426
- 修复Swagger组件使用spring-boot-starter-validation(SpringBoot v2.3.x+)
527
- 更新部分源码注释内容
628

7-
## 2.2.6.RELEASE更新日志(2020-6-22日发布
29+
## v2.2.6(2020-06-22
830

931
- 新增ApiBoot OAuth2的刷新令牌过期配置参数
1032
- 升级Spring/SpringBoot依赖版本为v5.2.7/v.2.3.1
@@ -13,26 +35,26 @@
1335
- 升级flatten-maven-plugin插件版本
1436
- 删除默认集成SpringCloud的指定版本(防止与业务系统版本冲突)
1537

16-
## 2.2.5.RELEASE更新日志(2020-5-8日发布
38+
## v2.2.5(2020-05-08
1739
- 集成ApiBoot Sequence分布式高效ID插件
1840
- 添加ApiBootSequenceContext用于生成String/Long类型的ID
1941
- 通过ApiBootSequenceProperties可配置数据中心编号、工作机器编号、回拨毫秒量等属性
2042
- fix bugs
2143

22-
## 2.2.4.RELEASE更新日志(2020-4-29日发布
44+
## v2.2.4(2020-04-29
2345
- 指定使用Spring版本为v5.2.5
2446
- 升级使用MyBatis Enhance版本为v1.1.2
2547
- 升级使用Nacos版本为v0.2.7
2648
- 升级使用Quartz使用版本为v2.3.2
2749
- 升级使用Guava版本为v29.0-jre
2850

29-
## 2.2.3.RELEASE更新日志(2020-4-14日发布
51+
## v2.2.3(2020-04-14
3052
- 升级SpringBoot为v2.2.6
3153
- 添加MyBatis Enhance支持自定义操作SqlSessionFactoryBean接口
3254
- 升级minbox-logging为v1.0.4
3355
- 修改javadoc编译错误问题
3456

35-
## 2.2.2.RELEASE更新日志(2020-1-6日发布
57+
## v2.2.2(2020-01-06
3658
- 支持自定义认证服务器OAuth2认证失败时响应内容,详见:[I17O6B](https://gitee.com/minbox-projects/api-boot/issues/I17O6B)
3759
- 回退fastJson版本为1.2.60
3860
- 升级分布式链路日志minbox-logging为1.0.3.RELEASE
@@ -42,7 +64,7 @@
4264
- 统一部分源码类上的注释格式
4365
- ApiBoot提供`WebResponseExceptionTranslator`实现类[ApiBootWebResponseExceptionTranslator](https://gitee.com/minbox-projects/api-boot/blob/master/api-boot-project/api-boot-plugins/api-boot-plugin-oauth/src/main/java/org/minbox/framework/api/boot/plugin/oauth/translator/ApiBootWebResponseExceptionTranslator.java) ,用于处理OAuth2Exception异常。
4466

45-
## 2.2.1.RELEASE更新日志(2019-12-16日发布)
67+
## v2.2.12019-12-16)
4668
- 升级SpringBoot版本为2.2.2.RELEASE
4769
- 升级minbox-logging版本为1.0.3.RC1
4870
- 升级minbox-framework版本为1.0.2.RELEASE
@@ -52,7 +74,7 @@
5274
- 添加api.boot.logging.global-logging-storage-away参数配置,默认为memory内存方式
5375
- 添加logging_global_logs表结构
5476

55-
## 2.2.0.RELEASE更新日志(2019-11-29日发布
77+
## v2.2.0(2019-11-29
5678
- 支持SpringBoot2.2.0以上版本分支
5779
- 升级SpringCloud版本为Hoxton.RELEASE
5880
- 升级druid版本为1.1.21
@@ -61,7 +83,7 @@
6183
- 修改ApiBootDefaultAuthenticationEntryPoint返回json字符串的方式为fastJson
6284
- 修改ApiBootDefaultAccessDeniedHandler返回json字符串方式为fastJson
6385

64-
## 2.1.5.RELEASE更新日志(2019-11-6日发布)
86+
## v2.1.52019-11-06)
6587

6688
- 新增ApiBoot Alibaba Oss西南成都地域
6789
- 修复ApiBoot Logging与Seata提供的openfeign拦截器冲突问题
@@ -72,7 +94,7 @@
7294
- 修复ReadMe公众号不显示问题
7395
- 修复Banner输出版本错误问题
7496

75-
## 2.1.4.RELEASE(2019-9-17日发布)
97+
## v2.1.42019-09-17)
7698

7799
- Logging 废除`LoggingStorageAutoConfiguration`配置类
78100

@@ -106,7 +128,7 @@
106128

107129

108130

109-
## 2.1.3.RELEASE (2019-8-15日发布)
131+
## v2.1.32019-08-15)
110132

111133
- 修复 #IZQCY
112134
- `logging-client`支持`restTemplate`方式透传链路信息
@@ -125,7 +147,7 @@
125147
- 支持自定义`logging-admin-ui`界面的title
126148
- `logging-admin-ui`可查看每条链路日志的详情
127149

128-
## 2.1.2.RELEASE(2019-7-24日发布
150+
## v2.1.2(2019-07-24
129151

130152
- ApiBoot Logging
131153
- 可配置指定路径前缀下的请求采集上报日志
@@ -145,7 +167,8 @@
145167
- 支持记录具体上报日志的服务信息
146168
- 支持数据源方式存储请求日志
147169
- 支持SpringSecurity配置保护日志上报安全性
148-
### 2.1.1.RELEASE (2019-7-16日发布)
170+
## v2.1.1 (2019-07-16)
171+
149172
- ApiBoot Logging 初版发布
150173
- 0侵入代码设计
151174
- 支持链路日志输出
@@ -164,8 +187,8 @@
164187
- 丰富示例
165188
- 官网文档更新
166189

190+
## v2.1.0(2019-06-25)
167191

168-
### 2.1.0.RELEASE(2019-6-25日发布)
169192
- ApiBoot Mail
170193
- 初版发布(集成阿里云邮件服务)
171194
- ApiBoot Mybatis Pageable

0 commit comments

Comments
 (0)