CHANGELOG.md 5.1 KB
Newer Older
如梦技术's avatar
如梦技术 已提交
1 2 3
# 变更记录

## 发行版本
如梦技术's avatar
如梦技术 已提交
4
### v1.1.3 - 2019-05-16
如梦技术's avatar
如梦技术 已提交
5 6 7 8 9 10 11 12
- :sparkles: 完善 `mica-plus-redis` `MicaRedisCache`.
- :sparkles: 提高 webflux 的日志和 `ReactiveRequestContextFilter` 排序,方便在 spring cloud gateway 中使用.
- :sparkles: 调整验证码 base64,加上 base64 图片前缀.
- :bug: bean copy Convert 注解支持问题.
- :heavy_plus_sign: 添加新组件 `mica-plus-ribbon`.
- :heavy_plus_sign: 添加新组件 `mica-okhttp`.
- :arrow_up: 升级 `swagger-bootstrap-ui` 到 1.9.4.
- :arrow_up: 升级 `Spring cloud` 版本到 `Greenwich.SR1`.
如梦技术's avatar
如梦技术 已提交
13

如梦技术's avatar
如梦技术 已提交
14
### v1.1.2 - 2019-06-05
如梦技术's avatar
如梦技术 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
- :sparkles: 添加 `mica-plus-swagger` 组件,改用 `swagger-bootstrap-ui`
- :sparkles: 项目启动完成之后停止控制台日志打印。
- :zap: 优化 `MicaBeanCopier` 避免 copy 代码未改包造成的出错。
- :zap: `ObjectUtil` 添加 isNull、isNotNull、isTrue、isFalse 等方法并同步进 `$`
- :zap: `BaseController` 改为 `IController` 方便业务中进行二次扩展。
- :sparkles: 添加 `lbWebClient``header` 透传处理功能,`Spring cloud gateway` 中用起来特`爽`
- :sparkles: `LauncherService` 支持 ordered 排序.
- :zap: 优化redis组件,
- :zap: 启动监听,如果有 swagger,打印 swagger ui 地址。
- :zap:  调整验证码旋转度数,避免文字遮挡。
- :zap:  优化异常处理.
- :zap:  添加只有 message 的 ServiceException 构造器.
- :memo: 添加 snapshots 版本,snapshots 版本会及时响应,修复最新的 bug 或者必要的需求。.
- :bug: gitee #IWLLH (MicaHttpHeadersContextHolder 只支持 Servlet) 优化避免 webflux 报错。
- :bug: 修复 ip 获取的 bug。
- :arrow_up: 升级 gradle 到 5.4.1.
- :arrow_up: 升级 Spring boot 到 2.1.5.RELEASE
- :arrow_up: 升级 mica-auto 到 1.1.0
如梦技术's avatar
如梦技术 已提交
33

如梦技术's avatar
如梦技术 已提交
34
### v1.1.1 - 2019-05-11
35 36 37 38
- :zap: 减少部分阿里巴巴规范问题。
- :zap: 优化日志,dev 环境日志,不按内存切分,不使用gz压缩,避免每次本地重启生成日志文件。
- :zap: 优化 StackTraceAsString 中 FastStringWriter 初始容量为200。
- :zap: 优化 ServiceException R 泛型。
39 40 41
- :sparkles: 添加 R.throw 系列方法,用于处理异常直接返回的情况。
- :zap: Try 添加 Runnable、Callable、Comparator 的 Lambda 受检异常处理。
- :bug: 修复日期添加和减少的bug IW2IM。
42

如梦技术's avatar
如梦技术 已提交
43
### v1.1.0 - 2019-04-26
如梦技术's avatar
如梦技术 已提交
44 45 46 47
- :zap: 将 mica 版本写入 banner.txt。
- :mute: nacos 日志影响了gateway 和 webflux 的日志,调高级别。
- :zap: 优化 Servlet 和 Webflux 请求日志打印效果。
- :sparkles: 添加部分工具类。
如梦技术's avatar
如梦技术 已提交
48
- :sparkles: 优化验证码生成。
如梦技术's avatar
如梦技术 已提交
49
- :sparkles: 开源所有 `mica-pro` 功能。
如梦技术's avatar
如梦技术 已提交
50
- :sparkles: `mica-pro` 中的 `http-cache` 注解部分移入 `mica-boot`(暂时只支持 Servlet)。
如梦技术's avatar
如梦技术 已提交
51 52 53 54
- :sparkles: 开源 `mica-cloud` 模块。
- :sparkles: 开源 `mica-plus-error-catch` 模块。
- :sparkles: 开源 `mica-plus-redis` 模块。
- :sparkles: 开源 `mica-plus-mongo` 模块。
如梦技术's avatar
如梦技术 已提交
55
- :sparkles: 添加Validated Get、Create、Update、DeleteGroup。
如梦技术's avatar
如梦技术 已提交
56

