All Versions
117
Latest Version
Avg Release Cycle
17 days
Latest Release
2175 days ago

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.
  • 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 of presenceStatus updates when querying for conversations.
  • 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 and lastSeenAt to the LYRIdentity 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 the followed property correctly. [APPS-2950]
    • ๐Ÿ›  Fixes an issue where the LYRQueryController would not respond to LYRIdentity changes.
  • 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's metadata key with LYRPredicateOperatorIsNotEqualTo. [APPS-2791]
    • โž• Added support for querying LYRIdentity's metadata key against a nil value. [APPS-2791]
    Public API Changes
    • โž• Added reinforcement that prevents adding participants with an empty string for their userID. [APPS-2791]