Skip to content

Releases: vvbbnn00/goflet

v0.0.5

17 Mar 07:09
0ebbf9c
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: Fix the issue of 'invalid cross-device link' when uploading files by @vvbbnn00 in #10
  • fix: Correct the bug where JSON is returned twice consecutively on upload failure by @vvbbnn00 in #11

Others

  • docs: Update API documentation again by @vvbbnn00 in #9
  • ci: Reduce compilation platforms (remove Linux 386 and Linux/armv7) to decrease action duration by @vvbbnn00 in #12

Full Changelog: v0.0.4...v0.0.5

v0.0.4

v0.0.3

11 Mar 18:21
f145e08
Compare
Choose a tag to compare
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 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

v0.0.2

10 Mar 17:09
8d7152c
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • feat: Add interfaces for copying and moving files by @vvbbnn00 in #5

Full Changelog: v0.0.1-alpha3...v0.0.2

v0.0.1-alpha3

10 Mar 09:53
27e36d6
Compare
Choose a tag to compare
v0.0.1-alpha3 Pre-release
Pre-release

Changelog

  • ad05abe ci: Add more icons for Windows distributions
  • 28c7f49 fix: Fix the bug where scheduled tasks can only be executed once
  • e8c34ab fix: Prevent printing sensitive logs in non-debug mode

v0.0.1-alpha2

09 Mar 22:00
dc6194b
Compare
Choose a tag to compare
v0.0.1-alpha2 Pre-release
Pre-release

This is an alpha version for testing.