Skip to content

Releases: ably/ably-cocoa

v1.1.7

25 Jun 19:55
4956152
Compare
Choose a tag to compare

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

13 Jun 19:14
f597734
Compare
Choose a tag to compare

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:

Screenshot 2019-06-13 at 14 06 43

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

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