Skip to content

Releases: DevCycleHQ/ios-client-sdk

v1.14.1

01 Aug 15:38
Compare
Choose a tag to compare

Features

Uncategorized

1.14.0 Release

21 Jul 15:42
08a2a6a
Compare
Choose a tag to compare

What's Changed

  • feat!: DVC-8020 rename DVC to DevCycle on public interfaces by @jonathannorris in #169

    • External interfaces changed to use DevCycle over DVC. For example: DVCClient -> DevCycleClient, DVCUser -> DevCycleUser. Old interfaces are marked as deprecated.
  • release: 1.14.0 by @jonathannorris in #170

Full Changelog: 1.13.0...1.14.0

1.13.0 Release

19 Jun 15:12
cc45251
Compare
Choose a tag to compare

What's Changed

  • feat: deprecate disableEventLogging add disableAutomaticEventLogging and disableCustomEventLogging by @suthar26 in #167
  • release: 1.13.0 by @suthar26 in #168

Full Changelog: 1.12.1...1.13.0

1.12.1 Release

16 May 20:07
f26bbca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.0...1.12.1

1.12.0 Release

16 May 13:55
e907bbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.2...1.12.0

1.11.2

11 Apr 15:39
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.11.1

1.11.0 Release

22 Mar 17:43
3d1db2b
Compare
Choose a tag to compare
  • fix deadlock from previous version by using separate DispatchQueue

1.10.0 Release [Unstable]

17 Mar 15:11
Compare
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
63f7f01
Compare
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