All changes to this project will be documented in this file.
- AI summary updates
- Analytics updates (ccv, views, ...)
- Add summary feature
- 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
- Add missing proguard rules for gson and jackson
- Update VideoStatusIngest enum
- Upgrade dependencies, gradle and Kotlin
- Add support for API level >= 34 for WorkManager
- Extend Android minSdkVersion to 21
- Fix cancellation of upload workers for the WorkManager API
- Improve cancel of upload workers for the WorkManager API
- Fix upload with upload token and video id when video is smaller than chunk size
- Fix upload notification resources name
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- Add upload token and videoId in WorkManager tags
- Add custom tag for WorkManager
- Fix tag for progressive upload in WorkManager
- Worker now returns the file in case developer want to delete it after upload.
- Use api.video theme and icon for examples
- Introduce WorkManager dedicated API
- Fix the UploadService notification level
- In example, add support for Android 13
- period parameter is now mandatory in analytics endpoints
- Improve the upload Service
- Add an upload Service
- Add Async APIs
- Add SDK origin header
- Fix
video.publishedAt
type
- Add
ingest.receivedParts
attribute in GET /videos/{video_id}/status
- Fix metadata query param in GET /videos
- 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}
- Increase chunked and progressive upload speed
- Update min Sdk version to Android API 24
- Add an interface for progressive upload session
- Add
name
attribute in player themes
- Initial release