Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 753d59e

Browse files
authored
Update changelog (#67)
1 parent e364bf7 commit 753d59e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ 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.4 [2023-08-10]
22+
- Features
23+
- `RpcOptions` add new field `connectionMaxAgeMs`, which controls max time a connection can live, default 0(forever). [65](https://github.com/CeresDB/ceresdb-client-java/pull/65)
24+
2125
## 1.0.3 [2023-04-04]
2226
- Fixes
2327
- Fix `Garbled characters on non-utf-8 encoded jdk` [57](https://github.com/CeresDB/ceresdb-client-java/pull/57)

docs/CHANGELOG_CN.md

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

2020
---
21+
## 1.0.4 [2023-08-10]
22+
- Features
23+
- `RpcOptions` 新增 `connectionMaxAgeMs` 字段, 一个 RPC 链接的最大生命周期,默认 0,即永不过期 [65](https://github.com/CeresDB/ceresdb-client-java/pull/65)
2124
## 1.0.3 [2023-04-04]
2225
- Fixes
2326
- 修复 `在非utf-8编码的jdk上使用中文乱码问题` [57](https://github.com/CeresDB/ceresdb-client-java/pull/57)
@@ -48,4 +51,3 @@ X.Y.Z
4851
-
4952
- Breaking Changes
5053
-
51-

0 commit comments

Comments
 (0)