Changes by Version

Release Notes.

0.6.0

Features

  • Support JDK21 build. Upgrade lombok version to 1.18.30.
  • Bump up the API of BanyanDB Server.

Bugs

  • Fix the number of channel and the channel size in the BulkWriteProcessor.

0.5.0

Features

  • 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

0.4.0

Features

  • 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

0.3.1

Features

0.3.0

Features

0.3.0-rc1

Features

0.3.0-rc0

Features

0.2.0

Features

  • 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.

Bugs

0.1.0

Features

  • Support Measure, Stream and Property Query and Write APIs
  • Support Metadata Management APIs for Measure, Stream, IndexRule and IndexRuleBinding

Chores

  • Set up GitHub actions to check code styles, licenses, and tests.