Skip to content

Commit

Permalink
Add a PR under "Breaking changes" in the object_store 0.8.0 changelog (
Browse files Browse the repository at this point in the history
…#5063)

This PR adds a method, `put_opts`, to the `ObjectStore` trait, so any
implementer of this trait will need to update their code when they
upgrade to 0.8.0.
  • Loading branch information
carols10cents committed Nov 10, 2023
1 parent f53f284 commit 31b5724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/CHANGELOG.md
Expand Up @@ -31,6 +31,7 @@
- Add ObjectMeta::version and GetOptions::version \(\#4925\) [\#4935](https://github.com/apache/arrow-rs/pull/4935) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] ([tustvold](https://github.com/tustvold))
- Add GetOptions::head [\#4931](https://github.com/apache/arrow-rs/pull/4931) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] ([tustvold](https://github.com/tustvold))
- Remove Nested async and Fallibility from ObjectStore::list [\#4930](https://github.com/apache/arrow-rs/pull/4930) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] ([tustvold](https://github.com/tustvold))
- Add ObjectStore::put_opts / Conditional Put [\#4879](https://github.com/apache/arrow-rs/pull/4984) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] ([tustvold](https://github.com/tustvold))

**Implemented enhancements:**

Expand Down

0 comments on commit 31b5724

Please sign in to comment.