Skip to content

Commit 6a9ade2

Browse files
authored
Note breaking change of enforcing virtual chunk containers are correct (#776)
1 parent 7f1325d commit 6a9ade2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/releases.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99

1010
### Breaking changes
1111

12+
- Writing to Icechunk now requires that virtual chunk containers are set correctly for all virtual references by default.
13+
([#774](https://github.com/zarr-developers/VirtualiZarr/pull/774)).
14+
This change is needed because otherwise it can lead to situations in which attempting to read data back returns fill values instead of real data, silently! (See [#763](https://github.com/zarr-developers/VirtualiZarr/pull/763))
15+
By [Tom Nicholas](https://github.com/TomNicholas).
1216
- Update minimum required version of Icechunk to `v1.1.2` [#774](https://github.com/zarr-developers/VirtualiZarr/pull/774). By [Tom Nicholas](https://github.com/TomNicholas).
1317
- Unpin dependency on xarray, by adjusting our tests to pass despite minor changes to the bytes of netCDF files written between versions of xarray [#774](https://github.com/zarr-developers/VirtualiZarr/pull/774)).
1418
By [Max Jones](https://github.com/maxrjones) and [Tom Nicholas](https://github.com/TomNicholas).
1519

1620
### Bug fixes
1721

1822
- Fixed bug where VirtualiZarr was incorrectly failing to raise if virtual chunk containers with correct prefixes were not set for every virtual reference ([#774](https://github.com/zarr-developers/VirtualiZarr/pull/774)).
19-
This could lead to situations in which attempting to read data back returned fill values instead of real data, silently!
2023
By [Tom Nicholas](https://github.com/TomNicholas).
2124
- Fix handling of big-endian data in Icechunk by making sure that non-default zarr serializers are included in the zarr array metadata [#766](https://github.com/zarr-developers/VirtualiZarr/issues/766).
2225
By [Max Jones](https://github.com/maxrjones)

0 commit comments

Comments
 (0)