- Relax required version number of
dry-configurable
dependency
- Fix deprecation warning when calling metadata class initializer with keyword arguments.
- Don't break when uploading a private file.
- Repair broken
FileAccessor
class.
- Breaking Change: Remove
MountableFileServer::Client
. UseMountableFileServer::Adapter
instead.
- Relax Sinatra dependency so Ruby on Rails 4 can use Rack 1.X
- Remove HTTP endpoints for moving and deleting uploads due to security concerns.
- Return 404 for unknown or malformed FIDs.
- Internal refactorings.
- Introduce
Adapter
class to have one point of contact.
Breaking Changes
- Files are stored under their full unique identifier in every storage.
- Remove
Access
class. - Signature of
Storage
methods changed.