xushiyan commented on issue #62:
URL: https://github.com/apache/hudi-rs/issues/62#issuecomment-2224322166

   # Changelog
   
   ## [release-0.1.0-rc.2] - 2024-07-12
   
   ### Build
   
   - Bump version to 0.1.0-rc.2
   
   ## [release-0.1.0-rc.1] - 2024-07-12
   
   ### ๐Ÿš€ Features
   
   - Initial rust implementation to integrate with datafusion (#1)
   - Add python binding (#21)
   - Implement `HudiTable` as python API (#23)
   - Use `object_store` for common storage APIs (#25)
   - Implement Rust and Python APIs to read file slices (#28)
   - Add APIs for time-travel read (#33)
   - Implement datafusion API using ParquetExec (#35)
   - Add `HudiConfigs` for parsing and managing named configs (#37)
   - Add config validation when creating table (#49)
   - Add internal config to skip validation (#51)
   - Support time travel with read option (#52)
   - Support taking env vars for cloud storages (#55)
   
   ### ๐Ÿ› Bug Fixes
   
   - Handle replacecommit for loading file slices (#53)
   
   ### ๐Ÿšœ Refactor
   
   - Use `anyhow` for generic errors (#26)
   - Use `object_store` API for Timeline (#27)
   - Make APIs async (#31)
   - Improve thread safety and error handling (#32)
   - Improve error handling in storage module (#34)
   - Adjust table APIs to skip passing options (#56)
   
   ### ๐Ÿ“š Documentation
   
   - Update readme, contributing guide, and issue template (#57)
   - Update CONTRIBUTING with minor changes (#58)
   
   ### ๐ŸŽจ Styling
   
   - Enforce rust code style (#14)
   
   ### ๐Ÿงช Testing
   
   - Add tests crate and adopt testing tables (#30)
   - Add test cases for different table setup (#36)
   
   ### โš™๏ธ Miscellaneous Tasks
   
   - Setup ci for license file and headers (#2)
   - Fix failing check and test case (#10)
   - Fix asf notification (#11)
   - Add commit linting (#12)
   - Use cargo tarpaulin to generate code coverage (#15)
   - Remove codecov to keep ci green (#17)
   - Fix codecov setup (#20)
   - Configure codecov (#50)
   - Add scripts to streamline source release (#64)
   
   ### Build
   
   - Clean up and trim down dependencies (#54)
   - Add info for rust and python artifacts (#60)
   - Add release workflow (#63)
   - Bump version to 0.1.0-rc.1
   
   <!-- generated by git-cliff -->
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to