Skip to content

Releases: DevCycleHQ/ios-client-sdk

1.11.2

11 Apr 15:39

Choose a tag to compare

What's Changed

  • DVC-6924 [fix]: add disableConfigCache and configCacheTTL to objective-c DVC Options by @kaushalkapasi in #156

Full Changelog: 1.11.1...1.11.2

1.11.1

10 Apr 20:20

Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.11.1

1.11.0 Release

22 Mar 17:43

Choose a tag to compare

  • fix deadlock from previous version by using separate DispatchQueue

1.10.0 Release [Unstable]

17 Mar 15:11

Choose a tag to compare

Notes:

  • This release is currently unstable as it may introduce deadlocks when using it in multi threaded setup

What's Changed

Full Changelog: 1.9.1...1.10.0

1.9.0 Release

31 Jan 01:35

Choose a tag to compare

  • Added support for tvOS targets
  • Added support for watchOS targets
  • Update example apps functionality to match iOS example app
  • Rename environmentKey to sdkKey to be consistent with other SDKs

1.8.0

18 Jan 22:31

Choose a tag to compare

  • Adds support for macOS 10.13 and higher

1.7.2 Release

13 Jan 17:39

Choose a tag to compare

  • Fix encoding + in config url for user attributes

1.7.1

11 Jan 18:57

Choose a tag to compare

  • Add callback to flushEvents()

1.7.0

11 Jan 18:57

Choose a tag to compare

  • Update DVCEvent value to be Double instead of Int

1.6.5

09 Jan 22:04

Choose a tag to compare

  • make attributes of Variable and Feature structs public