Skip to content

v0.6.0

Compare
Choose a tag to compare
@auguwu auguwu released this 17 Feb 08:06
· 76 commits to master since this release

✨ Additions

  • remi: Added StorageService#find trait method (@auguwu)
  • remi-gridfs: Added StorageConfig::client_options/StorageConfig::database fields (@auguwu)
  • remi-gridfs: Added StorageConfig::from_client and StorageConfig::from_conn_string methods (@auguwu)

✨ Breaking Changes

  • remi: StorageService has a required generic associated type called Error, which helps getting errors easier instead of wrapping them from std::io::Error (@auguwu)
  • remi-gridfs: StorageService::new no longer requires a reference to a MongoDB database.

🔐 Dependency Updates

Full Changelog: 0.5.0...0.6.0