Skip to content

v0.65.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 09:09
· 37 commits to master since this release
Immutable release. Only release title and notes can be modified.
  • Breaking: Make KVDocument standalone
    • Added Root property
    • Added string indexer and implicit cast to KVObject for backwards compatibility, but you should use Root.
  • Breaking: Remove AsSpan (returned blobs), add AsArraySpan for getting KV3 arrays
  • Make root name and header nullable