LayerKit v0.19.0 Release Notes

  • Public API Changes

    • โœ‚ Removed all deprecated LayerKit methods.
    • ๐Ÿ”€ Replacing the completion block in synchronizeWithRemoteNotification:completion to return the LYRConversation and LYRMessage objects specified in the remote payload instead of the object changes.
    • โฑ Introduced LYRClient method waitForCreationOfObjectWithIdentifier:timeout:completion: that waits the timeout length for creation of the specified identifier's object.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes an issue which caused LYRQueryController instances to return partially hydrated objects. This could occur when multiple query controllers were attempting to query the same objects from different threads.