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 5cc0f9b63 Prepare object_store 0.5.5 (#3768) (#3770)
5cc0f9b63 is described below

commit 5cc0f9b634393008ea6136a228470b6612b2dee1
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Mon Feb 27 20:18:56 2023 +0000

    Prepare object_store 0.5.5 (#3768) (#3770)
---
 object_store/CHANGELOG-old.md                 | 27 ++++++++++++++++++++++-
 object_store/CHANGELOG.md                     | 31 ++++++++++++---------------
 object_store/Cargo.toml                       |  2 +-
 object_store/dev/release/update_change_log.sh |  4 ++--
 4 files changed, 43 insertions(+), 21 deletions(-)

diff --git a/object_store/CHANGELOG-old.md b/object_store/CHANGELOG-old.md
index 78237a02d..58fb8a3b9 100644
--- a/object_store/CHANGELOG-old.md
+++ b/object_store/CHANGELOG-old.md
@@ -19,7 +19,32 @@
 
 # Historical Changelog
 
-# Changelog
+## 
[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)
+
+**Implemented enhancements:**
+
+- \[object\_store\] support more identity based auth flows for azure 
[\#3580](https://github.com/apache/arrow-rs/issues/3580) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Implement workload identity and application default credentials for GCP 
object store. [\#3533](https://github.com/apache/arrow-rs/issues/3533) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Support GCP Workload Identity 
[\#3490](https://github.com/apache/arrow-rs/issues/3490) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Allow providing service account key directly when building GCP object store 
client [\#3488](https://github.com/apache/arrow-rs/issues/3488) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Closed issues:**
+
+- object\_store: temporary aws credentials not refreshed? 
[\#3446](https://github.com/apache/arrow-rs/issues/3446) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Merged pull requests:**
+
+- Final tweaks to 32.0.0 changelog 
[\#3618](https://github.com/apache/arrow-rs/pull/3618) 
([tustvold](https://github.com/tustvold))
+- Update AWS SDK [\#3617](https://github.com/apache/arrow-rs/pull/3617) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Add ClientOption.allow\_insecure 
[\#3600](https://github.com/apache/arrow-rs/pull/3600) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([poelzi](https://github.com/poelzi))
+- \[object\_store\] support azure managed and workload identities 
[\#3581](https://github.com/apache/arrow-rs/pull/3581) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
+- Additional GCP authentication 
[\#3541](https://github.com/apache/arrow-rs/pull/3541) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([winding-lines](https://github.com/winding-lines))
+- Update aws-config and aws-types requirements from 0.52 to 0.53 
[\#3539](https://github.com/apache/arrow-rs/pull/3539) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([viirya](https://github.com/viirya))
+- Use GHA concurrency groups \(\#3495\) 
[\#3538](https://github.com/apache/arrow-rs/pull/3538) 
([tustvold](https://github.com/tustvold))
+- Remove azurite test exception 
[\#3497](https://github.com/apache/arrow-rs/pull/3497) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- feat: Allow providing a service account key directly for GCS 
[\#3489](https://github.com/apache/arrow-rs/pull/3489) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([scsmithr](https://github.com/scsmithr))
 
 ## 
[object_store_0.5.3](https://github.com/apache/arrow-rs/tree/object_store_0.5.3)
 (2023-01-04)
 
diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md
index c1734ec5b..b8f2fe8fc 100644
--- a/object_store/CHANGELOG.md
+++ b/object_store/CHANGELOG.md
@@ -19,32 +19,29 @@
 
 # Changelog
 
-## 
[object_store_0.5.4](https://github.com/apache/arrow-rs/tree/object_store_0.5.4)
 (2023-01-30)
+## 
[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.3...object_store_0.5.4)
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.4...object_store_0.5.5)
 
 **Implemented enhancements:**
 
-- \[object\_store\] support more identity based auth flows for azure 
[\#3580](https://github.com/apache/arrow-rs/issues/3580) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Implement workload identity and application default credentials for GCP 
object store. [\#3533](https://github.com/apache/arrow-rs/issues/3533) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Support GCP Workload Identity 
[\#3490](https://github.com/apache/arrow-rs/issues/3490) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Allow providing service account key directly when building GCP object store 
client [\#3488](https://github.com/apache/arrow-rs/issues/3488) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- 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)]
 
-**Closed issues:**
+**Fixed bugs:**
 
-- object\_store: temporary aws credentials not refreshed? 
[\#3446](https://github.com/apache/arrow-rs/issues/3446) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- 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:**
 
-- Final tweaks to 32.0.0 changelog 
[\#3618](https://github.com/apache/arrow-rs/pull/3618) 
([tustvold](https://github.com/tustvold))
-- Update AWS SDK [\#3617](https://github.com/apache/arrow-rs/pull/3617) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Add ClientOption.allow\_insecure 
[\#3600](https://github.com/apache/arrow-rs/pull/3600) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([poelzi](https://github.com/poelzi))
-- \[object\_store\] support azure managed and workload identities 
[\#3581](https://github.com/apache/arrow-rs/pull/3581) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
-- Additional GCP authentication 
[\#3541](https://github.com/apache/arrow-rs/pull/3541) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([winding-lines](https://github.com/winding-lines))
-- Update aws-config and aws-types requirements from 0.52 to 0.53 
[\#3539](https://github.com/apache/arrow-rs/pull/3539) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([viirya](https://github.com/viirya))
-- Use GHA concurrency groups \(\#3495\) 
[\#3538](https://github.com/apache/arrow-rs/pull/3538) 
([tustvold](https://github.com/tustvold))
-- Remove azurite test exception 
[\#3497](https://github.com/apache/arrow-rs/pull/3497) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- feat: Allow providing a service account key directly for GCS 
[\#3489](https://github.com/apache/arrow-rs/pull/3489) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([scsmithr](https://github.com/scsmithr))
+- 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))
 
 
 
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index 8ab0c15cb..c0c090cd0 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "object_store"
-version = "0.5.4"
+version = "0.5.5"
 edition = "2021"
 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 5cf5582a9..de80d0f3e 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.3"
-FUTURE_RELEASE="object_store_0.5.4"
+SINCE_TAG="object_store_0.5.4"
+FUTURE_RELEASE="object_store_0.5.5"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

Reply via email to