Bump to version 0.3.0 (#549)

* Bump to version 0.3.0

Signed-off-by: Xuanwo <github@xuanwo.io>

* regen

Signed-off-by: Xuanwo <github@xuanwo.io>

* Fix typo

Signed-off-by: Xuanwo <github@xuanwo.io>

* Update CHANGELOG.md

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
12 files changed
tree: 9a796ad7b4b11d4ef7aaf8687731c401eac56ec8
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. .idea/
  5. bindings/
  6. crates/
  7. docs/
  8. scripts/
  9. website/
  10. .asf.yaml
  11. .gitattributes
  12. .gitignore
  13. .licenserc.yaml
  14. .typos.toml
  15. Cargo.toml
  16. CHANGELOG.md
  17. CONTRIBUTING.md
  18. deny.toml
  19. LICENSE
  20. Makefile
  21. NOTICE
  22. README.md
  23. rust-toolchain.toml
  24. rustfmt.toml
README.md

Apache Iceberg™ Rust

Rust implementation of Apache Iceberg™.

Working on v0.3.0 Release Milestone

Components

The Apache Iceberg Rust project is composed of the following components:

NameReleaseDocs
icebergiceberg imagedocs release docs dev
iceberg-datafusion-docs dev
iceberg-catalog-glue-docs dev
iceberg-catalog-hmsiceberg-catalog-hms imagedocs release docs dev
iceberg-catalog-resticeberg-catalog-rest imagedocs release docs dev

Supported Rust Version

Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). The current MSRV is 1.77.1.

Also, we use unstable rust to run linters, such as clippy and rustfmt. But this will not affect downstream users, and only MSRV is required.

Contribute

Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). We are always open to people who want to use or contribute to it. Here are some ways to get involved.

The Apache Iceberg community is built on the principles described in the Apache Way and all who engage with the community are expected to be respectful, open, come with the best interests of the community in mind, and abide by the Apache Foundation Code of Conduct.

Users

  • Databend: An open-source cloud data warehouse that serves as a cost-effective alternative to Snowflake.
  • iceberg-catalog: A Rust implementation of the Iceberg REST Catalog specification.

License

Licensed under the Apache License, Version 2.0