Skip to content

Latest commit

 

History

History
126 lines (88 loc) · 3 KB

CHANGELOG.md

File metadata and controls

126 lines (88 loc) · 3 KB

Changelog

All changes to this project will be documented in this file.

[1.6.7] - 2024-11-06

  • AI summary updates

[1.6.6] - 2024-11-04

  • Analytics updates (ccv, views, ...)

[1.6.5] - 2024-10-21

  • Add summary feature

[1.6.4] - 2024-10-08

  • Add transcript feature

[1.6.3] - 2024-09-30

  • Add /tags API endpoint

[1.6.2] - 2024-09-16

  • Add discarded video endpoints

[1.6.1] - 2024-09-05

  • Add sort parameters in analytics endpoints

[1.6.0] - 2024-07-29

  • Add new analytics methods
  • Add livestream complete() method

[1.5.7] - 2024-04-25

  • Add API to get rate limiting headers

[1.5.6] - 2024-03-21

  • Add missing proguard rules for gson and jackson

[1.5.5] - 2024-02-19

  • Update VideoStatusIngest enum

[1.5.4] - 2024-01-08

  • Upgrade dependencies, gradle and Kotlin

[1.5.3] - 2023-12-14

  • Add support for API level >= 34 for WorkManager

[1.5.2] - 2023-09-26

  • Extend Android minSdkVersion to 21

[1.5.1] - 2023-08-22

  • Fix cancellation of upload workers for the WorkManager API

[1.5.0] - 2023-08-21

  • Improve cancel of upload workers for the WorkManager API

[1.4.2] - 2023-08-10

  • Fix upload with upload token and video id when video is smaller than chunk size

[1.4.1] - 2023-08-08

  • Fix upload notification resources name

[1.4.0] - 2023-06-28

  • Introducing new live streams restream feature
  • Introducing new analytics endpoints

[1.3.2] - 2023-04-20

  • Add upload token and videoId in WorkManager tags

[1.3.1] - 2023-04-04

  • 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

[1.3.0] - 2023-02-28

  • Introduce WorkManager dedicated API

[1.2.3] - 2022-11-16

  • Fix the UploadService notification level
  • In example, add support for Android 13

[1.2.2] - 2022-09-13

  • period parameter is now mandatory in analytics endpoints

[1.2.1] - 2022-08-30

  • Improve the upload Service

[1.2.0] - 2022-08-22

  • Add an upload Service

[1.1.0] - 2022-07-12

  • Add Async APIs

[1.0.6] - 2022-07-05

  • Add SDK origin header

[1.0.5] - 2022-04-21

  • Fix video.publishedAt type

[1.0.4] - 2022-03-21

  • Add ingest.receivedParts attribute in GET /videos/{video_id}/status

[1.0.3] - 2022-03-17

  • Fix metadata query param in GET /videos

[1.0.2] - 2022-03-10

  • Add Origin identification headers

[1.0.1] - 2022-01-24

  • Add applicationName parameter (to allow user agent extension)

[1.0.0] - 2022-01-07

  • 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}

[0.2.2] - 2022-01-06

  • Increase chunked and progressive upload speed
  • Update min Sdk version to Android API 24

[0.2.1] - 2021-12-13

  • Add an interface for progressive upload session

[0.2.0] - 2021-12-06

  • Add name attribute in player themes

[0.1.0] - 2021-11-19

  • Initial release