Skip to content

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 26, 2023
1 parent abe053f commit 875d645
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2023-12-26

### Highlights
- Feature changes:
- Added: `object_store` and `opendal` with generalised support for stores from these crates
- Removed: `s3`, `gcp`, and `azure` (use `object_store` or `opendal` instead)
- Changed: `http` and `zip` are no longer default features
- `ReadableStorageTraits` is no longer a supertrait of `WritableStorageTraits`
- Moved chunk locking from `Array` into stores
- Improved documentation and code coverage

### Added
- Added `ReadableWritableStorage` and `ReadableWritableStore` and async variants
- Added `{async_}store_set_partial_values`
Expand Down Expand Up @@ -361,7 +372,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.7.3...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.8.0
[0.7.3]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.3
[0.7.2]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.2
[0.7.1]: https://github.com/LDeakin/zarrs/releases/tag/v0.7.1
Expand Down
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## TODO
- Support [OpenDAL](https://crates.io/crates/opendal) stores
- Review documentation
- Increase test coverage
- URI support [see ZEP0008](https://github.com/zarr-developers/zeps/pull/48)
- Add a performance comparison to other Zarr implementations
- Add a performance comparison to other Zarr implementations

0 comments on commit 875d645

Please sign in to comment.