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 74b174ca7 Update object_store version to 0.5.2 and add CHANGELOG 
(#3253)
74b174ca7 is described below

commit 74b174ca7a6c11d2b410334f45aa399987b35fc0
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 2 15:19:19 2022 -0500

    Update object_store version to 0.5.2 and add CHANGELOG (#3253)
    
    * Update object_store crate version to 0.5.2
    
    * Initial changelog
    
    * Updates
    
    * More update
    
    * Update Changlog, semi manually
    
    * final updates
---
 object_store/CHANGELOG-old.md                 | 29 +++++++++++++++++++++++++-
 object_store/CHANGELOG.md                     | 30 ++++++++++++++-------------
 object_store/Cargo.toml                       |  2 +-
 object_store/dev/release/update_change_log.sh |  8 +++----
 4 files changed, 49 insertions(+), 20 deletions(-)

diff --git a/object_store/CHANGELOG-old.md b/object_store/CHANGELOG-old.md
index bf1ef6219..1397d8a8e 100644
--- a/object_store/CHANGELOG-old.md
+++ b/object_store/CHANGELOG-old.md
@@ -19,6 +19,34 @@
 
 # Historical Changelog
 
+# Changelog
+
+## 
[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.5.0...object_store_0.5.1)
+
+**Implemented enhancements:**
+
+- 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:**
+
+- 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:**
+
+- 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))
+
+
 ## 
[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)
@@ -105,4 +133,3 @@
 - Increase upper wait time to reduce flakyness of object store test 
[\#2142](https://github.com/apache/arrow-rs/pull/2142) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([viirya](https://github.com/viirya))
 
 \* *This Changelog was automatically generated by 
[github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
-
diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md
index 691911109..528d649df 100644
--- a/object_store/CHANGELOG.md
+++ b/object_store/CHANGELOG.md
@@ -19,30 +19,32 @@
 
 # Changelog
 
-## 
[object_store_0.5.1](https://github.com/apache/arrow-rs/tree/object_store_0.5.1)
 (2022-10-04)
+## 
[object_store_0.5.2](https://github.com/apache/arrow-rs/tree/object_store_0.5.2)
 (2022-12-02)
 
-[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.0...object_store_0.5.1)
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.1...object_store_0.5.2)
 
 **Implemented enhancements:**
 
-- 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)]
+- Object Store: Allow custom reqwest client 
[\#3127](https://github.com/apache/arrow-rs/issues/3127)
+- socks5 proxy support for the object\_store crate 
[\#2989](https://github.com/apache/arrow-rs/issues/2989) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Cannot query S3 paths containing whitespace 
[\#2799](https://github.com/apache/arrow-rs/issues/2799) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Fixed bugs:**
 
-- 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)]
+- object\_store\(gcp\): GCP complains about content-length for copy 
[\#3235](https://github.com/apache/arrow-rs/issues/3235)
+- object\_store\(aws\): EntityTooSmall error on multi-part upload 
[\#3233](https://github.com/apache/arrow-rs/issues/3233) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Merged pull requests:**
 
-- 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))
+- Add more ClientConfig Options for Object Store RequestBuilder \(\#3127\) 
[\#3256](https://github.com/apache/arrow-rs/pull/3256) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Add ObjectStore ClientConfig 
[\#3252](https://github.com/apache/arrow-rs/pull/3252) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- fix\(object\_store,gcp\): test copy\_if\_not\_exist 
[\#3236](https://github.com/apache/arrow-rs/pull/3236) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([wjones127](https://github.com/wjones127))
+- fix\(object\_store,aws,gcp\): multipart upload enforce size limit of 5 MiB 
not 5MB [\#3234](https://github.com/apache/arrow-rs/pull/3234) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([wjones127](https://github.com/wjones127))
+- object\_store: add support for using proxy\_url for connection testing 
[\#3109](https://github.com/apache/arrow-rs/pull/3109) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([sum12](https://github.com/sum12))
+- Update AWS SDK [\#2974](https://github.com/apache/arrow-rs/pull/2974) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Update quick-xml requirement from 0.25.0 to 0.26.0 
[\#2918](https://github.com/apache/arrow-rs/pull/2918) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Support building object_store and parquet on wasm32-unknown-unknown target 
[\#2896](https://github.com/apache/arrow-rs/pull/2899) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([jondo2010](https://github.com/jondo2010))
+- Add experimental AWS\_PROFILE support \(\#2178\) 
[\#2891](https://github.com/apache/arrow-rs/pull/2891) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
 
 
 
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index fd7442f9e..9b1dee5c5 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "object_store"
-version = "0.5.1"
+version = "0.5.2"
 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 865acdeb0..cf070d3c5 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.0"
-FUTURE_RELEASE="object_store_0.5.1"
+SINCE_TAG="object_store_0.5.1"
+FUTURE_RELEASE="object_store_0.5.2"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"
@@ -49,8 +49,8 @@ docker run -it --rm -e 
CHANGELOG_GITHUB_TOKEN="$CHANGELOG_GITHUB_TOKEN" -v "$(pw
     --cache-file=.githubchangeloggenerator.cache \
     --cache-log=.githubchangeloggenerator.cache.log \
     --http-cache \
-    --max-issues=300 \
-    --exclude-tags-regex "^\d+\.\d+\.\d+$" \
+    --max-issues=600 \
+    --exclude-tags-regex "(^\d+\.\d+\.\d+$)|(rc)" \
     --since-tag ${SINCE_TAG} \
     --future-release ${FUTURE_RELEASE}
 

Reply via email to