All Versions
117
Latest Version
Avg Release Cycle
17 days
Latest Release
1717 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.1.0 Changes
September 26, 2018General
- โฌ๏ธ Dropping support for static libraries (
LayerKit.embeddedframework
).
๐ Bug Fixes
- ๐ Fixes an issue where the client raises an exception with an unprocessable
LYRMessagePart
mutation. [IOS-3450]
- โฌ๏ธ Dropping support for static libraries (
-
v4.1.0-pre3 Changes
September 26, 2018General
- โฌ๏ธ Dropping support for static libraries (
LayerKit.embeddedframework
).
๐ Bug Fixes
- ๐ Fixes an issue where the client raises an exception with an unprocessable
LYRMessagePart
mutation. [IOS-3450]
- โฌ๏ธ Dropping support for static libraries (
-
v4.1.0-pre2 Changes
August 31, 2018๐ Bug fixes
- ๐ Fixes an issue where the
message.receivedAt
was not consistent across sender's own devices. [IOS-3442]
- ๐ Fixes an issue where the
-
v4.1.0-pre1 Changes
August 23, 2018โจ Enhancements
- ๐ Introducing the Analytics Events (see
LYRAnalyticsEvent
) that the client emits via theLYRClientDidPostAnalyticsEventNotification
.
- ๐ Introducing the Analytics Events (see
-
v4.0.4 Changes
August 13, 2018๐ Bug fixes
- ๐ Fixes an issue where the client could crash with the "Version mismatch failure..." exception message. [IOS-3429.2]
-
v4.0.3 Changes
July 31, 2018๐ Bug fixes
- ๐ Fixes an issue where the client could crash when changing the presence status (the "Version mismatch failure..." exception message). [IOS-3429]
-
v4.0.2 Changes
May 23, 2018๐ Bug fixes
- ๐ Fixes an issue where the client would perform slow while synchronizing more messages for a conversation. [IOS-3418]
-
v4.0.1 Changes
May 24, 2018๐ Bug fixes
- ๐ Fixes a potential crash on de-authentication (partially fixed in [IOS-3402]) where the client would fail to associate a cached file to a message part due to legacy filename format (previously an index number, now a UUID). [IOS-3414]
- ๐ Fixes an issue where an incoming message's
receivedAt
attribute would have inconsistent value. [IOS-3292]
โจ Enhancements
- ๐ Updated our build / release script dependencies. [IOS-3405]
-
v4.0.0 Changes
April 03, 2018โจ Enhancements
- โ Added wildcard support for MIMEType auto-download feature. [IOS-3344]
๐ Bug Fixes
- ๐ Fixes a rare issue where message would contain only one message part if application is built with the iOS11 SDK and is ran on an iOS10 device. [IOS-3396]
- ๐ Fixes a potential crash related to the
-setLocalData:error:
call on anLYRMessage
instance. [IOS-3399] - ๐ Fixes a potential crash where de-authenticating a client could cause a message part cache cleanup to fail with an exception. [IOS-3402]
- ๐ Fixes a bug where the client would fail to send a rich message (larger than >2kb) having MIMEType extensions. [IOS-3403]
1.0.0-pre2
โจ Enhancements
- โ Added a new read-write property to the
LYRMessage
class, which enables developers to persist local user data. SeelocalData
andsetLocalData:error:
inLYRMessage.h
for more information. [IOS-3376]
1.0.0-pre1
Public API Changes
- The
LYRMessage
object'sparts
accessor, which used to provide an array ofLYRMessagePart
instances, now hands theLYRMessagePart
collection in a form of anNSSet
. - The
LYRClient
method that vends newLYRMessage
instancesnewMessageWithParts:options:error:
now takes anNSSet
instead of anNSArray
ofLYRMessagePart
objects.
โจ Enhancements
- โ Adds support for message content updates issued through the SAPI. [IOS-3317] (note: this requires the client to re-sync all of the most recent data with the server)
-
v1.0.0 Changes
March 05, 2018โจ Enhancements
- โ Added a new read-write property to the
LYRMessage
class, which enables developers to persist local user data. SeelocalData
andsetLocalData:error:
inLYRMessage.h
for more information. [IOS-3376]
- โ Added a new read-write property to the