Releases: ably/ably-cocoa
v1.1.22
Changes
Fixed bugs:
- Allow customers to subclass ARTLog #1011 (QuintinWillison)
Merged pull requests:
- Test suite: keep channel name prefix for current ClientOptions while calling 'setupOptions' and other improvements #1009 (ricardopereira)
- Avoid leak from user incorrectly holding to authCallback's callback. #1000 (tcard)
Versions
Podfile
pod 'Ably', '1.1.22'
Cartfile
github "ably/ably-cocoa" == 1.1.22
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.3.1.
v1.1.21
Changes
- Fix Objective-C namespace collisions #1006 (SlaunchaMan)
- Fix strong ref cycle: Rest.push and Rest.push.admin <-> Rest. #999 (tcard)
Versions
Podfile
pod 'Ably', '1.1.21'
Cartfile
github "ably/ably-cocoa" == 1.1.21
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.3.1.
v1.1.20
Changes
- Support build with Xcode 10 (23b235c) - brings in SocketRocket #5
Versions
Podfile
pod 'Ably', '1.1.20'
Cartfile
github "ably/ably-cocoa" == 1.1.20
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.2.
v1.1.19
Changes
Fixed bugs:
- Old push state AfterRegistrationUpdateFailed needs migration #993
Closed issues:
- Auth token refresh misses when macOS is sleeping #984
Merged pull requests:
- Push: Fix activate() behavior while syncing device. #995 (tcard)
- Migrate persisted AfterRegistrationUpdateFailed to ...SyncFailed. #994 (tcard)
- Use tests dispatch queue, not main, to POST /apps. #991 (tcard)
- Update SocketRocket dependency #990 (ricardopereira)
- Document development flow #989 (QuintinWillison)
- Second Attempt to Update KSCrash dependency #988 (QuintinWillison)
- Fix handling of token error when first connecting. #986 (tcard)
- Update KSCrash dependency #981 (QuintinWillison)
- Fix bad merge in README. #980 (tcard)
- Validate and sync when activating push for registered device #974 (tcard)
- Update ably-ios references to ably-cocoa #954 (tcard)
Versions
Podfile
pod 'Ably', '1.1.19'
Cartfile
github "ably/ably-cocoa" == 1.1.19
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.2.
v1.1.18
Changes
Fixed bugs:
- Result of internet-up.ably-realtime.com is ignored #952
- Realtime suspended connection retrial using wrong timeout #913
Closed issues:
- Remove develop branch #969
- Flaky test: RTP2f (incoming LEAVE while SYNCing) #938
- Flaky test: RTN17* (fallback hosts) #931
Versions
Podfile
pod 'Ably', '1.1.18'
Cartfile
github "ably/ably-cocoa" == 1.1.18
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.2.
v1.1.17
Changes
Merged pull requests:
- Remove push state machine singleton (#972)
- Add clarification to release process: document --since-tag effects (#971)
Versions
Podfile
pod 'Ably', '1.1.17'
Cartfile
github "ably/ably-cocoa" == 1.1.17
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.2.
v1.1.16
Changes
Bug fixes:
- Can now compile Ably headers in Objective-C++ (#964)
- Now push activation state machine doesn't get stuck in certain states (#967)
Versions
Podfile
pod 'Ably', '1.1.16'
Cartfile
github "ably/ably-cocoa" == 1.1.16
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.2.
v1.1.15
Important changes
Complete list of changes available here.
⚠️ Breaking changes
We changed the name of our version of KSCrash
framework to KSCrashAblyFork
. In case you're using the library with Carthage, then you need to update the name of the KSCrash
framework on your application targets’ Build Phases settings tab.
Versions
Podfile
pod 'Ably', '1.1.15'
Cartfile
github "ably/ably-cocoa" == 1.1.15
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
Compatibility
- Carthage release for Swift is built with Xcode 11.3.
v1.1.15 - Beta 1
Changes
Continuation of the attempt to fix an issue experienced by those specifying the Ably pod as a dependency in their own CocoaPod spec, relating to the Ably fork of the KSCrash and MsgPack framework.
Partially addressing #949
Versions
Podfile
pod 'Ably', '1.1.15-beta.1'
Cartfile
WARNING This beta release has been created as an attempt to fix a CocoaPods related issue. As such there is a possibility that inclusion via Carthage may not work.
github "ably/ably-cocoa" == 1.1.15-beta.1
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
v1.1.15 - Beta 0
Changes
This is an attempt to fix an issue experienced by those specifying the Ably pod as a dependency in their own CocoaPod spec, relating to the Ably fork of the KSCrash framework.
Partially addressing #949
Versions
Podfile
pod 'Ably', '1.1.15-beta.0'
Cartfile
WARNING This beta release has been created as an attempt to fix a CocoaPods related issue. As such there is a possibility that inclusion via Carthage may not work.
github "ably/ably-cocoa" == 1.1.15-beta.0
Objective-C
#import <Ably/Ably.h>
Swift
import Ably