Skip to content

Releases: ably/ably-cocoa

v0.8.4 for Swift 2.2 (Xcode 7.3 or newer)

11 Aug 13:21
Compare
Choose a tag to compare

Among other fixes and improvements, standardizes on how NSDictionary and NSArray are encoded and decoded when used as message data, thus fixing interoperability issues with Java, JavaScript, and others.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.4'

Cartfile

github "ably/ably-ios" == "0.8.4"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.3 for Swift 2.2 (Xcode 7.3 or newer)

01 Jul 13:01
Compare
Choose a tag to compare

Fixes a few bugs, including:

  • Fixed token auth with signed token requests (via authCallback or authUrl).
  • Client ID in WebSocket connections wasn't being set properly.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.3'

Cartfile

github "ably/ably-ios" == "0.8.3"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.2 for Swift 2.2 (Xcode 7.3 or newer)

16 May 07:52
Compare
Choose a tag to compare

This release brings almost 100 % compliance with Ably's spec, including:

  • MessagePack now replaces JSON as default encoding.
  • More robust handling of disconnection events.
  • Fallback hosts for both REST and Realtime.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.2'

Cartfile

github "ably/ably-ios" == "0.8.2"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.1 for Swift 2.1 (Xcode 7.2 or older)

08 Apr 16:37
Compare
Choose a tag to compare

This release is incompatible with Xcode 7.3 or later.

Podfile

pod 'AblyRealtime', :git => 'https://github.com/ably/ably-ios.git', :tag => '0.8.1-swift2.1'

Cartfile

github "ably/ably-ios" == "0.8.1-swift2.1"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.1 for Swift 2.2 (Xcode 7.3 or newer)

08 Apr 16:59
Compare
Choose a tag to compare

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.1'

Cartfile

github "ably/ably-ios" == "0.8.1"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0

06 Apr 17:18
Compare
Choose a tag to compare

This release requires Xcode 7.3+ otherwise the Swift 2.2 changes will NOT COMPILE.

Instructions

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0 Beta 3

18 Mar 16:30
Compare
Choose a tag to compare
v0.8.0 Beta 3 Pre-release
Pre-release

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

v0.8.0 Beta 2

18 Mar 13:24
Compare
Choose a tag to compare
v0.8.0 Beta 2 Pre-release
Pre-release

Renamed pod Ably to AblyRealtime.

v0.8.0 Beta 1

04 Mar 18:50
Compare
Choose a tag to compare
v0.8.0 Beta 1 Pre-release
Pre-release

First v0.8 beta release.

v0.7.0

03 Mar 16:11
Compare
Choose a tag to compare
Merge pull request #9 from thevixac/master

Token Auth and cryptography fixes and renaming