Skip to content

Commit

Permalink
✨ 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Apr 2, 2022
1 parent 784222f commit 24531c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 变更记录

## 发行版本
### v2.6.6 - 2022-04-02
- :sparkles: mica-prometheus 添加 profile 标签,用于多环境。
- :sparkles: mica-redis 添加 stream,默认关闭。
- :sparkles: mica-core 完善 DigestUtil。
- :sparkles: mica-core StringUtil 添加 getNanoId 21位的唯一Id,基于 java9+ uuid 算法,性能更加强悍。
- :sparkles: 添加 mica-openapi 模块。
- :arrow_up: spring boot 到 2.6.6

### v2.5.8 - 2021-12-30
- :sparkles: mica-xss 添加一个使用场景。
- :sparkles: JsonUtil 新增支持 java.io.Reader 转换操作 感谢 @caiqyxyx
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## 🔖 版本说明
| 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 |
|----------| ---------------- | ---------------- | ----------------- |
| 2.6.3 | mica 2.6.x | 2.6.x | 2021 |
| 2.6.6 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ English | [简体中文](README.md)

| Latest version | mica version | spring boot version | spring cloud version |
|----------------| ---------------- | ------------------- | -------------------- |
| 2.6.3 | mica 2.6.x | 2.6.x | 2021 |
| 2.6.6 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.8 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.6.5-SNAPSHOT
VERSION=2.6.6
GROUPID=net.dreamlu

SONAR_TOKEN=***
Expand Down

0 comments on commit 24531c1

Please sign in to comment.