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

Commit 7e25031

Browse files
author
mrrtree
authored
chore: release 1.0.0 (#46)
1 parent 8e0c67e commit 7e25031

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

docs/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ The label below(modifier):
1616
| alpha | The internal test version is generally only used for internal testing, and there may be many bugs |
1717
| beta | Public beta version |
1818
| RC | Release candidate, release candidate, theoretically no new features will be added, mainly bug fixes |
19-
| Final | Final version |
2019

2120
---
21+
## 1.0.0 [2023-02-28]
22+
- Features
23+
- Update proto to v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)
24+
- Add API `List<Column> Row.getColumns()` [44](https://github.com/CeresDB/ceresdb-client-java/pull/44)
25+
- Fixes
26+
- Fix `NPE for table error while creating table` [43](https://github.com/CeresDB/ceresdb-client-java/pull/43)
27+
- Breaking Changes
28+
- Move `Value Row.getColumnValue(string)` to `Column Row.getColumn(string)`
29+
- Move `Object Value.getValue()` to `Object Value.getObject()`
30+
2231
## 1.0.0.alpha [2023-02-08]
2332
- Features
24-
- The [Ceresdb](https://github.com/CeresDB/ceresdb/tree/main) java client version of the stable API allowing for the reading, writing, and managing of data tables.
33+
- The [Ceresdb](https://github.com/CeresDB/ceresdb/tree/main) java client version initial release, allowing for the reading, writing, and managing of data tables.
2534
- Fixes
2635
-
2736
- Breaking Changes

docs/CHANGELOG_CN.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ X.Y.Z
1616
| alpha | 内测版本,一般只供内部测试用,bug 可能较多 |
1717
| beta | 公开测试版 |
1818
| RC | Release Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug |
19-
| Final | 最终版本 |
2019

2120
---
21+
## 1.0.0 [2023-02-28]
22+
- Features
23+
- 更新 proto 版本到 v1.0.0 [45](https://github.com/CeresDB/ceresdb-client-java/pull/45)
24+
- 增加API `List<Column> Row.getColumns()` [44](https://github.com/CeresDB/ceresdb-client-java/pull/44)
25+
- Fixes
26+
- 修复 `NPE for table error while creating table` [43](https://github.com/CeresDB/ceresdb-client-java/pull/43)
27+
- Breaking Changes
28+
- 变更方法 `Value Row.getColumnValue(string)``Column Row.getColumn(string)`
29+
- 变更方法 `Object Value.getValue()``Object Value.getObject()`
30+
2231
## 1.0.0.alpha [2023-02-08]
2332
- Features
2433
- [Ceresdb](https://github.com/CeresDB/ceresdb/tree/main) 稳定API的Java客户端版本,允许读写和管理数据表。

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

0 commit comments

Comments
 (0)