Skip to content
Snippets Groups Projects

Extend Upload API for resumable downloads

Open Joscha Schmiedt requested to merge f-extend-upload-api into dev
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -10,8 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
- The file transmission API was extended to support resumable file uploads via an LinkAhead
Upload Protocol. The currently planned protocol is the TUS protocol. The resumable upload
API is still in alpha status.
### Changed ###
- The file transmission API was split from the entity API into its own proto file (v1alpha).
The entity API version is incremented to v2alpha1. is currently identical to v1 but
lacking the file transmission API).
### Deprecated ###
### Removed ###
Loading