alamb commented on code in PR #2682:
URL: https://github.com/apache/arrow-rs/pull/2682#discussion_r965802095
##########
object_store/.github_changelog_generator:
##########
@@ -23,5 +23,5 @@ add-sections={"documentation":{"prefix":"**Documentation
updates:**","labels":["
# so that the component is shown associated with the issue
issue-line-labels=object-store
# skip non object_store issues
-exclude-labels=development-process,invalid,arrow,parquet,arrow-flight
+exclude-labels=development-process,invalid,arrow,parquet,arrow-flight,parquet-derive
Review Comment:
👍
##########
object_store/CHANGELOG.md:
##########
@@ -19,52 +19,44 @@
# Changelog
-##
[object_store_0.4.0](https://github.com/apache/arrow-rs/tree/object_store_0.4.0)
(2022-08-10)
+##
[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.3.0...object_store_0.4.0)
+[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:**
-- Relax Path Validation to Allow Any Percent-Encoded Sequence
[\#2355](https://github.com/apache/arrow-rs/issues/2355)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Support get\_multi\_ranges in ObjectStore
[\#2293](https://github.com/apache/arrow-rs/issues/2293)
-- object\_store: Create explicit test for symlinks
[\#2206](https://github.com/apache/arrow-rs/issues/2206)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- object\_store: Make builder style configuration for object stores
[\#2203](https://github.com/apache/arrow-rs/issues/2203)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- object\_store: Add example in the main documentation readme
[\#2202](https://github.com/apache/arrow-rs/issues/2202)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- 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: use different AWS environment variable name in integration
[\#2550](https://github.com/apache/arrow-rs/issues/2550)
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
Review Comment:
a minor thing, but I would recommend tagging this one as "development
process" as users likely won't care about changes we made to the integration
tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]