Releases: ably/ably-cocoa
Releases · ably/ably-cocoa
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