Skip to content

5.6.0

Compare
Choose a tag to compare
@siengnonta siengnonta released this 14 Sep 15:08
· 339 commits to master since this release

SDK 5.6.0 Release Notes

New Features

Vision

  • #UP-3687 #UP-3683 #UP-3690 Create live stream post with AmityLiveStreamPostBuilder
  • #UP-4284 Change post/feed live collection behavior to rely on server states.
  • #UP-4769 Add an option to create a new live stream with a thumbnail image in streamRepository.createVideoStream(... thumbnailImage: ...)
  • #UP-4769 Publish live stream to the existing stream object. AmityStreamBroadcaster.startPublish(existingStreamId:)
  • #UP-4769 Publish a new live stream with a thumbnail image. AmityStreamBroadcaster.startPublishNewStream(... thumbnailImage: ...)

HarryPotter

Shazam

  • #UP-3621 Send message with mentioned users
  • #UP-3609 Send mentioned users to message model
  • #UP-3626 Add mention channel to message model
  • #UP-3634 Provide mention configurations
  • #UP-3648 Provide mention unread
  • #UP-4192 Helper class to construct mentions
  • #UP-4196 Helper class to render mentions
  • #UP-3616 Search members by display name
  • #UP-4601 Support new query to search members
  • #UP-4497 Remove sort by option from search members

Fixes

Vision

  • #UP-4225 #UP-4493 Add License file for SDK & UIKit
  • #UP-4528 Fix post count issue in different feeds
  • #UP-4517 [Internal] Fix sample app keyboard issue
  • #UP-4567 [Internal] Fix sample app issue where user cannot see community feed

Ironman

  • #UP-4214 [Internal] Refactor registration device code in sdk
  • #UP-4212 [Internal] Add console logger in sdk
  • #UP-4522 [Internal] Fix crash after declining pending post issue
  • #UP-4522 Fix issue where creating community doesn't continue after internet gets back

Breaking Changes

none

Api:

  • Rename AmityStreamBroadcaster.startPublish to AmityStreamBroadcaster.startPublishNewStream

Behaviour:

  • Post/Feed live collection now rely on the server pagination states. This improve better sorting/ranking accuracy.
    Side Effect: When the user create a post, the new post will not automatically appear in live collection.

Compatibility

  • Xcode Version: 12.5
  • Realm Version: 10.12.0
  • Minimum Target: iOS 12.0