Skip to content

Commit 096cba9

Browse files
authored
0.7.0 changes (#71)
1 parent dc42c37 commit 096cba9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@ Changes by Version
22
==================
33
Release Notes.
44

5+
0.7.0
6+
------------------
7+
8+
### Features
9+
10+
* Bump up the API of BanyanDB Server to support the query trace.
11+
* Add trace to response.
12+
* Add ToString annotation to Tag.
13+
* Enhance the BulkWriteProcessor.
14+
* Provide a new method to order data by timestamp.
15+
* Refactor metadata object to original protocol.
16+
* Complemented the Schema management API.
17+
* Enhance the MetadataCache.
18+
* Add more IT tests.
19+
* Remove analyze DNS name to get/refresh IP for create connection.
20+
* Support new Match Query proto.
21+
22+
### Bugs
23+
24+
* Fix MeasureQuery.SumBy to use SUM instead of COUNT
25+
* Add missing FloatFieldValue type in the Measure write operation
26+
* Fix wrong result of the Duration.ofDay
27+
* Remove duplicate orderBy method in measure query.
28+
529
0.7.0-rc4
630
------------------
731

@@ -22,6 +46,26 @@ Release Notes.
2246

2347
### Bugs
2448

49+
0.7.0-rc2
50+
------------------
51+
52+
### Features
53+
54+
* Provide a new method to order data by timestamp.
55+
56+
### Bugs
57+
* Remove duplicate orderBy method in measure query.
58+
59+
0.7.0-rc1
60+
------------------
61+
62+
### Features
63+
64+
* Add trace to response.
65+
* Add ToString annotation to Tag.
66+
* Enhance the BulkWriteProcessor.
67+
68+
### Bugs
2569

2670
0.7.0-rc0
2771
------------------

0 commit comments

Comments
 (0)