5.6.0
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
- #UP-3913 Add support for creating poll post
- #UP-3919 Add poll closing api
- #UP-3916 Add poll voting api
- #UP-3907 Update post model to support poll type
- #UP-3910 Introduce poll model
- #UP-3976 Add create poll API
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
toAmityStreamBroadcaster.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