Skip to content

Commit

Permalink
Update CHANGELOG for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 6, 2023
1 parent 7640d30 commit b574b2e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2023-10-06

### Added

- Add `From<&str>` and `From<String>` for `Other` variants of `CodecError`, `StorageError`, `ChunkGridShapeError`, `StorePluginCreateError`

### Changed

- Support parallel encoding, parallel decoding, and partial decoding with the `blosc` codec
- Previously the blosc codec would read the whole chunk when partial decoding
- `HTTPStore` range requests are now batched, but this can be optionall disabled
- `HTTPStore` range requests are now batched by default

### Fixed

Expand Down Expand Up @@ -83,7 +90,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.4.1...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/LDeakin/zarrs/releases/tag/v0.4.2
[0.4.1]: https://github.com/LDeakin/zarrs/releases/tag/v0.4.1
[0.4.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.4.0
[0.3.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.3.0
Expand Down

0 comments on commit b574b2e

Please sign in to comment.