v0.5.0
This revision of the remi
family of crates is hopefully a stable StorageService
trait and a new crate called remi-azure
, which is a new crate that supports Azure's Blob storage service; it does use an unofficial SDK but is maintained by the Azure team itself. remi-gridfs
has now a full implementation available in this release as well.
✨ Breaking Changes
remi-core
has been replaced withremi
since it should serve the same purpose.- All
*Request
objects inremi
usemut self
instead of&mut self
.
🔐 Dependency Updates
- Updated Rust crate
aws-sdk-s3
from v1.1.0 to v1.12.0 (@renovate-bot, #69, #80, #81, #84, #90, #91, #94, #95, #96, #102) - Updated Rust crate
aws-config
from v1.0.1 to v1.1.2 (@renovate-bot, #82, #88, #91, #102) - Updated Rust crate
aws-credential-types
from v1.0.1 to v1.1.2 (@renovate-bot, #83, #89, #91, #102) - Updated Rust crate
tokio
from v1.34.0 to v1.35.1 (@renovate-bot, #85, #92) - Updated Rust crate
file-format
from v0.22.0 to v0.23.0 (@renovate-bot, #86) - Updated Rust crate
mongodb
from v2.7.0 to v2.8.0 - Updated Rust crate
async-trait
from v0.1.73 to v0.1.77 (@renovate-bot, #93, #98, #99, #104) - Updated Rust crate
futures
from v0.3.29 to v0.3.30 (@renovate-bot, #97, #104) - Updated Rust crate
serde
from v1.0.193 to v1.0.195 (@renovate-bot, #100, #101) - Updated Rust crate
serde_json
from v1.0.108 to v1.0.111 (@renovate-bot, #107) - Updated Rust crate
serde_yaml
from v0.9.27 to v0.9.30 (@renovate-bot, #108)
Full Changelog: 0.4.3...0.5.0