LayerKit v0.8.0 Release Notes

  • ✨ Enhancements

    • ⚡️ Updated LayerKit to communicate with the new developer.layer.com environment.
    • ➕ Added isConnecting to the LYRClient public API for introspecting connection status.

    🐛 Bug Fixes

    • 👻 Assertion on an intermittent bug that is very hard to reproduce. We encourage developers to send us the crash report (the traced error message, exception and the stack trace).
    • 👌 Improved handling of Push Notifications when transitioning between active, inactive, and background states.
    • LYRClient now calls the layerClient:didFinishSynchronizationWithChanges: delegate method even if there weren't any changes.
    • LYRClient now validates for the maximum number of participants in sendMessage: and addParticipants: method.
    • 🛠 Fixed an issue where the LYRClient would crash if it received a nil message part data.
    • LayerKit will now properly handle transport of zero length message parts.