This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
The following commit(s) were added to refs/heads/main by this push:
new 096cba9 0.7.0 changes (#71)
096cba9 is described below
commit 096cba91c76da641954416e84a1a0070763b7015
Author: Wan Kai <[email protected]>
AuthorDate: Wed Sep 25 15:06:49 2024 +0800
0.7.0 changes (#71)
---
CHANGES.md | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index d9857cd..4ceb50a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,30 @@ Changes by Version
==================
Release Notes.
+0.7.0
+------------------
+
+### Features
+
+* Bump up the API of BanyanDB Server to support the query trace.
+* Add trace to response.
+* Add ToString annotation to Tag.
+* Enhance the BulkWriteProcessor.
+* Provide a new method to order data by timestamp.
+* Refactor metadata object to original protocol.
+* Complemented the Schema management API.
+* Enhance the MetadataCache.
+* Add more IT tests.
+* Remove analyze DNS name to get/refresh IP for create connection.
+* Support new Match Query proto.
+
+### Bugs
+
+* Fix MeasureQuery.SumBy to use SUM instead of COUNT
+* Add missing FloatFieldValue type in the Measure write operation
+* Fix wrong result of the Duration.ofDay
+* Remove duplicate orderBy method in measure query.
+
0.7.0-rc4
------------------
@@ -22,6 +46,26 @@ Release Notes.
### Bugs
+0.7.0-rc2
+------------------
+
+### Features
+
+* Provide a new method to order data by timestamp.
+
+### Bugs
+* Remove duplicate orderBy method in measure query.
+
+0.7.0-rc1
+------------------
+
+### Features
+
+* Add trace to response.
+* Add ToString annotation to Tag.
+* Enhance the BulkWriteProcessor.
+
+### Bugs
0.7.0-rc0
------------------