LayerKit v0.20.1 Release Notes

  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes a bug where LYRConversation's -synchronizeMoreMessages:error: method would allow to pass zero messages as the first argument; it's now enforced with a validation that passes an error and returns NO.
    • ๐Ÿ›  Fixes a bug that would cause LYRClient to ignore the initialization option LYRClientSynchronizationPolicyUnreadOnly.

    Public API Changes

    • ๐Ÿ”€ The client's synchronizeWithRemoteNotification:completion: now immediately returns NO if the remote notification payload is not meant for the LYRClient or if the method has been invoked while the application is in a fully active state -- in this case, the completion handler won't be called.