crepererum commented on issue #428: URL: https://github.com/apache/arrow-rs-object-store/issues/428#issuecomment-3051737142
I've created a [branch `release/0.12`](https://github.com/apache/arrow-rs-object-store/tree/release/0.12) based of the [tag `0.12.2`](https://github.com/apache/arrow-rs-object-store/releases/tag/v0.12.2). I'll file a "backports PR" into that branch with picks the relevant changes from [branch `main`](https://github.com/apache/arrow-rs-object-store/tree/main/). So the backport will look roughly like this: ```mermaid gitGraph TB: commit id: "minor-1" commit id: "minor-2" tag: "v0.12.2" type: HIGHLIGHT branch "release/0.12" checkout "main" commit id: "minor-3" commit id: "major-1" commit id: "minor-4" commit id: "minor-5" commit id: "major-2" checkout "release/0.12" cherry-pick id: "minor-3" tag: "" cherry-pick id: "minor-4" tag: "" cherry-pick id: "minor-5" tag: "v0.12.3" ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org