Skip to content

Commit 14cd655

Browse files
author
mrrtree
authored
chore: release java-sdk 1.0.1 (#54)
1 parent d42ca5b commit 14cd655

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ 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.1 [2023-03-14]
22+
- Fixes
23+
- Fix `Memory leak caused by metric req_rt` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)
24+
- Fix `Query multi reuslt error with same value` [52](https://github.com/CeresDB/ceresdb-client-java/pull/52)
25+
- Fix `Clear dirty route cache when error occurs` [53](https://github.com/CeresDB/ceresdb-client-java/pull/53)
26+
2127
## 1.0.0 [2023-02-28]
2228
- Features
2329
- Update proto to v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)
@@ -31,7 +37,3 @@ The label below(modifier):
3137
## 1.0.0.alpha [2023-02-08]
3238
- Features
3339
- The [Ceresdb](https://github.com/CeresDB/ceresdb/tree/main) java client version initial release, allowing for the reading, writing, and managing of data tables.
34-
- Fixes
35-
-
36-
- Breaking Changes
37-
-

docs/CHANGELOG_CN.md

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

2020
---
21+
## 1.0.1 [2023-03-14]
22+
- Fixes
23+
- 修复 `Metric req_rt导致的内存泄漏问题` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)
24+
- 修复 `查询数据返回多个结果时重复的问题` [52](https://github.com/CeresDB/ceresdb-client-java/pull/52)
25+
- 修复 `脏route缓存未被清理的问题` [53](https://github.com/CeresDB/ceresdb-client-java/pull/53)
26+
2127
## 1.0.0 [2023-02-28]
2228
- Features
2329
- 更新 proto 版本到 v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)

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.0</revision>
80+
<revision>1.0.1</revision>
8181
<slf4j.version>1.7.21</slf4j.version>
8282
</properties>
8383

0 commit comments

Comments
 (0)