This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 31b5724332 Add a PR under "Breaking changes" in the object_store 0.8.0
changelog (#5063)
31b5724332 is described below
commit 31b5724332666d68fe94a5b3572a13a51022ea81
Author: Carol (Nichols || Goulding)
<[email protected]>
AuthorDate: Fri Nov 10 10:41:07 2023 -0500
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 c24cf54cc3..7a4fcd0850 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:**