如梦技术's avatar
如梦技术 已提交
57
### v1.0.1 - 2019-04-03
如梦技术's avatar
如梦技术 已提交
58 59 60 61 62
- :ok_hand: 处理几处 P3C 代码检查问题。@冷冷
- :zap: 优化泛型,避免部分环境下的编译问题。
- :sparkles: 添加 lutool 中的 renderJson。
- :zap: 优化 dateUtils 性能。
- :zap: 优化 RuntimeUtil,提高性能。
如梦技术's avatar
如梦技术 已提交
63
- :zap: 升级 gradle 到 `5.3.1`
如梦技术's avatar
如梦技术 已提交
64

如梦技术's avatar
如梦技术 已提交
65
### v1.0.0 - 2019-03-20
66 67 68 69 70 71 72 73
- :bug: 修复 `webflux` 下不支持的配置。
- :zap: 异常 event `requestUrl` 拼接 `queryString`,添加 `requestMethod` 参数。
- :zap: 调整环境处理和请求日志,方便动态调整。
- :zap: 调整 `base64` 验证码为直接返回 `Captcha` 对象,方便二次处理。
- :wrench: `swagger` 服务名不使用大写,`webflux swagger` 仅仅自动配置 `Docket`
- :heavy_plus_sign: 添加 `lutool` 中的资源读取工具。
- :zap: 优化文件下载。

如梦技术's avatar
如梦技术 已提交
74
### v0.0.1-RC4 - 2019-03-13
如梦技术's avatar
如梦技术 已提交
75 76 77 78 79
- :heavy_plus_sign: webflux url 版本号和 header版本处理。
- :heavy_plus_sign: webflux 异常统一处理,未知异常发送 Event 事件,方便监听收集。
- :heavy_plus_sign: webflux 枚举转换,规则同 jackson。
- :heavy_plus_sign: webflux RequestContextHolder,方便获取 webflux request。

如梦技术's avatar
如梦技术 已提交
80
### v0.0.1-RC3 - 2019-03-05
如梦技术's avatar
如梦技术 已提交
81
- :zap: 优化 base64 验证码。可完美结合 mica-pro redis cache name # 号分割超时。
如梦技术's avatar
如梦技术 已提交
82 83 84 85 86 87 88 89 90
- :loud_sound: 优化`请求日志`,避免并发下顺序错乱。
- :pushpin: 升级 `mica-auto`
- :zap: 优化UUID,采用 java9的方式,提高性能。
- :heavy_plus_sign: bom 添加 `mica-pro` 依赖。
- :loud_sound: 异常事件添加触发时间。
- :pencil2: fix spelling issue about black -> blank。 `感谢:` github @xkcoding
- :zap: 优化日志,`spring boot admin` 中显示 `info` 日志。
- :zap: 升级 gradle 版本到 `5.2.1`

如梦技术's avatar
如梦技术 已提交
91
### v0.0.1-RC2 - 2019-02-19
如梦技术's avatar
如梦技术 已提交
92 93 94 95
- 修复 `PathUtil` 导包问题。
- 优化 `mica props`
- 优化 `Bean copy` 逻辑。

如梦技术's avatar
如梦技术 已提交
96
### v0.0.1-RC1 - 2019-01-23
如梦技术's avatar
如梦技术 已提交
97
#### 初始化项目
如梦技术's avatar
如梦技术 已提交
98 99 100 101 102 103 104
- `mica-bom` 依赖 bom。
- `mica-core` mica 核心工具集。
- `mica-captcha` mica 验证码。
- `mica-launcher` mica 启动器。
- `mica-log4j2` log4j2 配置。
- `mica-boot` spring boot 扩展。
- `mica-boot-test` 更加方便测试。