v0.0.3
Pre-release
Pre-release
Important
The following interfaces have been changed during the version update, please take note:
PUT /file/{path}
has been moved toPUT /upload/{path}
POST /file/{path}
has been moved toPOST /upload/{path}
- The original
POST /file/{path}
has been given a new meaning: uploading small files - Added
DELETE /upload/{path}
: cancel the upload session
What's Changed
Features
feat: add file creation api endpoint for create empty files
feat: Embed Swagger documentation within the software, which can be enabled or disabled via configuration file
feat: Implement default values for configuration loading, preventing errors due to unset values
feat: Support small file uploads and cancellation of upload sessions; modify previous irrational route design
Bug Fixes
fix: Correct the bug where setting bool to false still has no effect
Documentations
docs: Make configuration item names consistent with README documentation.
docs: Update changes to interfaces in API documentation
Full Changelog: v0.0.2...v0.0.3