Breaking Changes - Dropped support for Python 3.9. [1277](https://github.com/scalableminds/webknossos-libs/pull/1277)
Added - Adds the field `totalFileSizeInBytes` to the dataset upload information. [1264](https://github.com/scalableminds/webknossos-libs/pull/1264) - Added support for metadata in segment and trees. [1271](https://github.com/scalableminds/webknossos-libs/pull/1271) - Added a warning on import if a newer version of the `webknossos` package is available from PyPI. [1280](https://github.com/scalableminds/webknossos-libs/pull/1280)
Changed - Upgraded `tensorstore` to `0.1.72`. [1277](https://github.com/scalableminds/webknossos-libs/pull/1277)
2.0.7
webknossos
Changed - Pinned `tensorstore` to `<=0.1.71`. [1276](https://github.com/scalableminds/webknossos-libs/pull/1276)
2.0.6
webknossos
Fixed - Fixed an issue with uploading datasets where the dataset name is already in use. [1275](https://github.com/scalableminds/webknossos-libs/pull/1275)
2.0.5
webknossos
Changed - Changed the default dimension separator for Zarr 2 arrays from `.` to `/`. [1274](https://github.com/scalableminds/webknossos-libs/pull/1274)
2.0.4
webknossos
Changed - For Zarr3 datasets, the OME-Zarr 0.5 metadata is now written. [1272](https://github.com/scalableminds/webknossos-libs/pull/1272)
Fixed - Fixed an issue where it was attempted to overwrite the OME-Zarr metadata for symlinked layers. [1272](https://github.com/scalableminds/webknossos-libs/pull/1272)