C_2.1.0
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 allget
operations will transfer ownership of the array to the caller.
kastore
will notfree
the array memory and this is the
responsibility of the caller.
(@benjeffery, #179, #176)