From 31b5724332666d68fe94a5b3572a13a51022ea81 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" <193874+carols10cents@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:41:07 -0500 Subject: [PATCH] Add a PR under "Breaking changes" in the object_store 0.8.0 changelog (#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. --- object_store/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md index c24cf54cc3be..7a4fcd0850b8 100644 --- a/object_store/CHANGELOG.md +++ b/object_store/CHANGELOG.md @@ -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:**