Skip to content

v0.9.0

Compare
Choose a tag to compare
@hannesdejager hannesdejager released this 21 Apr 07:27
· 310 commits to master since this release

Changes in this release:

  • Now using environment variables to configure the gcs example
  • Added Server::new_with_authenticator that allows configuring custom user detail types.
  • Introduced auth::UserDetails trait to capture requirements for instances holding custom user information.
  • Breaking change: Renamed auth::AnonymousUser to auth::DefaultUser
  • Added a rudimentary implementation of the FTP REST command for the cloud storage implementation.