This is an automated email from the ASF dual-hosted git repository.
alamb 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 8a54e9585 Prepare object_store 0.5.1 (#2824)
8a54e9585 is described below
commit 8a54e95850fe27ac5865a02ef4be2de0937de5b3
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Tue Oct 4 18:52:54 2022 +0100
Prepare object_store 0.5.1 (#2824)
---
object_store/CHANGELOG-old.md | 37 +++++++++++++++++++++++++
object_store/CHANGELOG.md | 40 ++++++++++-----------------
object_store/Cargo.toml | 2 +-
object_store/dev/release/update_change_log.sh | 4 +--
4 files changed, 54 insertions(+), 29 deletions(-)
diff --git a/object_store/CHANGELOG-old.md b/object_store/CHANGELOG-old.md
index a6bda3cee..bf1ef6219 100644
--- a/object_store/CHANGELOG-old.md
+++ b/object_store/CHANGELOG-old.md
@@ -19,6 +19,43 @@
# Historical Changelog
+##
[object_store_0.5.0](https://github.com/apache/arrow-rs/tree/object_store_0.5.0)
(2022-09-08)
+
+[Full
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.4.0...object_store_0.5.0)
+
+**Breaking changes:**
+
+- Replace azure sdk with custom implementation
[\#2509](https://github.com/apache/arrow-rs/pull/2509)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([roeap](https://github.com/roeap))
+- Replace rusoto with custom implementation for AWS \(\#2176\)
[\#2352](https://github.com/apache/arrow-rs/pull/2352)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+
+**Implemented enhancements:**
+
+- IMDSv1 Fallback for S3
[\#2609](https://github.com/apache/arrow-rs/issues/2609)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Print Response Body On Error
[\#2572](https://github.com/apache/arrow-rs/issues/2572)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Coalesce Ranges Parallel Fetch
[\#2562](https://github.com/apache/arrow-rs/issues/2562)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Support Coalescing Out-of-Order Ranges
[\#2561](https://github.com/apache/arrow-rs/issues/2561)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: Add TokenProvider authorization to azure
[\#2373](https://github.com/apache/arrow-rs/issues/2373)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- AmazonS3Builder::from\_env to populate credentials from environment
[\#2361](https://github.com/apache/arrow-rs/issues/2361)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- AmazonS3 Support IMDSv2
[\#2350](https://github.com/apache/arrow-rs/issues/2350)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Fixed bugs:**
+
+- Retry Logic Fails to Retry Server Errors
[\#2573](https://github.com/apache/arrow-rs/issues/2573)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Fix multiple part uploads at once making vector size inconsistent
[\#2681](https://github.com/apache/arrow-rs/pull/2681)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([gruuya](https://github.com/gruuya))
+- Fix panic in `object_store::util::coalesce_ranges`
[\#2554](https://github.com/apache/arrow-rs/pull/2554)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([thinkharderdev](https://github.com/thinkharderdev))
+
+**Merged pull requests:**
+
+- update doc for object\_store copy\_if\_not\_exists
[\#2653](https://github.com/apache/arrow-rs/pull/2653)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([JanKaul](https://github.com/JanKaul))
+- Update quick-xml 0.24 [\#2625](https://github.com/apache/arrow-rs/pull/2625)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Add IMDSv1 fallback \(\#2609\)
[\#2610](https://github.com/apache/arrow-rs/pull/2610)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- ObjectStore cleanup \(\#2587\)
[\#2590](https://github.com/apache/arrow-rs/pull/2590)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Fix retry logic \(\#2573\) \(\#2572\)
[\#2574](https://github.com/apache/arrow-rs/pull/2574)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Improve coalesce\_ranges \(\#2561\) \(\#2562\)
[\#2563](https://github.com/apache/arrow-rs/pull/2563)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Update environment variable name for amazonS3builder in integration
\(\#2550\) [\#2553](https://github.com/apache/arrow-rs/pull/2553)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([amrltqt](https://github.com/amrltqt))
+- Build AmazonS3builder from environment variables \(\#2361\)
[\#2536](https://github.com/apache/arrow-rs/pull/2536)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([amrltqt](https://github.com/amrltqt))
+- feat: add token provider authorization to azure store
[\#2374](https://github.com/apache/arrow-rs/pull/2374)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([roeap](https://github.com/roeap))
+
##
[object_store_0.4.0](https://github.com/apache/arrow-rs/tree/object_store_0.4.0)
(2022-08-10)
[Full
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.3.0...object_store_0.4.0)
diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md
index 538eebf77..691911109 100644
--- a/object_store/CHANGELOG.md
+++ b/object_store/CHANGELOG.md
@@ -19,42 +19,30 @@
# Changelog
-##
[object_store_0.5.0](https://github.com/apache/arrow-rs/tree/object_store_0.5.0)
(2022-09-08)
+##
[object_store_0.5.1](https://github.com/apache/arrow-rs/tree/object_store_0.5.1)
(2022-10-04)
-[Full
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.4.0...object_store_0.5.0)
-
-**Breaking changes:**
-
-- Replace azure sdk with custom implementation
[\#2509](https://github.com/apache/arrow-rs/pull/2509)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([roeap](https://github.com/roeap))
-- Replace rusoto with custom implementation for AWS \(\#2176\)
[\#2352](https://github.com/apache/arrow-rs/pull/2352)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+[Full
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.0...object_store_0.5.1)
**Implemented enhancements:**
-- IMDSv1 Fallback for S3
[\#2609](https://github.com/apache/arrow-rs/issues/2609)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Print Response Body On Error
[\#2572](https://github.com/apache/arrow-rs/issues/2572)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Coalesce Ranges Parallel Fetch
[\#2562](https://github.com/apache/arrow-rs/issues/2562)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Support Coalescing Out-of-Order Ranges
[\#2561](https://github.com/apache/arrow-rs/issues/2561)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- object\_store: Add TokenProvider authorization to azure
[\#2373](https://github.com/apache/arrow-rs/issues/2373)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- AmazonS3Builder::from\_env to populate credentials from environment
[\#2361](https://github.com/apache/arrow-rs/issues/2361)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- AmazonS3 Support IMDSv2
[\#2350](https://github.com/apache/arrow-rs/issues/2350)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Allow HTTP S3 URLs [\#2806](https://github.com/apache/arrow-rs/issues/2806)
+- object\_store: support AWS ECS instance credentials
[\#2802](https://github.com/apache/arrow-rs/issues/2802)
+- Object Store S3 Alibaba Cloud OSS support
[\#2777](https://github.com/apache/arrow-rs/issues/2777)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Expose option to use GCS object store in integration tests
[\#2627](https://github.com/apache/arrow-rs/issues/2627)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
**Fixed bugs:**
-- Retry Logic Fails to Retry Server Errors
[\#2573](https://github.com/apache/arrow-rs/issues/2573)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Fix multiple part uploads at once making vector size inconsistent
[\#2681](https://github.com/apache/arrow-rs/pull/2681)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([gruuya](https://github.com/gruuya))
-- Fix panic in `object_store::util::coalesce_ranges`
[\#2554](https://github.com/apache/arrow-rs/pull/2554)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([thinkharderdev](https://github.com/thinkharderdev))
+- S3 Signature Error Performing List With Prefix Containing Spaces
[\#2800](https://github.com/apache/arrow-rs/issues/2800)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Erratic Behaviour if Incorrect S3 Region Configured
[\#2795](https://github.com/apache/arrow-rs/issues/2795)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
**Merged pull requests:**
-- update doc for object\_store copy\_if\_not\_exists
[\#2653](https://github.com/apache/arrow-rs/pull/2653)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([JanKaul](https://github.com/JanKaul))
-- Update quick-xml 0.24 [\#2625](https://github.com/apache/arrow-rs/pull/2625)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
-- Add IMDSv1 fallback \(\#2609\)
[\#2610](https://github.com/apache/arrow-rs/pull/2610)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
-- ObjectStore cleanup \(\#2587\)
[\#2590](https://github.com/apache/arrow-rs/pull/2590)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
-- Fix retry logic \(\#2573\) \(\#2572\)
[\#2574](https://github.com/apache/arrow-rs/pull/2574)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
-- Improve coalesce\_ranges \(\#2561\) \(\#2562\)
[\#2563](https://github.com/apache/arrow-rs/pull/2563)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
-- Update environment variable name for amazonS3builder in integration
\(\#2550\) [\#2553](https://github.com/apache/arrow-rs/pull/2553)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([amrltqt](https://github.com/amrltqt))
-- Build AmazonS3builder from environment variables \(\#2361\)
[\#2536](https://github.com/apache/arrow-rs/pull/2536)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([amrltqt](https://github.com/amrltqt))
-- feat: add token provider authorization to azure store
[\#2374](https://github.com/apache/arrow-rs/pull/2374)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([roeap](https://github.com/roeap))
+- Support for overriding instance metadata endpoint
[\#2811](https://github.com/apache/arrow-rs/pull/2811)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([wjones127](https://github.com/wjones127))
+- Allow Configuring non-TLS HTTP Connections in AmazonS3Builder::from\_env
[\#2807](https://github.com/apache/arrow-rs/pull/2807)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([avantgardnerio](https://github.com/avantgardnerio))
+- Fix S3 query canonicalization \(\#2800\)
[\#2801](https://github.com/apache/arrow-rs/pull/2801)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Handle incomplete HTTP redirects missing LOCATION \(\#2795\)
[\#2796](https://github.com/apache/arrow-rs/pull/2796)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([tustvold](https://github.com/tustvold))
+- Handle S3 virtual host request type
[\#2782](https://github.com/apache/arrow-rs/pull/2782)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([askoa](https://github.com/askoa))
+- Fix object\_store multipart uploads on S3 Compatible Stores
[\#2731](https://github.com/apache/arrow-rs/pull/2731)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
([mildbyte](https://github.com/mildbyte))
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index 9e4e68d59..6abb390fc 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "object_store"
-version = "0.5.0"
+version = "0.5.1"
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 e737e0446..865acdeb0 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.4.0"
-FUTURE_RELEASE="object_store_0.5.0"
+SINCE_TAG="object_store_0.5.0"
+FUTURE_RELEASE="object_store_0.5.1"
SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"