LayerKit v0.13.3 Release Notes
-
Public API Changes
- Introduced
LYRObjectChange
, which models a change that has occured upon a Layer model object. This object replaces the change dictionaries thatLYRClient
posted with change notifications. - ๐ Deprecated the following object change dictionary keys:
LYRObjectChangeTypeKey
,LYRObjectChangeObjectKey
,LYRObjectChangePropertyKey
,LYRObjectChangeOldValueKey
,LYRObjectChangeNewValueKey
. Use the public properties onLYRObjectChange
instead.
โจ Enhancements
- ๐ Improved the performance of the Rich Content management (smaller memory footprint and CPU usage).
- โฑ Prioritized auto-download scheduling of message parts with Rich Content.
๐ Bug Fixes
- ๐ Fixed crash caused by attempting to add a participant to a conversation they are already in.
- ๐ Fixed crash caused by attempting to remove a participant from a conversation they are not in.
- ๐ Fixed crash when dealing with huge numbers of Rich Content parts.
- ๐ Fixed an issue where sent messages' recipient statuses seemed to be stuck on
LYRRecipientStatusPending
, even though messages were successfully sent.
- Introduced