-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We are in the process of releasing 0.13.0 (a breaking API change):
However, this will likely take several months to percolate through the ecosystem (e.g. to get to a DataFusion user it will require a major release of arrow and then a major release of DataFusion).
There are several fixes that would be nice to release downstream sooner, such as the fix for #578 requested by @ion-elgreco
Describe the solution you'd like
Let's make a 0.12.5 release and backport specific fixes
Requested content
-
SpawnService panics tokio-runtime-worker threads #578 / Dont unwrap on body send #442 from @ion-elgreco - Only read file metadata once in
LocalFileSystem::read_ranges#595 / @alamb - fix:
docs.rsbuild failure #591
Process:
- Cherry pick the relevant changes
- Create a PR targeting the release/0.12 branch
Then I will do my normal process of
- Version + changelog: [release/0.12] Update version to 0.12.5 and add CHANGELOG #601
- Test with arrow-rs: WIP: Test update to object_store 0.12.5 arrow-rs#9127
- Test with DataFusion: Test object_store 0.12.5 update datafusion#19718
- Make release candidate / start vote thread: https://lists.apache.org/thread/h2n0g943o6ooykrl5dvfy4brm05lz2ms
- Approval and release to crates.io
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request