Release Notes.
- Bump up the API to support the index mode of Measure.
- Bump up the API to support the new property.
- Bump up the API to adopt the status field which is changed to the string type due to the compatibility issue.
- Bump up the API to support getting the API version.
- 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.
- 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.
- Remove analyze DNS name to get/refresh IP for create connection.
- Support new Match Query proto.
- Refactor metadata object to original protocol.
- Complemented the Schema management API.
- Enhance the MetadataCache.
- Add more IT tests.
- Provide a new method to order data by timestamp.
- Remove duplicate orderBy method in measure query.
- Add trace to response.
- Add ToString annotation to Tag.
- Enhance the BulkWriteProcessor.
- Bump up the API of BanyanDB Server to support the query trace.
- 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
- Support JDK21 build. Upgrade lombok version to 1.18.30.
- Bump up the API of BanyanDB Server.
- Fix the number of channel and the channel size in the BulkWriteProcessor.
- Add mod revision check to write requests
- Add TTL to property.
- Support setting multiple server addresses
- Support DNS name resolution
- Support round-robin load balancing
- Support new TopN query protocol
- Remove ID type of TAG
- Make the global singleton MetadataCache client-local
- Add createStreamWrite API to allow late timestamp set
- Tweak Group builders for property operations by @hanahmily in #36
- Introduce the Float field type by @hanahmily in #34
- Remove Measure ID by @hanahmily in #30
- Drop indexRuleBinding for empty indexRules by @hanahmily in #31
- Support in and notIn for stringArray by @lujiajing1126 in #27
- Drop invalid entries on writing. by @hanahmily in #29
- Support
indexed_only
flag to the tag specification. - Support
Analyzer
to the index rule. - Add
exist
endpoints to the metadata registry. - Set
CompletableFuture<Void>
to the return type of write processor. - Refactor property operations.
- Fix UTs failures with JDK16,17(apache/skywalking#9771)
- Support Measure, Stream and Property Query and Write APIs
- Support Metadata Management APIs for Measure, Stream, IndexRule and IndexRuleBinding
- Set up GitHub actions to check code styles, licenses, and tests.