Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The label below(modifier):
| RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |

---
## 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)
- Fix `Query multi reuslt error with same value` [52](https://github.com/CeresDB/ceresdb-client-java/pull/52)
- Fix `Clear dirty route cache when error occurs` [53](https://github.com/CeresDB/ceresdb-client-java/pull/53)

## 1.0.0 [2023-02-28]
- Features
- Update proto to v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)
Expand All @@ -31,7 +37,3 @@ The label below(modifier):
## 1.0.0.alpha [2023-02-08]
- Features
- The [Ceresdb](https://github.com/CeresDB/ceresdb/tree/main) java client version initial release, allowing for the reading, writing, and managing of data tables.
- Fixes
-
- Breaking Changes
-
6 changes: 6 additions & 0 deletions docs/CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ X.Y.Z
| RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug |

---
## 1.0.1 [2023-03-14]
- Fixes
- 修复 `Metric req_rt导致的内存泄漏问题` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51)
- 修复 `查询数据返回多个结果时重复的问题` [52](https://github.com/CeresDB/ceresdb-client-java/pull/52)
- 修复 `脏route缓存未被清理的问题` [53](https://github.com/CeresDB/ceresdb-client-java/pull/53)

## 1.0.0 [2023-02-28]
- Features
- 更新 proto 版本到 v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)
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.0</revision>
<revision>1.0.1</revision>
<slf4j.version>1.7.21</slf4j.version>
</properties>

Expand Down