Releases: DevCycleHQ/ios-client-sdk
Releases · DevCycleHQ/ios-client-sdk
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
environmentKeytosdkKeyto be consistent with other SDKs
1.8.0
- Adds support for
macOS 10.13and higher
1.7.2 Release
- Fix encoding
+in config url for user attributes
1.7.1
- Add callback to
flushEvents()
1.7.0
- Update DVCEvent value to be
Doubleinstead ofInt
1.6.5
- make attributes of
VariableandFeaturestructs public