- Update
rocket
dependency fromv0.5.0-rc.2
tov0.5.1
.
-
Added Termination extension functionality.
This extension defines a way for the Client to terminate completed and unfinished uploads allowing the Server to free up used resources. Available from
on_termination()
option. -
Added
keep_on_disk()
option.From now all completed uploads resources will be deleted from Server, this option specifies that theses temp files should be kept on disk.
- Features decorated with
#![feature(...)]
has refactored tostable
code.
- GitHub CI workflow creation to improve code quality.