Skip to content

Commit

Permalink
chore: update sdk to 1.0.3 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrtree authored Apr 4, 2023
1 parent 8c1babf commit 9f9da95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ The label below(modifier):
| RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |

---
## 1.0.2 [2023-04-03]
## 1.0.3 [2023-04-04]
- Fixes
- Fix `Garbled characters on non-utf-8 encoded jdk` [57](https://github.com/CeresDB/ceresdb-client-java/pull/57)
- Fix `Multi-block(exp: group by) data not processed` [59](https://github.com/CeresDB/ceresdb-client-java/pull/59)

## 1.0.2 [deprecated]

## 1.0.1 [2023-03-14]
- Fixes
- Fix `Memory leak caused by metric req_rt` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ X.Y.Z
| RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug |

---
## 1.0.2 [2023-04-03]
## 1.0.3 [2023-04-04]
- Fixes
- 修复 `在非utf-8编码的jdk上使用中文乱码问题` [57](https://github.com/CeresDB/ceresdb-client-java/pull/57)
- 修复 `多batch数据(exp: group by)未被正确处理的问题` [59](https://github.com/CeresDB/ceresdb-client-java/pull/59)

## 1.0.2 [deprecated]

## 1.0.1 [2023-03-14]
- Fixes
- 修复 `Metric req_rt导致的内存泄漏问题` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<proto-internal.version>1.0.0</proto-internal.version>
<protobuf.version>3.21.7</protobuf.version>
<!-- according to https://maven.apache.org/maven-ci-friendly.html -->
<revision>1.0.2</revision>
<revision>1.0.3</revision>
<slf4j.version>1.7.21</slf4j.version>
</properties>

Expand Down

0 comments on commit 9f9da95

Please sign in to comment.