Releases: okta/okta-idx-swift
Releases · okta/okta-idx-swift
3.0.6
What's Changed
- Ensure IDX error responses can still process response data, instead of failing due to a non-200 status code by @mikenachbaur-okta in #124
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
- Make sending the Device Token configurable, and bump the upstream dependency version by @mikenachbaur-okta in #122
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Update upstream version dependency by @mikenachbaur-okta in #119
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- Add optional user profile information to responses by @mikenachbaur-okta in #115
- Add a demonstration for how to use the email magic link with associated domains by @mikenachbaur-okta in #116
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- Introduce deprecation warnings to assist in migrating from OktaIdx 2.x by @mikenachbaur-okta in #112
- Add sample READMEs to align with okta-mobile-swift by @mikenachbaur-okta in #113
- Add support for DeviceToken cookie, and workaround for the idx cookie by @mikenachbaur-okta in #114
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Improve API documentation generation by @mikenachbaur-okta in #106
- Trigger documentation generation and GH publish on tag by @mikenachbaur-okta in #108
- Introduce a convenience property list initializer, to align with OktaOAuth2 flows by @mikenachbaur-okta in #110
- Fix issues with consuming OktaIdx via Swift Package Manager by @mikenachbaur-okta in #111
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Add installation instructions for CocoaPods to the README by @mikenachbaur-okta in #100
- Adapt to build upon AuthFoundation from https://github.com/okta/okta-mobile-swift by @mikenachbaur-okta in #103
- Rename IDXAuthenticationFlow to InteractionCodeFlow to more closely match the names of other auth flows by @mikenachbaur-okta in #104
- Update version to 3.0.0 to coincide with okta-mobile-swift release by @mikenachbaur-okta in #105
Full Changelog: 2.0.1...3.0.0
2.0.1
What's Changed
- Introduce generic support for supplying a recovery token when initiating an IDXClient in #87
- Ensure URLSessionAudit is only called from simulator builds in #91
- Ignore unknown relatesTo references, unless explicitly debugging new references in #98
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Introduce Result completion types #76
- Disallow 3rd-party keyboards within the sample application #81
- Introduce initial GitHub Action for unit testing #82
- Migrate to support capabilities, in favor of polymorphism #83
- Implement expanded support for app authenticators #84
- Clean up class namespace, introduce and fix E2E tests, add support for account unlock, and introduce async methods for Swift 5.5 #85
OktaIdx 1.0.0
This is the first stable release of the Okta IDX SDK 🎉