All changes to this project will be documented in this file.
- Add static wrapper
- Add cancel() methods
- Add part number in progressive upload onProgress()
- Include
mp4
in VideoUploadResponse type
- Add onPlayable() method to define a listener called when the video is playable
- Video upload: add maxVideoDuration option.
- Progressive upload: add mergeSmallPartsBeforeUpload option.
- Video upload & Progressive upload: allow user to set a customized video name.
- Add origin headers
- Retry even if the server is not responding.
- Add possibility to define a custom retry policy.
- Progressive upload: prevent last part to be empty
- Create a AbstractUploader
- Add origin header
- Add the possibility to provide a refresh token
- Don't retry on 401 errors
- Mutualize some code
- Improve errors management
- Fix date attributes types
- Add authentication using an API key
- Export
VideoUploadResponse
type
- Fix typo in
VideoUploadResponse
type:hsl
instead ofhls
- Fix: prevent concurrent requests
- Add missing return types in upload methods
- Bump dependancies
- Add progressive upload feature
- Fix chunk size (default 50MB, min 5MB, max 128MB)
- Fix upload progress listener