From 14cd655b12ffd82e08d2b7e2bd8eef8a08887b5e Mon Sep 17 00:00:00 2001 From: mrrtree Date: Tue, 14 Mar 2023 14:25:51 +0800 Subject: [PATCH] chore: release java-sdk 1.0.1 (#54) --- docs/CHANGELOG.md | 10 ++++++---- docs/CHANGELOG_CN.md | 6 ++++++ pom.xml | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6c16a37..414eaae 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) @@ -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 - - diff --git a/docs/CHANGELOG_CN.md b/docs/CHANGELOG_CN.md index ee86a75..0ee619e 100644 --- a/docs/CHANGELOG_CN.md +++ b/docs/CHANGELOG_CN.md @@ -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) diff --git a/pom.xml b/pom.xml index 0cc2e46..3c78e73 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.0.0 3.21.7 - 1.0.0 + 1.0.1 1.7.21