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

## 发行版本
4
### v2.4.6 - 2021-05-23
5 6 7
- :sparkles: mica-logging 完成 loki 支持 #36 #I3PX2F。
- :sparkles: mica-ip2region、mica-captcha 添加对 spring-native 的支持 #38 #I3PX2N。
- :sparkles: mica-jetcache 添加 metrics 支持 #37 #I3PX2K。
8
- :sparkles: mica-caffeine 添加不支持自定义 Caffeine bean 提示。
9
- :sparkles: mica-core R 添加 throwOn 系列方法。
10
- :sparkles: mica-redis 优化 ICacheKey 和 scan。
11
- :bug: mica-logging 修复 LoggingInitializer Spring boot 2.4.x 失效的问题。
12
- :arrow_up: 升级 druid 到 1.2.6。
13 14

### v2.4.5 - 2021-04-28
如梦技术's avatar
如梦技术 已提交
15
- :sparkles: 添加 mica-jetcache 模块。
16
- :sparkles: 添加 mica-lite 模块。
17 18
- :sparkles: mica-metrics 重构 UndertowMetrics,暴露更加有用的指标。
- :sparkles: mica-metrics 完善 DruidMetrics,暴露更加有用的指标。
如梦技术's avatar
如梦技术 已提交
19
- :sparkles: mica-redis 调整 bean 名称 redisTemplate 为 micaRedisTemplate 减少冲突。
如梦技术's avatar
如梦技术 已提交
20
- :sparkles: mica-captcha 中的 cache 改为每次读取, caffeine 会刷新,照成引用为 null。
21
- :sparkles: mica-captcha 优化 bean 名称和添加 generateBase64Vo 方法。
如梦技术's avatar
如梦技术 已提交
22
- :sparkles: mica-logging 减少 reflections 日志,readme 添加阿里云、腾讯云日志服务接入链接。
如梦技术's avatar
如梦技术 已提交
23
- :sparkles: mica-qrcode 添加 base64 image 方法。
24
- :sparkles: mica-core 添加网关通用 code。
如梦技术's avatar
如梦技术 已提交
25
- :sparkles: mica-core 添加 CollectionUtil computeIfAbsent 方法 避免 jdk8 下的 bugs JDK-8161372
26 27 28
- :sparkles: mica-core Pkcs7Encoder 中默认的 BLOCK_SIZE 改为 16 github #35 兼容更多编程语言。
- :bug: mica-caffeine 多 cache name 时报错。
- :arrow_up: 升级 spring boot 到 2.4.5
29
- :arrow_up: 升级 mica-weixin 到 2.1.0(优化对 mica-caffeine 的支持)
30

如梦技术's avatar
如梦技术 已提交
31
### v2.4.4-GA - 2021-03-28
如梦技术's avatar
如梦技术 已提交
32 33 34 35 36 37
- :sparkles: mica-qrcode 新增模块,友好的二维码识别和生成
- :sparkles: mica-logging 重新设计,`logstash-logback-encoder` 调整为可选,`logstash``json` 需手动添加依赖
- :sparkles: mica-core 优化完善 DesensitizationUtil
- :sparkles: mica-core 添加 ImageUtil
- :sparkles: mica-ip2region 更新 db 文件 gitee #I3AJNV
- :bug: mica-redis 修复 ScanOptions count 空指针
如梦技术's avatar
如梦技术 已提交
38 39 40 41 42
- :arrow_up: 升级到 mica-auto 到 2.0.4
- :arrow_up: 升级到 mica-weixin 到 2.0.6
- :arrow_up: 升级到 spring cloud 2020.0.2
- :arrow_up: 升级 spring boot 到 2.4.4

如梦技术's avatar
如梦技术 已提交
43 44 45 46 47
### v2.4.3-GA - 2021-02-27
- :sparkles: 开源 mica-logging 组件。
- :sparkles: mica-core 完善 JsonUtil 和 SystemUtil。
- :sparkles: mica-core 请求开始时间 key。
- :sparkles: mica-xss 支持转义和清理2种模式。
48
- :sparkles: mica-swagger api key 认证 token key-name 默认改为 `Authorization`
如梦技术's avatar
如梦技术 已提交
49 50 51 52
- :memo: 添加观星图。
- :memo: 更换模块图。
- :arrow_up: 升级 spring boot 到 2.4.3

如梦技术's avatar
如梦技术 已提交
53 54 55 56 57 58 59 60
### v2.4.2-GA - 2021-02-08
- :sparkles: mica-caffeine、mica-redis 默认 @EnableCaching。
- :sparkles: mica-bom 添加 mica-caffeine 模块。

### v2.4.1-GA - 2021-01-29
- :bug: mica-xss ThreadLocal remove。
- :sparkles: mica-xss 完善,新增字符串全局 trim、换行、转义配置。

如梦技术's avatar
如梦技术 已提交
61 62 63 64 65 66 67 68 69
### v2.4.0-GA - 2021-01-18
- :sparkles: mica-xss XssUtil 放开 Whitelist 方便自定义。
- :sparkles: mica-core 添加 ACTIVE_PROFILES_PROPERTY 常量。
- :sparkles: 移动 SpringContextUtil 到 mica-core 中。
- :arrow_up: 升级到 spring boot 2.4.2。
- :arrow_up: 使用 spring cloud 2020.0.0
- :arrow_up: 升级 mica auto 到 2.0.3。
- :arrow_up: 升级到 mica-weixin 2.0.5。

如梦技术's avatar
如梦技术 已提交
70 71 72 73
### v2.1.1-GA - 2021-02-22
- :bug: mica-xss ThreadLocal remove。
- :arrow_up: 升级到 mica-weixin 2.0.5。

如梦技术's avatar
如梦技术 已提交
74
### v2.1.0-GA - 2020-12-13
75
- :sparkles: mica-bom 添加 mica-weixin。
如梦技术's avatar
如梦技术 已提交
76
- :sparkles: mica-redis 添加 redis key 失效事件配置。
77
- :sparkles: mica-swagger 添加 SwaggerCustomizer,用于自定义配置。
如梦技术's avatar
如梦技术 已提交
78 79
- :sparkles: mica-swagger 添加 oauth2 认证配置。
- :sparkles: mica-http 添加流上传,完善文档。
如梦技术's avatar
如梦技术 已提交
80 81 82
- :sparkles: mica-core 添加 GeoUtil。
- :sparkles: mica-core StringUtil 优化 format 方法参数泛型。
- :sparkles: mica-core JsonUtil 添加参数化类型 getParametricType 方法。
如梦技术's avatar
如梦技术 已提交
83 84
- :arrow_up: 升级 knife4j 到 3.0.2。
- :arrow_up: 升级 druid 到 1.2.3。
85
- :arrow_up: 升级 spring boot 到 2.3.7.RELEASE。
如梦技术's avatar
如梦技术 已提交
86

