v0.14.0
Removed
- Breaking: Remove
store_locksmodule,[Async]ReadableWritableStorageTraits::mutex(), andnew_with_locksconstructors from storesDefaultStoreLockscould result in a deadlock- It is now the responsibility of zarrs consumers to ensure that:
Array::store_chunk_subsetis not called concurrently on the same chunkArray::store_array_subsetis not called concurrently on regions sharing chunks
- Chunk locking may be revisited in a future release
Full Changelog: v0.13.2...v0.14.0