Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@auguwu auguwu released this 04 Dec 02:24

Breaking Changes

  • [azure] CloudLocation type is now a newtype enum that lives in remi_azure instead of using azure_storage::CloudLocation (@auguwu)
  • [azure] The constructor for StorageService is now falliable (@auguwu)
  • [azure] From<remi_azure::Credential> -> azure_core::StorageCredentials has been replaced to the falliable version TryFrom (@auguwu)

Additions

  • [fs] Add a build.rs to detect Rust 1.83 to support the new IO error variants if present, otherwise use std::io::ErrorKind::InvalidData (@auguwu)

Dependency Updates

Kind Dependency From To By
Rust crate file-format v0.25.0 v0.26.0 @renovate-bot in #170

Full Changelog: 0.9.1...0.10.0