如梦技术's avatar
如梦技术 已提交
87
### v2.0.9-GA - 2020-11-15
如梦技术's avatar
如梦技术 已提交
88 89
- :sparkles: mica-xss 可自定义 XssCleaner 接口。
- :sparkles: mica-xss 日志统一调整为 debug。
如梦技术's avatar
如梦技术 已提交
90
- :sparkles: mica-xss 默认拦截 /** #I24753 。
如梦技术's avatar
如梦技术 已提交
91
- :sparkles: mica-ip2region 更新 db 文件。
如梦技术's avatar
如梦技术 已提交
92
- :sparkles: mica-redis 优化 redis scan。
93
- :sparkles: mica-redis 添加强制依赖 commons-pool2。
如梦技术's avatar
如梦技术 已提交
94 95 96
- :arrow_up: mica-bom 添加 druid 到 bom。
- :sparkles: mica-core 完善 ReflectUtil。
- :arrow_up: 升级 spring cloud 到 Hoxton.SR9。
97
- :arrow_up: 升级 spring boot 到 2.3.6.RELEASE。
如梦技术's avatar
如梦技术 已提交
98

如梦技术's avatar
如梦技术 已提交
99 100 101 102 103 104 105 106 107 108 109 110
### v2.0.8-GA - 2020-10-20
- :sparkles: mica-metrics 添加对 druid 连接池的支持。
- :sparkles: mica-core StringUtil 添加格式化执行时间方法。
- :sparkles: mica-core CollectionUtil 优化泛型。
- :sparkles: mica-core 完善 FileUtil,方便使用
- :sparkles: mica-core 完善 JsonUtil,方便使用。
- :sparkles: mica-core 完善 DateUtil,方便使用。
- :sparkles: mica-core 抽取 Pkcs7Encoder。
- :sparkles: mica-core Validated group extends Default.
- :memo: 修复文档错误.
- :memo: 添加 mica 生态连接。

如梦技术's avatar
如梦技术 已提交
111 112 113 114 115 116 117 118 119 120
### v2.0.7-GA - 2020-09-25
- :memo: 文档完善,详见:http://wiki.dreamlu.net
- :sparkles: mica-core Once 添加方法。
- :sparkles: 优化 mica-jobs 模块,默认开启。
- :sparkles: 添加 DesensitizationUtil 脱敏工具类。
- :sparkles: 添加 commons-lang 中的字符串系列操作方法。
- :sparkles: 优化 mica-redis getCounter。
- :sparkles: mica-redis 优化 incrBy、decrBy,添加带超时的方法。
- :sparkles: mica-redis 优化 jdk 序列化。
- :arrow_up: Upgrading dependencies. spring boot 2.3.4
如梦技术's avatar
如梦技术 已提交
121
- :arrow_up: 升级到 Spring cloud Hoxton.SR8。
如梦技术's avatar
如梦技术 已提交
122

123 124 125 126 127 128 129 130 131
### v2.0.6-GA - 2020-08-22
- :sparkles: mica-core BeanUtil 添加 toNewMap 方法。
- :sparkles: 优化 mica-core MicaConstant 中添加 mdc accountId。
- :sparkles: 优化 mica-core 补上 LuTool 中的 Bean diff。
- :sparkles: 优化 mica-core DateUtil 添加部分方法。
- :sparkles: mica-captcha graphics dispose.
- :sparkles: mica-http 文档添加https证书示例。
- :arrow_up: 升级 spring boot 到 2.3.3.RELEASE。

如梦技术's avatar
如梦技术 已提交
132 133 134 135 136 137 138 139 140 141 142 143
### v2.0.5-GA - 2020-08-09
- :sparkles: 添加 mica-metrics 模块,用于使用 prometheus 进行指标收集,已支持 undertow、sentinel。
- :sparkles: mica-redis add scan 和 sscan。
- :memo: mica-redis 修复使用文档。 Gitee pr by @醉酒的蝴蝶zzz/N/A
- :sparkles: mica-core 添加 RsaHelper RSA PEM格式秘钥对的解析和导出,Gitee pr by @caiqiyuan
- :sparkles: mica-core RsaUtil 完善加解密方法。
- :sparkles: mica-core 添加忽略序列化 id 的 jdk 对象序列化。
- :sparkles: mica-core 添加 CheckedPredicate。
- :sparkles: mica-core 添加 json 格式校验。
- :bug: 修复部分 sonarcloud 问题。
- :arrow_up: 升级 spring cloud 到 Hoxton.SR7。

如梦技术's avatar
如梦技术 已提交
144
### v2.0.4-GA - 2020-07-25
145 146 147 148 149 150 151 152
- :memo: 完善文档.
- :sparkles: mica-http 添加 pathParam 方法。
- :sparkles: mica-ip2region IpInfo 添加 getAddress 方法。
- :sparkles: 添加 mica-xss 模块.
- :sparkles: mica-core BeanUtil add deepClone method.
- :sparkles: mica-http 使用 CompletableFuture 优化异步 github #29 。
- :sparkles: mica-core INetUtil 添加内网 ip 判断。
- :sparkles: mica-spider 修复 readme,简化使用。
如梦技术's avatar
如梦技术 已提交
153 154 155
- :arrow_up: 升级 spring cloud 到 Hoxton.SR6。
- :arrow_up: 升级 spring boot 到 2.3.2.RELEASE。
- :arrow_up: 升级 knife4j 到 2.0.4。
156
- :arrow_up: 升级 mica-auto 到 1.2.5。
157

如梦技术's avatar
如梦技术 已提交
158 159 160 161 162 163 164
### v2.0.3-GA - 2020-06-25
- :memo: 完善 mica 2.x 使用文档.
- :sparkles: mica-http 微调日志,添加 system out log.
- :sparkles: mica-http 添加 asString(Charset charset) 方法。
- :sparkles: mica-http ResponseSpec 添加 json path 系列方法。
- :sparkles: mica-http 优化 github #26 .
- :sparkles: mica-ip2region 更新 ip2region.db 文件。
165 166 167
- :sparkles: mica-core 优化 StringUtil,添加 startWith、endWith 方法.
- :sparkles: mica-core 优化 DateUtil 优化 minus、plus months、years 提升5倍性能 gitee #IW2IM.
- :sparkles: mica-redis 优化 MicaRedisCache 构造器 github #27.
如梦技术's avatar
如梦技术 已提交
168 169
- :arrow_up: 升级 spring boot 到 2.3.1.RELEASE。

如梦技术's avatar
如梦技术 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
### v2.0.2-GA - 2020-06-06
- :sparkles: `release` 版本号格式为 `x.x.x-GA`,响应 `冷神` 的吐槽。
- :bug: Fixing DateUtil.parse github #25。
- :memo: mica-core 完善 javadoc,方便生成文档。
- :sparkles: mica-core Once 添加函数方法。
- :sparkles: mica-core 优化 WebUtil renderJson。
- :sparkles: mica-http Slf4jLogger 改为枚举。
- :sparkles: mica-core 添加 DecimalNum 方便金额计算。
- :sparkles: mica-core 优化 JsonUtil。
- :sparkles: 文案错误,redis prefixKeysWith 方法过时
- :sparkles: mica-captcha 添加 CaptchaVo。
- :arrow_up: spring boot to 2.3.0.RELEASE。
- :arrow_up: mica-auto version to 1.2.3。
- :arrow_up: okhttp version to 3.14.9。
- :arrow_up: update knife4j to 2.0.3。
- :arrow_up: spring cloud to Hoxton.SR5
- :wrench: Github actions publish snapshot.

如梦技术's avatar
如梦技术 已提交
188 189 190 191 192 193 194 195
### v2.0.1.20200510
- :sparkles: 开源 mica-ip2region 组件。
- :zap: mica-core 优化 R.isNotSuccess 改为 isFail。
- :bug: mica-redis jackson class info。
- :bug: mica-redis jackson findAndRegisterModules。
- :wrench: travis 替换为 Github actions,用于构建和 Snapshot 版本自动发布。
- :arrow_up: update spring boot to 2.2.7.RELEASE。

如梦技术's avatar
如梦技术 已提交
196
### v2.0.0 - 2020-05-04
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
- :sparkles: mica-http 支持指定协议 protocols。
- :zap: mica-http 扩展 HttpRequest proxy 方法,方便使用。
- :sparkles: mica-http 拆出 mica-spider 爬虫工具,精简依赖。
- :sparkles: mica-spider 增强 CssQueryMethodInterceptor。
- :zap: mica-captcha 验证码抽象,支持数学计算型验证码。
- :sparkles: mica-captcha 验证码缓存接口,完善验证码生成说明。
- :sparkles: mica-swagger 升级 swagger 到 knife4j。
- :sparkles: mica-redis 限流算法改为同 Spring cloud gateway,减少内存占用。
- :sparkles: mica-jobs 添加 xxl-job starter。
- :sparkles: mica-core 生成 mica 版本信息到 Mica 类中。
- :sparkles: mica-core 添加 compiler 工具类。
- :sparkles: mica-core 添加用于计数的 CountMap。
- :sparkles: mica-core 添加 Once 对象。
- :sparkles: mica-core 中的 jackson 包移动到 mica-boot,并做调整用于支持 mica-api-encrypt 组件。
- :sparkles: mica-core 简化 aes 工具类代码。
- :zap: mica-core 优化 DateUtil。
- :zap: mica-core 优化 RuntimeUtil。
- :sparkles: mica-core 拆解完善 HexUtil。
- :sparkles: mica-core 添加 DesUtil。
- :sparkles: mica-core 添加 RsaUtil。
- :sparkles: mica-core 优化 ResourceUtil 工具类。
- :sparkles: mica-core 微调 Bean copy。
- :sparkles: mica-core function 添加序列化。
- :sparkles: mica-core MD5 不再依赖 Spring DigestUtils。
- :sparkles: mica-core 优化 file 工具对文件名处理。
- :zap: add .gitattributes。
223
- :zap: @Configuration 替换为 @Configuration(proxyBeanMethods = false)。
224 225 226 227 228
- :arrow_up: 升级 okhttp 到 3.14.8。
- :arrow_up: 升级 jsoup 到 1.13.1。
- :arrow_up: 升级 mica-auto 到 1.2.2。
- :arrow_up: 升级 spring boot 到 2.2.6,不再支持,spring boot 2.2.x 以下版本。
- :arrow_up: 升级 spring cloud 到 Hoxton.SR4。
229

230
### v1.2.2 - 2020-03-24
231 232 233 234 235 236 237 238 239 240 241 242 243
- :memo: update docs.
- :bulb: 调整微信公众号
- :zap: 优化 mica-http 使 proxy 更好用 Github #18。
- :zap: 优化 mica-boot 异步异常时抛出事件监听 github @xiaopang0117
- :zap: 优化 异常日志打印。
- :zap: 优化 RequestLogAspect,区分 body 和 param。
- :bug: 修复 mica-bom 缺少 mica-actuator.
- :bug: Fixing mica-core bean copy github #14.
- :bug: Fixing mica-core JsonUtil 泛型问题.
- :bug: Fixing List Json log.
- :arrow_up: Upgrading spring boot to 2.1.13.RELEASE.
- :arrow_up: Upgrading spring cloud to Greenwich.SR5.

244
### v1.2.1 - 2019-11-30
245 246 247
- :sparkles: 增强 ThreadLocal 工具类。
- :sparkles: 增强 redis cache 使用。
- :sparkles: 添加 jackson 的类型转换方法。
248 249
- :bug: Fixing github #10 mica-http bodyJson 添加 Content-Type.
- :heavy_minus_sign: 移除 YmlPropertyLoaderFactory,隐藏风险,mica 2.0 已研发新的 @MicaPropertySource。
250 251
- :heavy_minus_sign: 移除 springfox-swagger-ui 依赖。

如梦技术's avatar
如梦技术 已提交
252 253 254 255 256 257 258 259
### v1.2.0 - 2019-10-13
- :zap: lettuce linux use epoll
- :sparkles: mica-http close ResponseBody。
- :sparkles: mica-actuator Feign client 信息端点。
- :zap: swagger 配置全部移到 swagger 扩展中。
- :zap: 优化 feign auto fallback 集合类型反馈空集合。
- :tada: 添加 mica-actuator 模块,为 mica-admin 做铺垫。

260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
### v1.1.9 - 2019-09-22
- :zap: 添加 mybatis plus 的扩展 mica-plus-mybatis 组件。
- :zap: mica-plus-mybatis 扩展 insert ignore 和 replace 添加老版本的日志记录扩展.
- :zap: 添加分布式锁组件 mica-plus-lock。
- :zap: mica-cloud  ReactiveRequestContextHolder 改为缓存 ServerWebExchange.
- :zap: mica-cloud fallback 优化对空集合的支持.
- :zap: mica-plus-ribbon @世言 同学 pr 的 ribbon 路由 fallback。添加扩展开关,默认关闭.
- :zap: mica-plus-redis protostuff 调成可选依赖.
- :zap: mica-core 添加 Pair.
- :zap: mica-core 添加 MicaExpressionEvaluator.
- :zap: mica-core 添加 YmlPropertyLoaderFactory。
- :zap: mica-core 优化 FileUtil Nio 文件读取.
- :zap: mica-core 提升 FastStringWriter 一倍的性能.
- :zap: mica-http retry 添加对结果集校验.
- :zap: 删除第三方登录推荐直接使用 JustAuth.
- :zap: 减少 codacy 代码检测问题。
- :zap: 优化部分 阿里巴巴 P3C 问题.
- :bug: 修复 mica-core decodeHex java 11 的兼容。
- :bug: mica-http 将 asStream 改成 onStream 避免流未关闭.
- :arrow_up: gradle 升级到 5.6.2。
- :arrow_up: 依赖升级 Spring boot 2.1.8.RELEASE。
- :arrow_up: Spring cloud Greenwich SR3。
- :arrow_up: mybatis-plus 升级到 3.2.0。
- :arrow_up: 依赖升级 swagger-bootstrap-ui 到 1.9.6。

如梦技术's avatar
如梦技术 已提交
285
### v1.1.8 - 2019-08-12
如梦技术's avatar
如梦技术 已提交
286 287 288
- :zap: mica-plus-redis 添加 redis 限流组件.
- :zap: mica-http Response asDocument 方法迁移到 DomMapper,不强制依赖 jsoup.
- :zap: mica-http CssQuery 添加正则取值处理.
如梦技术's avatar
如梦技术 已提交
289 290 291 292 293
- :zap: mica-http 优化 DomMapper 添加更多方法.
- :zap: mica-http proxy 改用 MethodInterceptor.
- :bug: mica-cloud Fixing Feign feignContract mvcConversionService.
- :zap: mica-core 优化 Exceptions 工具,添加 NIO 文件读取.
- :zap: mica-core 拆分 lambda Try 为 Unchecked.
如梦技术's avatar
如梦技术 已提交
294
- :bug: 优化 gradle 配置,自动发布 snapshots 版本.
如梦技术's avatar
如梦技术 已提交
295 296 297
- :building_construction: 迁移 spring-cloud-alibaba 依赖到新版。
- :arrow_up: Spring boot 升级到 2.1.7.RELEASE.

如梦技术's avatar
如梦技术 已提交
298 299 300 301 302
### v1.1.7 - 2019-08-04
- :zap: 优化 readme 添加文档地址.
- :zap: 添加 .codacy.yml 配置.
- :zap: 添加模块 mica-laytpl 模块.
- :zap: mica-core 增强 XmlHelper 支持安全和非安全模式.
如梦技术's avatar
如梦技术 已提交
303
- :zap: mica-http html、xml 转 Bean,并支持类型转换.
如梦技术's avatar
如梦技术 已提交
304 305 306 307 308 309 310
- :zap: mica-http 添加重试机制.
- :zap: mica-http add EventListener。
- :zap: mica-http 优化拦截器,支持多个,将日志拦截器放到最后。
- :zap: gradle use platform replace enforcedPlatform。
- :zap: mica-cloud 优化 RestTemplate Bean 添加配置开关,默认不开启.
- :arrow_up: 依赖升级 swagger-bootstrap-ui 到 `1.9.5`.

如梦技术's avatar
如梦技术 已提交
311
### v1.1.6 - 2019-07-21
如梦技术's avatar
如梦技术 已提交
312
- :zap: `mica http` 调整包 由 `net.dreamlu.http` -> `net.dreamlu.mica.http`
如梦技术's avatar
如梦技术 已提交
313
- :zap: `mica http` 去除对 spring 的依赖,使用 jsoup 解析 html 或 xml.
如梦技术's avatar
如梦技术 已提交
314
- :zap: `mica-http` 添加异步支持和添加更多使用方法.
如梦技术's avatar
如梦技术 已提交
315 316 317 318 319
- :zap: 完善 `mica-core` CharPool.
- :zap: 简化 `mica-plus-social` 第三方登录使用.
- :zap: 更新 `mica-social` google 授权登录升级接口.
- :sparkles: 更新 `mica-social` 同步 [JustAuth](https://gitee.com/yadong.zhang/JustAuth) 1.9,添加 Teambition、人人、Pinterest、Stack Overflow登录。

如梦技术's avatar
如梦技术 已提交
320 321 322 323 324 325 326 327 328
### v1.1.5 - 2019-07-14
注意:1.1.3 和 1.1.4 第三方登录,钉钉都有签名问题,请使用最新的 `1.1.5`.
- :zap: 关闭 nacos 默认的 log 配置.
- :sparkles: mica-http 添加 `queryEncoded` 方法.
- :sparkles: mica-http 添加 `HttpRequest.setGlobalLog` 方法,并优化日志级别枚举.
- :bug: mica-bom 中添加 okhttp 版本.
- :bug: 钉钉登录.

### v1.1.3 - 2019-06-16
如梦技术's avatar
如梦技术 已提交
329 330
- :sparkles: 完善 `mica-plus-redis` 添加 `MicaRedisCache` Bean,使用同 `redis` 命令.
- :sparkles: `redis` 序列化方式可配置化.
如梦技术's avatar
如梦技术 已提交
331 332
- :sparkles: 提高 webflux 的日志和 `ReactiveRequestContextFilter` 排序,方便在 spring cloud gateway 中使用.
- :sparkles: 调整验证码 base64,加上 base64 图片前缀.
如梦技术's avatar
如梦技术 已提交
333
- :sparkles: `DigestUtil``Md5``Sha``Hmac` 等系列签名算法添加非 hex 方法.
如梦技术's avatar
如梦技术 已提交
334
- :bug: bean copy Convert 注解支持问题.
如梦技术's avatar
如梦技术 已提交
335 336 337
- :heavy_plus_sign: 添加新组件 `mica-http`.
- :heavy_plus_sign: 添加新组件 `mica-social`.
- :heavy_plus_sign: 添加新组件 `mica-plus-social`.
如梦技术's avatar
如梦技术 已提交
338
- :heavy_plus_sign: 添加新组件 `mica-plus-ribbon`.
如梦技术's avatar
如梦技术 已提交
339
- :arrow_up: 升级 `Spring boot` 版本到 `2.1.6.RELEASE`.
如梦技术's avatar
如梦技术 已提交
340
- :arrow_up: 升级 `Spring cloud` 版本到 `Greenwich.SR1`.
如梦技术's avatar
如梦技术 已提交
341
- :arrow_up: 升级 `swagger-bootstrap-ui``1.9.4`.
如梦技术's avatar
如梦技术 已提交
342

如梦技术's avatar
如梦技术 已提交
343
### v1.1.2 - 2019-06-05
如梦技术's avatar
如梦技术 已提交
344 345 346 347 348 349 350
- :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 排序.
351
- :zap: 优化 redis 组件,
如梦技术's avatar
如梦技术 已提交
352 353 354 355 356 357 358 359 360 361
- :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
如梦技术 已提交
362

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

如梦技术's avatar
如梦技术 已提交
372
### v1.1.0 - 2019-04-26
如梦技术's avatar
如梦技术 已提交
373
- :zap: 将 mica 版本写入 banner.txt。
374
- :mute: nacos 日志影响了 gateway 和 webflux 的日志,调高级别。
如梦技术's avatar
如梦技术 已提交
375 376
- :zap: 优化 Servlet 和 Webflux 请求日志打印效果。
- :sparkles: 添加部分工具类。
如梦技术's avatar
如梦技术 已提交
377
- :sparkles: 优化验证码生成。
如梦技术's avatar
如梦技术 已提交
378
- :sparkles: 开源所有 `mica-pro` 功能。
如梦技术's avatar
如梦技术 已提交
379
- :sparkles: `mica-pro` 中的 `http-cache` 注解部分移入 `mica-boot`(暂时只支持 Servlet)。
如梦技术's avatar
如梦技术 已提交
380 381 382 383
- :sparkles: 开源 `mica-cloud` 模块。
- :sparkles: 开源 `mica-plus-error-catch` 模块。
- :sparkles: 开源 `mica-plus-redis` 模块。
- :sparkles: 开源 `mica-plus-mongo` 模块。
384
- :sparkles: 添加 Validated Get、Create、Update、DeleteGroup。
如梦技术's avatar
如梦技术 已提交
385

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

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

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

如梦技术's avatar
如梦技术 已提交
409
### v0.0.1-RC3 - 2019-03-05
如梦技术's avatar
如梦技术 已提交
410
- :zap: 优化 base64 验证码。可完美结合 mica-pro redis cache name # 号分割超时。
如梦技术's avatar
如梦技术 已提交
411 412
- :loud_sound: 优化`请求日志`,避免并发下顺序错乱。
- :pushpin: 升级 `mica-auto`
413
- :zap: 优化 UUID,采用 java9 的方式,提高性能。
如梦技术's avatar
如梦技术 已提交
414 415 416 417 418 419
- :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
如梦技术 已提交
420
### v0.0.1-RC2 - 2019-02-19
如梦技术's avatar
如梦技术 已提交
421 422 423 424
- 修复 `PathUtil` 导包问题。
- 优化 `mica props`
- 优化 `Bean copy` 逻辑。

如梦技术's avatar
如梦技术 已提交
425
### v0.0.1-RC1 - 2019-01-23
如梦技术's avatar
如梦技术 已提交
426
#### 初始化项目
如梦技术's avatar
如梦技术 已提交
427 428 429 430 431 432 433
- `mica-bom` 依赖 bom。
- `mica-core` mica 核心工具集。
- `mica-captcha` mica 验证码。
- `mica-launcher` mica 启动器。
- `mica-log4j2` log4j2 配置。
- `mica-boot` spring boot 扩展。
- `mica-boot-test` 更加方便测试。