suyanhanx commented on code in PR #1916:
URL: 
https://github.com/apache/incubator-opendal/pull/1916#discussion_r1163563841


##########
core/src/docs/upgrade.md:
##########
@@ -1,3 +1,31 @@
+# Upgrade to v0.31
+
+In version v0.31 of OpenDAL, we made some internal refactoring to improve its 
compatibility with the ecosystem.
+
+## MSRV Bump
+
+We increased the MSRV to 1.64 from v0.31 onwards. Although it is still 
possible to build OpenDAL under older rustc versions, we cannot guarantee that 
any issues related to them will be fixed.
+
+## Accept `std::time::Duration` instead
+
+Previously, OpenDAL accepted `time::Duration` as input for `presign_xxx`. 
However, since v0.31, we have changed this to accept `std::time::Duration` so 
that users do not need to depend on `time`. Internally, we migrated from `time` 
to `chonoe` for better integration with other parts of the ecosystem.

Review Comment:
   typo: `chonoe` -> `chrono`



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

Reply via email to