-
Notifications
You must be signed in to change notification settings - Fork 33
Release object_store 0.12.0
(API breaking) Around Feb 30 2025
#28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
0.12.0
(API breaking) Around Feb 30 20250.12.0
(API breaking) Around Feb 30 2025
I plan to assemble a release candidate for this release later in the week or early next week |
I think it would be good to try to get the following into this release if possible: |
Hi, I personally hope we can hold off on apache/arrow-rs#7170 until we resolve #16. Alternatively, we could implement this feature in |
I'm going to get WASM32 over the line and then I think we should be good to go |
Awesome -- @tustvold do you want to run this release or shall I plan to ? |
I added this ticket to the list. Is that what you mean? |
|
Yeah, perhaps it was inevitable that this release would be slightly delayed 😆 |
That's actually a follow up that can be done in a later release, the initial support ticket is apache/arrow-rs#6818.
Up to you, if you're happy to that'd be amazing from my perspective but I can also 😅 |
Updated
If you could do it that would be great. I will be happy to help test / do other legwork required? |
(It seems like all I have been doing recently is releases -- sqlparser, arrow hotfix, etc). We are shipping lots of software! But it is getting overwhelming sometimes |
Ok I'll try to find some time either this evening or tomorrow |
I tried to cut this release, but have issues as my Apache blessed GPG keys have expired. I'm afraid I don't have any more time to dedicate to this at this time, but can potentially try to find some more time this weekend. |
I'll try and make an RC as @tustvold did most of the work |
I made an RC2 here: |
Ran SlateDB against RC2 and looks good. ✅ |
Thank you for testing @criccomini 🙏 |
The release is approved and available on crates.io
The next incremental release is tracked with Thanks everyone! |
Thank you for doing this Andrew |
The next release of the `object_store` crate has breaking changes. It changes the byte lengths from `usize` to `u64`. This patch updates SlateDB to use the new `u64` types. I also added some paranoia with `try_from` instead of `as u32`. Depends on https://github.com/apache/arrow-rs/issues/6903
|
|
|
|
|
Migrating from arrow-rs issue #6903 |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Per @tustvold on
0.12.0
(breaking) or0.11.2
(non breaking API) around Dec 15, 2024 #306Previous release:
0.11.2
(non API breaking) Around Dec 15 2024 #29Describe the solution you'd like
Let's plan for a major release
Items to potentially resolve
Extensions
to object storeGetOptions
arrow-rs#7170Describe alternatives you've considered
Additional context
See discussion on #306
The text was updated successfully, but these errors were encountered: