Skip to content

chore(deps): bump object_store from 0.13.1 to 0.13.2#21275

Merged
comphead merged 6 commits intomainfrom
dependabot/cargo/main/object_store-0.13.2
Apr 2, 2026
Merged

chore(deps): bump object_store from 0.13.1 to 0.13.2#21275
comphead merged 6 commits intomainfrom
dependabot/cargo/main/object_store-0.13.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps object_store from 0.13.1 to 0.13.2.

Changelog

Sourced from object_store's changelog.

Historical Changelog

Commits
  • 7a65b75 chore: prepare 0.13.2 release (#671)
  • d22f7f9 fix: missing 5xx error body when retry exhausted (#618)
  • ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663)
  • 7ded938 Replace Path::child with Path::join (#666)
  • bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590)
  • ca15c63 Implement Clone for local and memory stores (#653)
  • 41d3242 docs: clarify Clone behavior (#656)
  • 6259202 Unify from_env behaviours (#652)
  • 66e640d Switch TokenCache to RWLock (#648)
  • 907653e docs: add examples to the aws docs where appropriate (#651)
  • Additional commits viewable in compare view

@comphead
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/main/object_store-0.13.2 branch from f03ee79 to ecc47ad Compare March 31, 2026 16:09
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.13.1 to 0.13.2.
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs-object-store@v0.13.1...v0.13.2)

---
updated-dependencies:
- dependency-name: object_store
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/object_store-0.13.2 branch from ecc47ad to 725288e Compare March 31, 2026 20:16
@github-actions github-actions bot added core Core DataFusion crate datasource Changes to the datasource crate labels Apr 2, 2026
@alamb
Copy link
Copy Markdown
Contributor

alamb commented Apr 2, 2026

I pushed some changes to fix up clippy (there were some deprecation warnings)

let location = Path::from_filesystem_path(".")
.unwrap()
.child("invalid.parquet");
.join("invalid.parquet");
Copy link
Copy Markdown
Contributor

@alamb alamb Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@comphead
Copy link
Copy Markdown
Contributor

comphead commented Apr 2, 2026

created clippy PR earlier #21287

@comphead comphead added this pull request to the merge queue Apr 2, 2026
Merged via the queue into main with commit e5358b7 Apr 2, 2026
61 checks passed
@comphead comphead deleted the dependabot/cargo/main/object_store-0.13.2 branch April 2, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-dependencies core Core DataFusion crate datasource Changes to the datasource crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants