From 71d6c28e12a314f3383502342500a1705920a3b8 Mon Sep 17 00:00:00 2001 From: mrrtree Date: Mon, 3 Apr 2023 15:04:04 +0800 Subject: [PATCH] chore: release 1.0.2 (#60) --- docs/CHANGELOG.md | 5 +++++ docs/CHANGELOG_CN.md | 5 +++++ pom.xml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 414eaae..1111a5e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,11 @@ 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] +- 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.1 [2023-03-14] - Fixes - Fix `Memory leak caused by metric req_rt` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51) diff --git a/docs/CHANGELOG_CN.md b/docs/CHANGELOG_CN.md index 0ee619e..62f60d8 100644 --- a/docs/CHANGELOG_CN.md +++ b/docs/CHANGELOG_CN.md @@ -18,6 +18,11 @@ X.Y.Z | RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug | --- +## 1.0.2 [2023-04-03] +- 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.1 [2023-03-14] - Fixes - 修复 `Metric req_rt导致的内存泄漏问题` [51](https://github.com/CeresDB/ceresdb-client-java/pull/51) diff --git a/pom.xml b/pom.xml index 3c78e73..94eed2b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.0.0 3.21.7 - 1.0.1 + 1.0.2 1.7.21