Changelog

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

Version 4.8.0 (2021-04-01)

Eko Messaging SDK 4.8.0 is released.

New APIs

  • Add push notification functionality to EkoCommunityRepository Refer to Push notifications documentation.

Breaking APIs

  • None

Deprecations

  • Set turn on and off push notification as user level by .setAllowed(allowed: Boolean)

  • Get push notification setting values as user level by .isAllowed(): Single<Boolean>

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

Version 4.4.2 (2021-01-15)

Eko Messaging SDK 4.4.2 is released.

API / Behavior Changes

  • Comment in FAILEDstate can be hard deleted by deleteComment(commentId)API

  • Post deletion by deletePost(postId)API results in hard deletion of the post from Global feed ranking

Bug Fixes

  • Fixed incorrect behaviour of private community query.

Version 4.4.1 (2021-01-04)

Eko Messaging SDK 4.4.1 is released.

Bug Fixes

  • Comment isDeleted property to be updated after initial query.

Version 4.4.0 (2020-12-22)

Eko Messaging SDK 4.4.0 is released.

Breaking Changes

  • Aligning file related message data return type with Feedfeature,

    • Replacing getUrl() : Stringwith getImage() : EkoImageinEkoMessage.Data.IMAGE

    • Replacing getUrl() : Stringwith getFile() : EkoFileinEkoMessage.Data.FILE

Version 4.2.0 (2020-11-27)

Eko Messaging SDK 4.2.0 is released.

API / Behavior Changes

  • Add Feed feature. Refer to Feeddocumentation.

Version 4.0.0 (2020-09-17)

Eko Messaging SDK 4.0.0 is released.

API / Behavior Changes

  • Add Comment on content feature

Breaking Changes

  • Revise all existing APIs . See each feature documentation for more info.

Last updated