kevinjqliu commented on code in PR #2223:
URL: https://github.com/apache/iceberg-rust/pull/2223#discussion_r2908078061


##########
CHANGELOG.md:
##########
@@ -24,6 +24,132 @@ All notable changes to this project will be documented in 
this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](https://semver.org/).
 
+## [v0.9.0] - 2026-03-09
+
+### Breaking Changes
+
+* **API Changes:**
+  * refactor!(storage): Move OpenDal Storage to a new crate 
iceberg-storage-opendal (#2207) by @CTTY in 
https://github.com/apache/iceberg-rust/pull/2207
+  * feat!(storage): Integration Storage trait with FileIO (#2116) by @CTTY in 
https://github.com/apache/iceberg-rust/pull/2116
+  * feat!(io): Implement Storage for OpenDal (#2080) by @CTTY in 
https://github.com/apache/iceberg-rust/pull/2080
+
+* **Compatibility:**
+  * chore: Update MSRV to 1.91.0 (#2204) by @xanderbailey in 
https://github.com/apache/iceberg-rust/pull/2204

Review Comment:
   is there benefits to bumping msrv even further? For example, 
[1.92.0](https://releases.rs/docs/1.92.0/) was released on: 11 December, 2025 
(which is within 3 months from latest rust release) 
   
   From README:
   > Iceberg Rust is built and tested with stable rust, and will keep a rolling 
MSRV (minimum supported rust version). At least three months from latest rust 
release is supported. MSRV is updated when we release iceberg-rust.
   
   
   



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to