Skip to content

C_2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 14:23
· 28 commits to main since this release

C API Release 2.1.0

  • Add flag KAS_BORROWS_ARRAY to put. When specified kastore will not copy
    or free the array, which must persist for the life of the store.
    (@benjeffery, #181, #180).

  • Add flag KAS_GET_TAKES_OWNERSHIP to open. If specified all get
    operations will transfer ownership of the array to the caller.
    kastore will not free the array memory and this is the
    responsibility of the caller.
    (@benjeffery, #179, #176)