Skip to content

Commit 9f9da95

Browse files
author
mrrtree
authored
chore: update sdk to 1.0.3 (#61)
1 parent 8c1babf commit 9f9da95

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ The label below(modifier):
1818
| RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |
1919

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

26+
## 1.0.2 [deprecated]
27+
2628
## 1.0.1 [2023-03-14]
2729
- Fixes
2830
- Fix `Memory leak caused by metric req_rt` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)

docs/CHANGELOG_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ X.Y.Z
1818
| RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug |
1919

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

26+
## 1.0.2 [deprecated]
27+
2628
## 1.0.1 [2023-03-14]
2729
- Fixes
2830
- 修复 `Metric req_rt导致的内存泄漏问题` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<proto-internal.version>1.0.0</proto-internal.version>
7878
<protobuf.version>3.21.7</protobuf.version>
7979
<!-- according to https://maven.apache.org/maven-ci-friendly.html -->
80-
<revision>1.0.2</revision>
80+
<revision>1.0.3</revision>
8181
<slf4j.version>1.7.21</slf4j.version>
8282
</properties>
8383

0 commit comments

Comments
 (0)