LayerKit v0.14.1 Release Notes

  • Public API Changes

    • Introduced LYRConversation query predicate and sort descriptor lastMessage.sentAt, which joins the already existing lastMessage.receivedAt.

    โœจ Enhancements

    • โž• Added logic to speed up synchronization of conversation deletions and metadata updates.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixes an issue where deleted conversations with pending changes caused the sync to completely stop.
    • ๐Ÿ›  Fixes an issue where mutlitple local deletions and distinct conversation creations could create object cache inconsistencies and crash.
    • ๐Ÿ›  Fixes an issue which caused LayerKit to return nil instead of NSUIntegerMax if an error occurred during a count query.