Skip to content

1.6 - March 2015

Compare
Choose a tag to compare
@lukeredpath lukeredpath released this 03 Mar 17:24
· 147 commits to master since this release

This release includes a 64-bit slice for those who require 64 bit support.

Please note: this binary does not contain any dependencies - you need to add these to your project manually. The main dependency is SocketRocket and you will also need ReactiveCocoa if you want to use the Reactive Extensions (not included in this binary - add them to your project separately).

Changes:

  • Swift and 64-bit compatibility
  • Added new delegate method to support extracting auth response from wrapped payloads (#171)
  • Removed deprecated methods and delegate calls
  • Removed SocketRocket from the public interface (#157)
  • Fix deprecation warning for willAuthorizeChannelWithRequest (#147)
  • Use NSDate instead of C API for setting timestamp on auth request (#133)

v1.5...v1.6-alpha