Releases
Release history and download links for Apache Paimon Mosaic.
Release Policy
Apache Paimon Mosaic follows Semantic Versioning. Releases are published to:
| Component | Registry |
|---|---|
| Rust | crates.io/crates/paimon-mosaic-core |
| Java | Maven Central (groupId: org.apache.paimon, artifactId: mosaic) |
| Python | PyPI — paimon-mosaic |
Upcoming
0.1.0 (In Development)
The first release of Apache Paimon Mosaic. Planned features:
- Mosaic columnar-bucket hybrid format core implementation
- High-performance reader and writer with ZSTD compression
- Arrow-compatible data exchange via C Data Interface
- Java binding with JNI (multi-platform native libraries)
- Python binding with FFI
- C++ headers for native integration
Past Releases
(None yet)
Download
Official source releases are available from the ASF distribution.
Release Guides
- Creating a Release — for Release Managers
- Verifying a Release Candidate — for vote participants