Skip to content

Releases: ably/ably-cocoa

v1.1.5

24 May 20:50
de21970
Compare
Choose a tag to compare

Important changes

Implemented enhancements:

  • Swift 5 / Xcode 10.2 #838

Fixed bugs:

  • Issue reported in iOS push tutorial #850

Complete list of changes available here.

Podfile

pod 'Ably', '1.1.5'

Cartfile

github "ably/ably-cocoa" == 1.1.5

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.1.4

08 May 18:38
65e735b
Compare
Choose a tag to compare

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

10 Jan 18:31
bbc2bbf
Compare
Choose a tag to compare

Important changes include:

  • macOS Support
  • tvOS Support

Complete list of changes available here.

Podfile

pod 'Ably', '1.1.3'

Cartfile

github "ably/ably-cocoa" == 1.1.3

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.1.2

06 Nov 16:37
c889e70
Compare
Choose a tag to compare

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

30 Sep 14:51
bf93cf6
Compare
Choose a tag to compare

Fixed bugs:

  • Update SocketRocket dependency #804

Podfile

pod 'Ably', '1.1.1'

Cartfile

github "ably/ably-ios" == 1.1.1

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.1.0

10 Aug 17:41
Compare
Choose a tag to compare

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

v1.0.14

18 Jun 13:49
Compare
Choose a tag to compare

Important changes include:

  • Implement connection state freshness check #645
  • Support for JWT #713

Podfile

pod 'Ably', '1.0.14'

Cartfile

github "ably/ably-ios" == 1.0.14

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.0.13

15 May 08:11
Compare
Choose a tag to compare

Important changes include:

  • Obtain a new connection when reconnecting after an interval greater than connectionStateTtl + maxIdleInterval #719

Podfile

pod 'Ably', '1.0.13'

Cartfile

github "ably/ably-ios" == 1.0.13

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.0.12

16 Mar 16:37
Compare
Choose a tag to compare

Important changes include:

  • Address warnings in KSCrash fork #680
  • Fix App Store publication when using Carthage #698
  • Fix high memory usage #691

Podfile

pod 'Ably', '1.0.12'

Cartfile

github "ably/ably-ios" == 1.0.12

Objective-C

#import <Ably/Ably.h>

Swift

import Ably

v1.0.11

31 Jan 15:01
Compare
Choose a tag to compare

Important changes include:

  • Fix crash on authentication challenge (#676)

Podfile

pod 'Ably', '1.0.11'

Cartfile

github "ably/ably-ios" == 1.0.11

Objective-C

#import <Ably/Ably.h>

Swift

import Ably