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
zhuqi-lucas pushed a commit to zhuqi-lucas/arrow-datafusion that referenced this pull request Apr 4, 2026
Bumps [object_store](https://github.com/apache/arrow-rs-object-store)
from 0.13.1 to 0.13.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md">object_store's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h1>Historical Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/7a65b75b0d26fd8a282999462cb7030fb85fdcc3"><code>7a65b75</code></a>
chore: prepare <code>0.13.2</code> release (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/671">#671</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/d22f7f91d576ab7b2a12750751a76d30018cb12d"><code>d22f7f9</code></a>
fix: missing 5xx error body when retry exhausted (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/618">#618</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/ebaee78c8bd05235b4ceb2a5125a125faae5da86"><code>ebaee78</code></a>
Support --xa-s3 suffix for S3 Express One Zone bucket access points (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/663">#663</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/7ded938312299ccc1ca517e34fe34326d8426ebb"><code>7ded938</code></a>
Replace <code>Path::child</code> with <code>Path::join</code> (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/666">#666</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/bdcac43fc637ac89cc80f18f4e16b3fb66fd0ec8"><code>bdcac43</code></a>
feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/590">#590</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/ca15c63f652e1c5c2e776231ae77d08bb46375ea"><code>ca15c63</code></a>
Implement Clone for local and memory stores (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/653">#653</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/41d32428cd625e4b86d3411b4f06a0dff7ecab47"><code>41d3242</code></a>
docs: clarify <code>Clone</code> behavior (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/656">#656</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/62592027cb7d33ed843bc14fb77d7fc32f13ace5"><code>6259202</code></a>
Unify <code>from_env</code> behaviours (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/652">#652</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/66e640d1ba7b79d878e9423924ed5bff4f321b75"><code>66e640d</code></a>
Switch TokenCache to RWLock (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/648">#648</a>)</li>
<li><a
href="https://github.com/apache/arrow-rs-object-store/commit/907653e46232edb3a635969bf288324b68d62cdc"><code>907653e</code></a>
docs: add examples to the aws docs where appropriate (<a
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/651">#651</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.1...v0.13.2">compare
view</a></li>
</ul>
</details>
<br />

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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