QuakeWang opened a new issue, #461: URL: https://github.com/apache/paimon-rust/issues/461
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon-rust/issues) and found nothing similar. ### Description The Rust documentation currently mixes released-version usage with main-branch / upcoming-release content, which can confuse users. For example, `docs/src/getting-started.md` still uses old dependency examples such as `paimon = "0.1.0"`, while the main branch is already preparing the next development version. Some documented features, such as Mosaic support or newly added object storage backends, may only be available from the main branch / snapshot docs instead of the latest released crate. This issue is to make the documentation clearer about which content applies to the released crate and which content applies to the current development snapshot. ### Willingness to contribute - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
