Releases: DevCycleHQ/ios-client-sdk
Releases · DevCycleHQ/ios-client-sdk
v1.14.1
1.14.0 Release
What's Changed
-
feat!: DVC-8020 rename DVC to DevCycle on public interfaces by @jonathannorris in #169
- External interfaces changed to use
DevCycle
overDVC
. For example:DVCClient
->DevCycleClient
,DVCUser
->DevCycleUser
. Old interfaces are marked as deprecated.
- External interfaces changed to use
-
release: 1.14.0 by @jonathannorris in #170
Full Changelog: 1.13.0...1.14.0
1.13.0 Release
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
What's Changed
- DVC-7156 Add Objective-C variableValue methods by @jonathannorris in #163
- [release] 1.12.1 by @jonathannorris in #164
Full Changelog: 1.12.0...1.12.1
1.12.0 Release
What's Changed
- DVC-6993 set
sseEtag
query param by @jonathannorris in #158 - Update README.md docs for SPM and Carthage issues by @jonathannorris in #159
- update README Carthage support to specify macOS issues by @chantalchung in #160
- DVC-7156 Add variableValue function by @jonathannorris in #161
- [release] 1.12.0 by @jonathannorris in #162
Full Changelog: 1.11.2...1.12.0
1.11.2
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
What's Changed
- DVC-6872 [fix]: add disableRealtimeUpdates options by @kaushalkapasi in #154
- [release] 1.11.1 by @kaushalkapasi in #155
Full Changelog: 1.11.0...1.11.1
1.11.0 Release
- fix deadlock from previous version by using separate DispatchQueue
1.10.0 Release [Unstable]
Notes:
- This release is currently unstable as it may introduce deadlocks when using it in multi threaded setup
What's Changed
- [fix] add dispatch queue sync around variable calls by @chantalchung in #149
- [release] 1.10.0 by @chantalchung in #150
- ensure thread safety
Full Changelog: 1.9.1...1.10.0
1.9.0 Release
- Added support for tvOS targets
- Added support for watchOS targets
- Update example apps functionality to match iOS example app
- Rename
environmentKey
tosdkKey
to be consistent with other SDKs