Skip to content

v0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vvbbnn00 vvbbnn00 released this 11 Mar 18:21
· 32 commits to master since this release
f145e08

Important

The following interfaces have been changed during the version update, please take note:

  • PUT /file/{path} has been moved to PUT /upload/{path}
  • POST /file/{path} has been moved to POST /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