Releases: DevCycleHQ/ios-client-sdk
Releases · DevCycleHQ/ios-client-sdk
v1.24.2
Bug Fixes
- fix: Create CODEOWNERS by @JamieSinn in #246
Other Changes
- chore: add public static openFeatureEvalReason method to EvalReason by @kaushalkapasi in #245
- chore: wrap open feature reason in debug by @kaushalkapasi in #247
Uncategorized
v1.24.1
Bug Fixes
- fix: gracefully handle errors when parsing a cached config by @kaushalkapasi in #244
Uncategorized
v1.24.0
Features
- feat: adds eval reasons by @kaushalkapasi in #240
Bug Fixes
- fix: mark DVCVariable evalReason as deprecated by @kaushalkapasi in #241
Uncategorized
v1.23.0
Bug Fixes
- fix: offline intitalization using cached config by @jonathannorris in #238
Other Changes
- chore: cleanup ClientBuilder.build method by @jonathannorris in #237
Uncategorized
v1.22.0
Bug Fixes
- fix: fix UserBuilder to always set isAnonymous, refactor DevCycleUser params by @jonathannorris in #236
Uncategorized
v1.21.2
Bug Fixes
- fix: remove unsafe casts to prevent runtime exceptions by @jsalaber in #234
- fix: use cached config if identify user fails by @kaushalkapasi in #235
Uncategorized
v1.21.1
Bug Fixes
- fix: try and fix publish-pod permissions by @jonathannorris in #229
- fix: move permissions to job level by @jonathannorris in #230
- fix: improve json parsing error handling by @kaushalkapasi in #231
Other Changes
- chore: added test for client to make sure if config request fails, that everything still works without a successful config by @jsalaber in #233
Uncategorized
v1.21.0
Bug Fixes
- fix: improve UserBuilder validation and add error for isAnonymous=false with no userId by @jonathannorris in #228
Other Changes
- chore: run flutter sdk update action after cocoapods publish by @jonathannorris in #227
Uncategorized
v1.20.0
Features
- feat: Update cached config logic: 30-day TTL and per-user caching by @Copilot in #226
Other Changes
- chore: pin 3rd party actions to sha by @jonathannorris in #223
Uncategorized
v1.19.0
Features
- feat: add async versions of all public DevCycleClient methods with callbacks by @jonathannorris in #221
- feat: update example apps to use SPM by @jonathannorris in #222
Bug Fixes
- fix: create and push the tag to properly trigger the cococapods publish action by @jonathannorris in #217