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 a98050637 Prepare object_store 0.5.6 (#3984)
a98050637 is described below

commit a9805063785ab94a13ea45cb8d5b4ce544fd0434
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Mar 31 12:02:06 2023 +0100

    Prepare object_store 0.5.6 (#3984)
---
 object_store/CHANGELOG-old.md                 | 24 ++++++++++++++++
 object_store/CHANGELOG.md                     | 40 ++++++++++++++++++---------
 object_store/Cargo.toml                       |  2 +-
 object_store/dev/release/update_change_log.sh |  4 +--
 4 files changed, 54 insertions(+), 16 deletions(-)

diff --git a/object_store/CHANGELOG-old.md b/object_store/CHANGELOG-old.md
index 19a2766d2..cc9453b32 100644
--- a/object_store/CHANGELOG-old.md
+++ b/object_store/CHANGELOG-old.md
@@ -19,6 +19,30 @@
 
 # Historical Changelog
 
+## 
[object_store_0.5.5](https://github.com/apache/arrow-rs/tree/object_store_0.5.5)
 (2023-02-27)
+
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.4...object_store_0.5.5)
+
+**Implemented enhancements:**
+
+- object\_store: support azure cli credential 
[\#3697](https://github.com/apache/arrow-rs/issues/3697) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: support encoded path as input 
[\#3651](https://github.com/apache/arrow-rs/issues/3651) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Fixed bugs:**
+
+- object-store: aws\_profile fails to load static credentials 
[\#3765](https://github.com/apache/arrow-rs/issues/3765) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Inconsistent Behaviour Listing File 
[\#3712](https://github.com/apache/arrow-rs/issues/3712) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: bearer token is azure is used like access key 
[\#3696](https://github.com/apache/arrow-rs/issues/3696) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Merged pull requests:**
+
+- object-store: fix handling of AWS profile credentials without expiry 
[\#3766](https://github.com/apache/arrow-rs/pull/3766) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([helmus](https://github.com/helmus))
+- update object\_store deps to patch potential security vulnerabilities 
[\#3761](https://github.com/apache/arrow-rs/pull/3761) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([spencerbart](https://github.com/spencerbart))
+- Filter exact list prefix matches for azure gen2 accounts 
[\#3714](https://github.com/apache/arrow-rs/pull/3714) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
+- Filter exact list prefix matches for MemoryStore and HttpStore \(\#3712\) 
[\#3713](https://github.com/apache/arrow-rs/pull/3713) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- object\_store: azure cli authorization 
[\#3698](https://github.com/apache/arrow-rs/pull/3698) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
+- object\_store: add Path::from\_url\_path 
[\#3663](https://github.com/apache/arrow-rs/pull/3663) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([jychen7](https://github.com/jychen7))
+
 ## 
[object_store_0.5.4](https://github.com/apache/arrow-rs/tree/object_store_0.5.4)
 (2023-01-30)
 
 [Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.3...object_store_0.5.4)
diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md
index b8f2fe8fc..b26ae7180 100644
--- a/object_store/CHANGELOG.md
+++ b/object_store/CHANGELOG.md
@@ -19,29 +19,43 @@
 
 # Changelog
 
-## 
[object_store_0.5.5](https://github.com/apache/arrow-rs/tree/object_store_0.5.5)
 (2023-02-27)
+## 
[object_store_0.5.6](https://github.com/apache/arrow-rs/tree/object_store_0.5.6)
 (2023-03-30)
 
-[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.4...object_store_0.5.5)
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.5...object_store_0.5.6)
 
 **Implemented enhancements:**
 
-- object\_store: support azure cli credential 
[\#3697](https://github.com/apache/arrow-rs/issues/3697) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- object\_store: support encoded path as input 
[\#3651](https://github.com/apache/arrow-rs/issues/3651) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Document ObjectStore::list Ordering 
[\#3975](https://github.com/apache/arrow-rs/issues/3975) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add option to start listing at a particular key 
[\#3970](https://github.com/apache/arrow-rs/issues/3970) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Implement `ObjectStore` for trait objects 
[\#3865](https://github.com/apache/arrow-rs/issues/3865) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add ObjectStore::append 
[\#3790](https://github.com/apache/arrow-rs/issues/3790) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Make `InMemory` object store track last modified time for each entry 
[\#3782](https://github.com/apache/arrow-rs/issues/3782) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Support Unsigned S3 Payloads 
[\#3737](https://github.com/apache/arrow-rs/issues/3737) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add Content-MD5 or checksum header for using an Object Locked S3 
[\#3725](https://github.com/apache/arrow-rs/issues/3725) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Fixed bugs:**
 
-- object-store: aws\_profile fails to load static credentials 
[\#3765](https://github.com/apache/arrow-rs/issues/3765) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Inconsistent Behaviour Listing File 
[\#3712](https://github.com/apache/arrow-rs/issues/3712) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- object\_store: bearer token is azure is used like access key 
[\#3696](https://github.com/apache/arrow-rs/issues/3696) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- LocalFileSystem::put is not Atomic 
[\#3780](https://github.com/apache/arrow-rs/issues/3780) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Merged pull requests:**
 
-- object-store: fix handling of AWS profile credentials without expiry 
[\#3766](https://github.com/apache/arrow-rs/pull/3766) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([helmus](https://github.com/helmus))
-- update object\_store deps to patch potential security vulnerabilities 
[\#3761](https://github.com/apache/arrow-rs/pull/3761) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([spencerbart](https://github.com/spencerbart))
-- Filter exact list prefix matches for azure gen2 accounts 
[\#3714](https://github.com/apache/arrow-rs/pull/3714) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
-- Filter exact list prefix matches for MemoryStore and HttpStore \(\#3712\) 
[\#3713](https://github.com/apache/arrow-rs/pull/3713) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- object\_store: azure cli authorization 
[\#3698](https://github.com/apache/arrow-rs/pull/3698) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
-- object\_store: add Path::from\_url\_path 
[\#3663](https://github.com/apache/arrow-rs/pull/3663) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([jychen7](https://github.com/jychen7))
+- Add ObjectStore::list\_with\_offset \(\#3970\) 
[\#3973](https://github.com/apache/arrow-rs/pull/3973) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Remove incorrect validation logic on S3 bucket names 
[\#3947](https://github.com/apache/arrow-rs/pull/3947) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([rtyler](https://github.com/rtyler))
+- Prepare arrow 36 [\#3935](https://github.com/apache/arrow-rs/pull/3935) 
([tustvold](https://github.com/tustvold))
+- fix: Specify content length for gcp copy request 
[\#3921](https://github.com/apache/arrow-rs/pull/3921) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([scsmithr](https://github.com/scsmithr))
+- Revert structured ArrayData \(\#3877\) 
[\#3894](https://github.com/apache/arrow-rs/pull/3894) 
([tustvold](https://github.com/tustvold))
+- Add support for checksum algorithms in AWS 
[\#3873](https://github.com/apache/arrow-rs/pull/3873) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
+- Rename PrefixObjectStore to PrefixStore 
[\#3870](https://github.com/apache/arrow-rs/pull/3870) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Implement append for LimitStore, PrefixObjectStore, ThrottledStore 
[\#3869](https://github.com/apache/arrow-rs/pull/3869) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Supporting metadata fetch without open file read mode 
[\#3868](https://github.com/apache/arrow-rs/pull/3868) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([metesynnada](https://github.com/metesynnada))
+- Impl ObjectStore for trait object 
[\#3866](https://github.com/apache/arrow-rs/pull/3866) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Kinrany](https://github.com/Kinrany))
+- Update quick-xml requirement from 0.27.0 to 0.28.0 
[\#3857](https://github.com/apache/arrow-rs/pull/3857) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Update changelog for 35.0.0 
[\#3843](https://github.com/apache/arrow-rs/pull/3843) 
([tustvold](https://github.com/tustvold))
+- Cleanup ApplicationDefaultCredentials 
[\#3799](https://github.com/apache/arrow-rs/pull/3799) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Make InMemory object store track last modified time for each entry 
[\#3796](https://github.com/apache/arrow-rs/pull/3796) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Weijun-H](https://github.com/Weijun-H))
+- Add ObjectStore::append 
[\#3791](https://github.com/apache/arrow-rs/pull/3791) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Make LocalFileSystem::put atomic \(\#3780\) 
[\#3781](https://github.com/apache/arrow-rs/pull/3781) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Add support for unsigned payloads in aws 
[\#3741](https://github.com/apache/arrow-rs/pull/3741) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
 
 
 
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index d9b075fcc..bd0bbb760 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "object_store"
-version = "0.5.5"
+version = "0.5.6"
 edition = { workspace = true }
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/object_store/dev/release/update_change_log.sh 
b/object_store/dev/release/update_change_log.sh
index de80d0f3e..b69d36f84 100755
--- a/object_store/dev/release/update_change_log.sh
+++ b/object_store/dev/release/update_change_log.sh
@@ -29,8 +29,8 @@
 
 set -e
 
-SINCE_TAG="object_store_0.5.4"
-FUTURE_RELEASE="object_store_0.5.5"
+SINCE_TAG="object_store_0.5.5"
+FUTURE_RELEASE="object_store_0.5.6"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

Reply via email to