Changelog

This page contains an overview of all relevant changes made to the Amity Video SDK modules and the latest version releases

Version 4.7.2 (2021-03-16)

Eko Messaging SDK 4.7.2 is released.

New APIs

  • Add a function to observe broadcasting status in EkoStreamBroadcaster. For further information please see here.

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • None

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 4.7.1 (2021-03-10)

Eko Messaging SDK 4.7.1 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Optimize PagedList configuration

  • Fix incorrect pagination of categories

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 4.7.0 (2021-03-02)

Eko Messaging SDK 4.7.0 is released.

New APIs

  • Introduce eko-video-publisher for video broadcasting. Refer to Video documentation.

  • Add manual paging functionality to EkoCommentQueryRefer to Comment documentation.

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • None

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 4.6.0 (2021-02-16)

Eko Messaging SDK 4.6.0 is released.

New APIs

  • Add new option .roles(roles: List<String>) inEkoChannelMembershipQuery.Builder. Refer to Channel documentation.

  • Add new option .sortBy(option: EkoCommentSortOption) in EkoCommentQuery.Builder. Refer to Comment documentation.

  • Add new API getLatestComment() in EkoCommentRepository. Refer to Comment documentation.

  • Add custom dataType support for EkoPost. Refer to Feeddocumentation.

Breaking APIs

  • Change query option setIsLive(isLive: Boolean) to setStatus(statuses: Array) in EkoStreamQuery.Builder. The user is now able to query live-stream videos based on its statues.

Deprecations

  • Query memberships by role. .role(role: String)

Fixes

  • ImprovegetMyReactions()performance on EkoMessage, EkoPost

    , EkoComment

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 4.5.1 (2021-01-28)

Eko Messaging SDK 4.5.1 is released.

New APIs

  • None

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • Active user missing from community list when community has more than 10 members

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Version 4.5.0 (2021-01-19)

Eko Messaging SDK 4.5.0 is released.

New APIs

  • Add query option setIsLive(boolean) in EkoStreamQuery.Builder. The user is now able to query currently live or ended live-stream videos.

  • Add new method getRecordings() in EkoStream model . The user is now able to get recorded videos.

Breaking APIs

  • None

Deprecations

  • None

Fixes

  • None

Behavioural changes

  • None

Compatibility

  • OKHTTP - 3.10.0

  • Retrofit - 2.4.0

  • Kotlin-std-lib - 1.3.72

Last updated