Skip to content

deps(deps): object_store to 0.14, hdfs-native-object-store to 0.17 - #115

Merged
andrei-ionescu merged 1 commit into
mainfrom
ai.upg_object_store
Jul 10, 2026
Merged

deps(deps): object_store to 0.14, hdfs-native-object-store to 0.17#115
andrei-ionescu merged 1 commit into
mainfrom
ai.upg_object_store

Conversation

@andrei-ionescu

Copy link
Copy Markdown
Member

Updates the requirements on object_store to permit the latest version.

Changelog

Sourced from object_store's changelog.

v0.14.0 (2026-06-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Support PutMultipartOptions for MultipartStore::create_multipart #745
  • Supporting CPKs for Azure Blob Requests #741
  • Support Extensions in *Result objects #740
  • Implement Signer on PrefixStore #738
  • Make reqwest optional #723
  • Expose azure::split_sas for custom SAS credential providers #720
  • GCS: support bearer-token auth in parse_url_opts without bypassing default option handling #716
  • Custom credentials for signing cannot be provided to GCP stores #698
  • Read timeouts are not supported #680
  • AWS_REQUEST_PAYER="requester" vs Boolean #668
  • Reliable file writes for LocalFileSystem: explicit close error checking and opt-in sync #661
  • infer use_fabric_endpoint based on URI containing "dfs.fabric.microsoft.com" #658
  • Support CRC checksum #611
  • Change crypto provider from ring to aws-rust-lc #413

Fixed bugs:

  • resolve_bucket_region fails TLS handshake for bucket names containing dots #747
  • Extensions not passed in BufWriter single put case #735
  • GoogleCloudStorage::copy overwrite semantics are flipped. #712
  • BUG: in-memory storage loss part on upload #682
  • PrefixStore::head doesn't strip prefix from meta.location #664
  • Invalid range in read with get from object_store #654
  • newline_delimited_stream incorrect processing Generic { store: "LineDelimiter", source: UnterminatedString } on valid CSVs (impacts datafusion) #650
  • When the backend service returns an HTTP 500, the object store panics #414
  • Object store failing during bulk delete in S3 #277

Closed issues:

  • Document new feature flag system #749
  • Add CI check to ensure reqwest is not accidentally added #748
  • Discuss feature naming for optional transport and crypto support #744
  • S3: delete() now requires DeleteObjects (bulk delete) support, breaks S3-compatible providers (Alibaba Cloud OSS, etc.) #731
  • use startFrom when listing blobs from OneLake endpoints #697
  • MicrosoftAzure::list_with_offset returns empty on OneLake since 0.13.0 (regression from #623) #695
  • Release object store 0.14.0 (breaking API changes), target May 2026 #673

... (truncated)

Commits
  • 6c5b299 Update version to 0.14.0 and add CHANGELOG (#765)
  • c9db3e2 Clarify aws-lc-rs feature docs and fix CI comment URL (#764)
  • 596e1f6 fix(local): fsync create-mode rename source delete (#758)
  • c219109 feat: add AzureConfigKey::CredentialType to select Azure credential method (#...
  • 590cbc9 Update release schedule on README.md (#763)
  • 1a61282 Support PutMultipartOptions for MultipartStore::create_multipart for AWS/GCP....
  • 996e084 Pluggable Crypto / Update reqwest 0.13 (#707)
  • d1c0e43 build(deps): update itertools requirement from 0.14.0 to 0.15.0 (#755)
  • bdc9f63 Fix flaky local close file test (#757)
  • 5dc1c5a Supporting CPK (Customer Provided Keys) in Azure Blob Storage requests (#742)
  • Additional commits viewable in compare view

Updates the requirements on hdfs-native-object-store to permit the latest version.

Commits

Updates the requirements on [object_store](https://github.com/apache/arrow-rs-object-store) and [hdfs-native-object-store](https://github.com/datafusion-contrib/hdfs-native-object-store) to permit the latest versions
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs-object-store@v0.13.0...v0.14.0)
- [Release notes](https://github.com/datafusion-contrib/hdfs-native-object-store/releases)
- [Commits](datafusion-contrib/hdfs-native-object-store@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: object_store
  dependency-version: 0.14.0
  dependency-type: direct:production
- dependency-name: hdfs-native-object-store
  dependency-version: 0.17.0
  dependency-type: direct:production
...
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@andrei-ionescu
andrei-ionescu merged commit 4a3668b into main Jul 10, 2026
18 checks passed
@andrei-ionescu
andrei-ionescu deleted the ai.upg_object_store branch July 10, 2026 21:48
@github-actions github-actions Bot mentioned this pull request Jul 10, 2026
@andrei-ionescu andrei-ionescu added dependencies Dependencies related changes rust Rust code changes labels Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies related changes rust Rust code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant