All changes to this project will be documented in this file.
- AI summary updates
- Analytics updates (ccv, views, ...)
- Add summary feature
- Add support for Alamofire 5.10
- Add transcript feature
- Add /tags API endpoint
- Add discarded video endpoints
- Add sort parameters in analytics endpoints
- Add new analytics methods
- Add livestream complete() method
- Add API to get rate limiting headers
- Update VideoStatusIngest enum
- Fix progressive upload with upload token and video id
- Use pascal case for enums
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- Fix on upload by chunk and progressive upload.
- Add test on progressive upload.
- Add a
build.yml
CI workflow.
- Refactor upload by chunk and progressive upload. It is now possible to cancel an upload.
- Add timeout API
- period parameter is now mandatory in analytics endpoints
- Add SDK origin header
- Fix
video.publishedAt
type
- Add
ingest.receivedParts
attribute in GET /videos/{video_id}/status
- Add Origin identification headers
- Add applicationName parameter (to allow user agent extension)
- Add watermark endpoints
- Add video clips
- Fix tags[] query parameter format of GET /videos
- Correctly distinguish between "undefined", "defined" and "null" values if the playerId parameter of PATCH /videos/{videoId}
- Set protocol for progressive upload session visibility to public
- Add a protocol for progressive upload session
- Initial release