Skip to content

v0.16.0 Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 14:31
20eed95

Changelog

DefraDB v0.16 is a major pre-production release. Until the stable version 1.0 is reached, the SemVer minor patch number will denote notable releases, which will give the project freedom to experiment and explore potentially breaking changes.

To get a full outline of the changes, we invite you to review the official changelog below. This release does include a Breaking Change to existing v0.15.x databases. If you need help migrating an existing deployment, reach out at hello@source.network or join our Discord at https://discord.gg/w7jYQVJ/.

Features

  • feat: Add 'keyring list' command to CLI (#3331)
  • feat: Add contraints and embedding directives (#3405)
  • feat: Add cosine similarity query (#3464)
  • feat: Add open telemetry metrics and traces (#3404)
  • feat: Add special encoding of json array elements (#3368)
  • feat: Enable secondary index for compound filter conditions (#3417)
  • feat: Multiple schema file support in schema add (#3352)
  • feat: P2P ACP (#3317)
  • feat: Purge ACP state on DB purge (#3363)
  • feat: Sec. index on json (#3330)

Fix

  • fix: Consistent version query semantics (#3477)
  • fix: Ensure no ACP doc check when action is node specific (#3387)
  • fix: Maintain indexes across schema versions (#3366)
  • fix: Maintain indexes across schema versions (#3367)
  • fix: Make --no-encryption flag work without keyring (#3466)
  • fix: Updating of document via cli (#3474)