Skip to content

Commit

Permalink
✨ 梳理更新记录
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Aug 25, 2023
1 parent 3e60e1f commit ce9d042
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 发行版本

### v2.7.14 - 2023-08-25

- :sparkles: 完善 mica-lite 支持 JsonView 和 R 统一封装返回 github #53 感谢 `@yangwenliang123` 反馈。
- :sparkles: 优化 mica-core 完善、优化 uuid
- :sparkles: 优化 mica-core 完善 JsonUtil,添加 toJsonWithView 系列方法。
- :sparkles: 添加 mica-nats 模块,高性能、轻量级 mq。
- :sparkles: 优化 mica-ip2region 默认为 utf-8 字符集 gitee #I7TT74 感谢 `@Hi,all`
- :sparkles: 完善 mica-redis 方便 geo、HyperLogLog 操作。

### v2.7.14 - 2023-07-25
- :sparkles: mica-redis key 支持统一添加前缀和自定义 key 处理
- :sparkles: mica-redis 限流时间使用毫秒数
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

ext {
javaVersion = JavaVersion.VERSION_1_8
springBootVersion = "2.7.14"
springBootVersion = "2.7.15"
springCloudVersion = "2021.0.8"
micaAutoVersion = "2.3.2"
micaWeiXinVersion = "2.1.2"
Expand Down

0 comments on commit ce9d042

Please sign in to comment.