Document planned release cadence for arrow/parquet/etc#5737
Document planned release cadence for arrow/parquet/etc#5737alamb merged 6 commits intoapache:masterfrom
Conversation
| `arrow-flight`, etc.) are released on the same schedule with the same versions | ||
| as the `parquet` and `parquet-derive` crates. | ||
|
|
||
| Starting June 2024, we plan to release new major versions with potentially |
There was a problem hiding this comment.
I believe this accurately summarizes the plan from #5368
|
Do we have a plan to object_store? I'm guessing a breaking change to |
Nothing formal, but a natural implication of this would be that if we made a breaking release to object_store we would be unable to incorporate this into arrow until the next arrow breaking release. In practice this means object_store will likely follow a similar cadence for breaking releases, if not slower. It has a much smaller API surface and so it should be easier to avoid making breaking changes. |
Co-authored-by: Raphael Taylor-Davies <[email protected]>
|
I plan to add a note about object_store release schedules, likely as a follow on PR |
|
I am working on a follow up PR for object_store cadence Update: #5750 |
Which issue does this PR close?
Related to #5368
Rationale for this change
We spent a while discussing release cadence in #5368 so let's document that clearly on in the readmes
What changes are included in this PR?
Document the planed release cadence.
Add links in parquet / arrow-rs readme
Are there any user-facing changes?
Documentation, no functional changes