Skip to content

chore(deps): bump zarrs_object_store from 0.6.2 to 0.7.0 - #110

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zarrs_object_store-0.7.0
Closed

chore(deps): bump zarrs_object_store from 0.6.2 to 0.7.0#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zarrs_object_store-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps zarrs_object_store from 0.6.2 to 0.7.0.

Release notes

Sourced from zarrs_object_store's releases.

v0.7.0

Highlights

  • Experimental async feature: Support async stores and array/group operations
    • See async_array_write_read and async_http_array_read examples
  • Experimental s3/gcp/azure features for experimental async Amazon S3/Google Cloud Storage/Microsoft Azure Blob Storage stores

CHANGELOG.md

Full Changelog: zarrs/zarrs@v0.6.0...v0.7.0

Changelog

Sourced from zarrs_object_store's changelog.

[0.7.0] - 2023-12-05

Highlights

  • Experimental async feature: Support async stores and array/group operations
    • See async_array_write_read and async_http_array_read examples
  • Experimental s3/gcp/azure features for experimental async Amazon S3/Google Cloud Storage/Microsoft Azure Blob Storage stores

Added

  • Add storage_async module with asynchronous storage traits: Async{Readable,Writable,Listable,ReadableListable}StorageTraits
  • Implemented for StorageHandle
  • Add async filesystem/http/memory stores in storage::store::async module and a wrapper for any store provided by the object_store crate
  • Add async support to zarr Group and Array
  • Add Async{Readable,Writable,Listable,ReadableListable}Storage
  • Add StorageTransformerExtension::create_async_{readable,writable,listable,readable_listable}_transformer
  • Add Node::async_new_with_store and implement storage::async_get_child_nodes
  • Add async_array_write_read and async_http_array_read examples
  • Add experimental async feature (disabled by default)
  • Add experimental async Amazon S3, Google Cloud, Microsoft Azure stores (untested)

Changed

  • Bump itertools to 0.12 and zstd to 0.13
  • Set minimum supported rust version (MSRV) to 1.70 (1 June, 2023)
    • Required by half since 2.3.1 (26 June, 2023)
  • Make StoreKeyRange and StoreKeyStartValue clonable
  • Breaking: Remove ReadableWritableStorageTraits, ReadableWritableStorage, ReadableWritableStore, and StorageTransformerExtension::create_readable_writable_transformer
    • These were redundant because WritableStorageTraits requires ReadableStorageTraits since 6e69a4d
  • Move sync stores to storage::store::sync
  • Move sync storage traits to storage_sync.rs
  • Move array sync storage trait impls into array_sync.rs
  • Use required-features for examples

[0.6.0] - 2023-11-16

Highlights

  • Revisions for recent updates to the Zarr V3 specification (e.g. sharding index_location and removal of "order": "C"/"F" from transpose codec)
  • API changes to improve usability
  • Performance improvements and a few bug fixes
  • Experimental zfp and bitround codecs

Added

  • Breaking: Added UnsupportedDataTypeError
  • Breaking: Added CodecError::UnsupportedDataType
  • Added array_subset::IncompatibleArrayShapeError
  • Added array_subset::iter_linearised_indices_unchecked
  • Added parallel encoding/decoding to tests

... (truncated)

Commits
  • d995246 chore: prepare zarrs_object_store 0.7.0 release
  • a7e7bda chore: bump zarrs_object_store to object_store 0.14 (#423)
  • 07574a7 feat: prepare zarrs_filesystem 0.3.11 release
  • edb5f73 feat: add file handle caching to FilesystemStore for reduced metadata operati...
  • 94eee6d fix: new clippy::chunks-exact-to-as-chunks lint
  • cb42529 feat: add cast_value codec (take 2) (#409)
  • 9066897 feat: nested subchunk grids (#419)
  • fa05550 Revert "chore: add CODE_OF_CONDUCT.md"
  • a6e9930 chore: add CODE_OF_CONDUCT.md
  • 7caac26 chore: fix #418 changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zarrs_object_store](https://github.com/zarrs/zarrs) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/zarrs/zarrs/releases)
- [Changelog](https://github.com/zarrs/zarrs/blob/main/CHANGELOG.md)
- [Commits](zarrs/zarrs@zarrs_object_store-v0.6.2...zarrs_object_store-v0.7.0)

---
updated-dependencies:
- dependency-name: zarrs_object_store
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 27, 2026
@kylebarron

Copy link
Copy Markdown
Member

Going to be done in #98

@kylebarron kylebarron closed this Jul 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/zarrs_object_store-0.7.0 branch July 30, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant