Releases: ably/ably-cocoa
v1.1.7
Important changes
Fixed bugs:
- Push deactivate/activate sequence results in stopped notifications #863
Merged pull requests:
- Fix Push Activation State Machine: WaitingForRegistrationUpdate bad state #864 (ricardopereira)
Complete list of changes available here.
Podfile
pod 'Ably', '1.1.7'
Cartfile
github "ably/ably-cocoa" == 1.1.7
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
v1.1.6
Important changes
Fixed bugs:
- Lexical or Preprocessor Issue: 'SRWebSocket.h' file not found #840
- KSCrashAblyFork ksthread_getQueueName #846
Complete list of changes available here.
⚠️ Breaking changes
We changed the name of our SocketRocket
framework to SocketRocketAblyFork
. In case you're using the library with Carthage, then you need to update the path of the SocketRocket
framework on your application targets’ Build Phases settings tab:
Podfile
pod 'Ably', '1.1.6'
Cartfile
github "ably/ably-cocoa" == 1.1.6
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
v1.1.5
v1.1.4
Important changes
Implemented enhancements:
- Add idempotent REST publishing #749
Fixed bugs:
- Default token params should not include a capabilities member #576
- Unsubscribe on channel enumeration causing crash #842
Complete list of changes available here.
Podfile
pod 'Ably', '1.1.4'
Cartfile
github "ably/ably-cocoa" == 1.1.4
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
v1.1.3
v1.1.2
Important changes include:
- Update to Xcode 10 (Swift 4.2) #813
- HTTP Paginated Response implemented #783
- Unable to submit to AppStore has been fixed #803
Complete list of changes available here.
Podfile
pod 'Ably', '1.1.2'
Cartfile
github "ably/ably-ios" == 1.1.2
Objective-C
#import <Ably/Ably.h>
Swift
import Ably
v1.1.1
v1.1.0
Important changes include:
- Upgrade to Xcode 9.4 #721
- Update Swift to version 4.1 #716
- Update protocol version to 1.1 #777
- Update push API and push device authentication #761
- Add max message size #759
See the complete release notes at https://blog.ably.io/ablys-client-library-sdks-1-1-release-8165c73c76fd
Podfile
pod 'Ably', '1.1.0'
Cartfile
github "ably/ably-ios" == 1.1.0
Objective-C
#import <Ably/Ably.h>
Swift
import Ably