LayerKit v0.25.0 Release Notes

  • Public API Changes

    • โž• Added the readReceiptsEnabled property on the LYRConversation instance which indicates if the read receipts can be issued for the given channel. Conversations with read receipts disabled can have more than 25 participants. [APPS-2688]

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes an issue where the identifier property of an LYRIdentity could yield nil. [APPS-2722]
    • ๐Ÿ›  Fixes an issue where in some cases the client would only sync the last most recent messages of each conversation and then stop the process ending with an incomplete sync. [APPS-2780]
    • โž• Added nullability annotations for LYRIdentity to ensure appropriate handling in Swift.
    • ๐Ÿ›  Fixed an issue where typing indicators events could be over-published.
    • ๐Ÿ›  Fixed an issue where synchronizeWithRemoteNotification:completion: would disconnect transport unnecessarily.