All Versions
117
Latest Version
Avg Release Cycle
17 days
Latest Release
2175 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.26.6 Changes
๐ Bug Fixes
- ๐ Fixes an issue where the client could crash during the synchronization process. [IOS-3095]
- ๐ Fixes an issue where the call to
-setPresenceStatusAndPostObjectChanges:error:
could crash. [IOS-3106] - ๐ Fix race condition in Telemetry that could result in data being lost, and correctly delete expired data to avoid cluttering disk. [IOS-3039]
-
v0.26.5 Changes
๐ Bug Fixes
- ๐ Fixes an issue where the client could crash when receiving a message from a bot identity. [IOS-3061]
- ๐ Fixes an issue where enabled debug logging could throw an exception.
-
v0.26.4 Changes
๐ Bug Fixes
- ๐ Improved stability in cases where the Layer Platform provides inconsistent data due to the nature of eventual consistency. [IOS-3039]
- ๐ Fixes an issue where the client could crash on
-deauthenticate
invocation. [IOS-3036]
โจ Enhancements
- โ Added basic telemetry measurements to gather environmental and performance data. [IOS-2730]
-
v0.26.3 Changes
๐ Bug Fixes
- ๐ Fixes an issue where
LYRIdentity
object instances wouldn't get updates regularly.
- ๐ Fixes an issue where
-
v0.26.2 Changes
๐ Bug Fixes
- ๐ Fixes an issue where the query controller wouldn't register identity changes via
conversation.participants
, which is crucial when wanting to get notified ofpresenceStatus
updates when querying for conversations.
- ๐ Fixes an issue where the query controller wouldn't register identity changes via
-
v0.26.1 Changes
๐ Bug Fixes
- ๐ Fixes an issue where the framework did not include the bitcode binaries.
-
v0.26.0 Changes
๐ Introducing the presence feature, which allows you to set the authenticated user's own presence status that gets synchronized across the clients that follow the authenticated user. [APPS-2740]
Public API Changes
- โ Added two new read-only accessors
presenceStatus
andlastSeenAt
to theLYRIdentity
interface. - โ Added a method on the
LYRClient
setPresenceStatus:error:
which allows you to set the presence information for the current user.
๐ Bug Fixes
- ๐ Fixes an issue where
LYRIdentity
instances wouldn't update thefollowed
property correctly. [APPS-2950] - ๐ Fixes an issue where the
LYRQueryController
would not respond toLYRIdentity
changes.
- โ Added two new read-only accessors
-
v0.25.3 Changes
โจ Enhancements
- โก๏ธ Optimized the sync process when dealing with larger amount of conversations. [APPS-2831]
-
v0.25.2 Changes
๐ Bug Fixes
- ๐ Fixes an issue where a client might make a conversation object disappear temporarily. [APPS-2819]
-
v0.25.1 Changes
๐ Bug Fixes
- ๐ Fixes an issue where identities' properties weren't getting synchronized. [APPS-2791]
- ๐ Fixes an issue where creating a conversation with the same set of participants as the conversation that was previously deleted used to have, could render the newly created conversation invalid. [APPS-2787]
โจ Enhancements
- โ Added support for querying
LYRIdentity
'smetadata
key withLYRPredicateOperatorIsNotEqualTo
. [APPS-2791] - โ Added support for querying
LYRIdentity
'smetadata
key against anil
value. [APPS-2791]
Public API Changes
- โ Added reinforcement that prevents adding participants with an empty string for their
userID
. [APPS-2791]