Releases: apache/horaedb-client-java
Releases · apache/horaedb-client-java
v1.0.3
v1.0.1
What's Changed
- fix: remove fields empty check by @MachaelLee in #48
- fix: req_rt metrics leak by @mrrtree in #51
- fix: query result error with same value by @MachaelLee in #52
- fix: clear route while error occurs by @mrrtree in #53
Full Changelog: https://github.com/CeresDB/ceresdb-client-java/blob/main/docs/CHANGELOG.md#101-2023-03-14
v1.0.0
What's Changed
- refactor: replace inner repo maintained protos with ceresdbproto by @archerny in #36
- refactor: auto retrieve version from pom by @archerny in #37
- feat: add standalone mode in routeclient by @MachaelLee in #39
- fix: use default endpoint while route is empty by @mrrtree in #43
- feat: add columns API in Row by @mrrtree in #44
- feat: update proto to 1.0.0 and remove Ext in Route by @mrrtree in #45
Full Changelog: https://github.com/CeresDB/ceresdb-client-java/blob/main/docs/CHANGELOG.md#100-2023-02-28
v1.0.0-alpha
What's Changed
- refactor: replace inner repo maintained protos with ceresdbproto by @archerny in #36
- refactor: auto retrieve version from pom by @archerny in #37
- add standalone mode in routeclient by @MachaelLee in #39
- refactor: 1.0.0 API by @mrrtree in #40
New Contributors
Full Changelog: v0.1.0...v1.0.0-alpha
v0.1.0
What's Changed
- chore: add git ignore for dev tools by @archerny in #4
- modify pom version by @archerny in #5
- fix: security vulnerabilities by @archerny in #7
- docs: update readme by @archerny in #6
- fix: client version property by @fengjiachun in #8
- feat: http module revert by @fengjiachun in #9
- feat: add CI with Github Actions by @fengjiachun in #11
- feat: add some icons by @fengjiachun in #12
- chore(deps): bump kotlin-stdlib from 1.4.10 to 1.6.0 by @dependabot in #14
- fix: add some settings for Eclipse m2e by @archerny in #15
- fix: update code formatter and its settings by @archerny in #18
- Re format using the new code formatter settings by @archerny in #19
- test: Add readme test and update readme by @ZuLiangWang in #20
- docs: update readme test by @ZuLiangWang in #22
- docs: add CHANGELOG_en by @ZuLiangWang in #23
- refactor: Fix naming problems by @ZuLiangWang in #24
- Release 0.1.0 by @ZuLiangWang in #25
- refactor: rename all packages to "io.ceresdb" by @archerny in #27
- docs: Update Readme & Release 0.1.0-RC by @ZuLiangWang in #28
- chore(deps): bump protobuf-java from 3.21.5 to 3.21.7 by @dependabot in #30
- docs: fix typo by @archerny in #31
- chore: make version more maintainable and change it to 0.1.0 by @archerny in #35
New Contributors
- @archerny made their first contribution in #4
- @fengjiachun made their first contribution in #8
- @dependabot made their first contribution in #14
- @ZuLiangWang made their first contribution in #20
Full Changelog: v0.1.0-alpha...v0.1.0