All changes to this project will be documented in this file.
- AI summary updates
- Analytics updates (ccv, views, ...)
- Add summary feature
- Fix postinstall script
- 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 *WithResponseHeaders() methods
- Update VideoStatusIngest enum
- Fix documentation links
- Set default values defined in the description
- generate only CommonJS target
- getAccessToken() response now contains properly named attributes
- Fix getAccessToken() method
- Use Axios instead of Got
- Introducing new live streams restream feature
- Introducing new analytics endpoints
- fix import issues
- fix unit tests
- fix ES6 import of the client
- period parameter is now mandatory in analytics endpoints
- Add SDK origin header
- Upload methods (except for videos upload) now accept Readable and Buffer in addition to the file path.
- Fix
video.publishedAt
type
- Add
ingest.receivedParts
attribute in GET /videos/{video_id}/status
- Updates in packages.json
- Add Origin identification headers
- Add missing
linkActive
inPlayerThemeUpdatePayload
andPlayerThemeCreationPayload
- 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}
- Bump project dependancies
- Add
name
attribute in player themes
- Fix ProgressiveSession import
- Add support of
progressive uploads