The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.12.1 Release
3 weeks ago
## What's Changed
* DVC-7156 Add Objective-C variableValue methods by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/163
* [release] 1.12.1 by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/164
**Full Changelog**: https://github.com/DevCycleHQ/ios-client-sdk/compare/1.12.0...1.12.1
1.12.0 Release
3 weeks ago
## What's Changed
* DVC-6993 set `sseEtag` query param by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/158
* Update README.md docs for SPM and Carthage issues by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/159
* update README Carthage support to specify macOS issues by @chantalchung in https://github.com/DevCycleHQ/ios-client-sdk/pull/160
* DVC-7156 Add variableValue function by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/161
* [release] 1.12.0 by @jonathannorris in https://github.com/DevCycleHQ/ios-client-sdk/pull/162
**Full Changelog**: https://github.com/DevCycleHQ/ios-client-sdk/compare/1.11.2...1.12.0
## What's Changed
* DVC-6924 [fix]: add disableConfigCache and configCacheTTL to objective-c DVC Options by @kaushalkapasi in https://github.com/DevCycleHQ/ios-client-sdk/pull/156
**Full Changelog**: https://github.com/DevCycleHQ/ios-client-sdk/compare/1.11.1...1.11.2
## What's Changed
* DVC-6872 [fix]: add disableRealtimeUpdates options by @kaushalkapasi in https://github.com/DevCycleHQ/ios-client-sdk/pull/154
* [release] 1.11.1 by @kaushalkapasi in https://github.com/DevCycleHQ/ios-client-sdk/pull/155
**Full Changelog**: https://github.com/DevCycleHQ/ios-client-sdk/compare/1.11.0...1.11.1
1.11.0 Release
10 weeks ago
- fix deadlock from previous version by using separate DispatchQueue
1.10.0 Release [Unstable]
11 weeks ago
## 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 https://github.com/DevCycleHQ/ios-client-sdk/pull/149
* [release] 1.10.0 by @chantalchung in https://github.com/DevCycleHQ/ios-client-sdk/pull/150
* ensure thread safety
**Full Changelog**: https://github.com/DevCycleHQ/ios-client-sdk/compare/1.9.1...1.10.0
1.9.0 Release
18 weeks ago
- 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
- Adds support for `macOS 10.13` and higher
1.7.2 Release
20 weeks ago
- Fix encoding `+` in config url for user attributes
- Add callback to `flushEvents()`