v0.9.0
Breaking Changes
- Removed all deprecated types, methods, etc (@auguwu)
- [remi-fs]
async_std
is no longer supported for async I/O (@auguwu) - [remi-fs] drop the
dirs
crate foretcetera
(@auguwu) - [remi-fs] drop the
serde_yaml
crate forserde_yaml_ng
(@auguwu)
Additions
- Added the
unstable
crate feature to all crates (@auguwu) - Added basic healthcheck API (not all official crates support this!) (@auguwu)
- All crates have an "export" crate feature that allows to use the pinned versions of their respected storage provider's crates instead of including them yourself (@auguwu)
Fixes
- [remi-fs] Remove double allocation in the content type resolver set, it only does one. (@auguwu)
- All crates' READMEs are fresh and new (@auguwu)
Full Changelog: 0.8.1...0.9.0