Skip to content

v0.9.0

Compare
Choose a tag to compare
@auguwu auguwu released this 21 Oct 02:30
· 1 commit to master since this release

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 for etcetera (@auguwu)
  • [remi-fs] drop the serde_yaml crate for serde_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