Skip to content

Releases: Optable/optable-ios-sdk

0.10.0

05 Jan 19:55
f674a62
Compare
Choose a tag to compare

0.10.0 is a mostly maintenance release. Noteworthy changes:

  • add support for Swift Package Manager by adding Package.swift manifest to root
  • make use of CryptoKit SHA256 conditional on availability of CryptoKit module, fallback on CommonCrypto
  • bundle update in order to bring all dependencies to latest in Gemfile and silence dependabot security warnings regarding cocoapods
  • README to reference public cocoapods repo, not private anymore

0.9.0

31 May 15:01
Compare
Choose a tag to compare

First open-source release

0.8.2

11 Jan 16:11
Compare
Choose a tag to compare

Minor release that sets the SDK version not just in the Cocoapods specfile, but also in OptableSDK.xcodeproj/project.pbxproj via MARKETING_VERSION (which in turn is set as CFBundleShortVersionString in Source/Info.plist and is used by the OptableSDK when sending its version number to the sandbox for debugging purposes). This means that developers installing the SDK via e.g., Carthage instead of Cocoapods can now expect that their true SDK version is passed along to their sandbox, instead of the default 1.0 which was the case prior to this release.

0.8.1

06 Jan 14:36
Compare
Choose a tag to compare

Minor release which is largely a stabilizing change -- no new functionality nor API changes:

  • Get rid of all force-unwraps in the SDK codebase: #28

0.8.0

09 Dec 00:11
Compare
Choose a tag to compare
  • Support useragent override in the constructor (#26)

PLEASE NOTE: This release introduces an API change for the Objective-C API !!!
Normally we would release a new major version (1.0.0) with this type of change, but after some consideration, have decided to make an exception in this case. For clarity, no API breaking change was introduced to the Swift version of the SDK with this version.

0.7.1

07 Dec 17:41
Compare
Choose a tag to compare
  • Bugfix: #24 - SDK crashes when calling eidFromURL and passing URL with no querystring

0.7.0

24 Nov 02:40
Compare
Choose a tag to compare
  • Add support and documentation for the profile API
  • Set OptableSDK build target to iOS 9.2, the earliest we support

0.6.0

11 Nov 20:27
Compare
Choose a tag to compare

0.5.0

30 Oct 23:28
Compare
Choose a tag to compare

Adds support for identifying users originating from a tap on an app universal link in an Email newsletter. See https://github.com/Optable/optable-ios-sdk#identifying-visitors-arriving-from-email-newsletters

0.4.0

26 Oct 16:12
Compare
Choose a tag to compare

SDK to support host apps for iOS 9.3 and above.