Skip to content

Commit

Permalink
Minor: Document object store release cadence (#5750)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 11, 2024
1 parent 68ecc16 commit 1c86921
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ The current development version the API documentation in this repo can be found

## Release Versioning and Schedule

### `arrow` and `parquet` crates

The Arrow Rust project releases approximately monthly and follows [Semantic
Versioning](https://semver.org/).
Versioning].

Due to available maintainer and testing bandwidth, `arrow` crates (`arrow`,
`arrow-flight`, etc.) are released on the same schedule with the same versions
Expand All @@ -57,6 +59,15 @@ For example:
| Sep 2024 | `53.0.0` | Major, potentially breaking API changes |

[this ticket]: https://github.com/apache/arrow-rs/issues/5368
[semantic versioning]: https://semver.org/

### `object_store` crate

The [`object_store`] crate is released independently of the `arrow` and
`parquet` crates and follows [Semantic Versioning]. We aim to release new
versions approximately every 2 months.

[`object_store`]: https://crates.io/crates/object_store

## Related Projects

Expand Down

0 comments on commit 1c86921

Please sign in to comment.