Skip to content

Releases: ably/ably-cocoa

v1.0.1

31 Mar 16:35
Compare
Choose a tag to compare

Important changes include:

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '1.0.1'

Cartfile

github "ably/ably-ios" == 1.0.1

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.11

31 Mar 16:34
Compare
Choose a tag to compare

Important changes include:

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.11'

Cartfile

github "ably/ably-ios" == 0.8.11

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.0.0 Major update

23 Mar 17:55
Compare
Choose a tag to compare

Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes.

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '1.0.0'

Cartfile

github "ably/ably-ios" == 1.0.0

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.9.0

23 Mar 16:42
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.9.0'

Cartfile

github "ably/ably-ios" == 0.9.0

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.10

11 Mar 11:33
Compare
Choose a tag to compare

Important changes include:

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.10'

Cartfile

github "ably/ably-ios" == 0.8.10

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.9

06 Dec 08:51
Compare
Choose a tag to compare

Important changes include:

  • Fixed #538, now it resumes channels correctly when an Auth renewal occurs.

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.9'

Cartfile

github "ably/ably-ios" == 0.8.9

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.8

22 Nov 19:28
Compare
Choose a tag to compare

Important changes include:

  • Fixed #531, which prevented authCallback to be handled properly on some situations.
  • Added fromJson and toJson methods on TokenRequest and TokenDetails, which makes using authCallback easier and safer (#533).

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.8'

Cartfile

github "ably/ably-ios" == 0.8.8

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.7

12 Oct 11:45
Compare
Choose a tag to compare

Important changes include:

  • ⚠️ Renamed the module AblyRealtime to Ably.

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'Ably', '0.8.7'

Cartfile

github "ably/ably-ios" == 0.8.7

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v0.8.6

12 Oct 06:53
Compare
Choose a tag to compare

Important changes include:

  • Added reauthorise capability.
  • Client options now accepts a custom fallback host list.
  • Channel should attach even if it's in the FAILED state.

This release is compatible with Xcode 7.3 and Xcode 8.

Podfile

pod 'AblyRealtime', '0.8.6'

Cartfile

github "ably/ably-ios" == 0.8.6

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime

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

26 Aug 18:00
Compare
Choose a tag to compare

Important changes include:

  • The library now uses system APIs to get notified when a remote host is or not reachable. Ably connections in DISCONNECTED state thus recover back to CONNECTED as soon as possible, instead of blindly waiting for a while before retrying.
  • Fixed a bug in which loss of Internet connection caused the Ably connection to move to FAILED instead of DISCONNECTED.

This release is incompatible with Xcode 7.2 or older.

Podfile

pod 'AblyRealtime', '0.8.5'

Cartfile

github "ably/ably-ios" == "0.8.5"

Objective-C

#import <AblyRealtime/AblyRealtime.h>

Swift

import AblyRealtime