Releases: twilio/twilio-verify-ios
Releases · twilio/twilio-verify-ios
2.2.2
2.2.1
2.2.0
2.1.0
2.1.0 (2022-03-23)
Features
- Improve input error to provide reason of failure (75684e3)
- Support notification extension by providing a method to configure an access group for keychain access (0307d47)
Bug fixes
- Make NetworkProvider's models public to allow creating a custom provider (3b745ca)
Building system
- Update xcode version (abab855)
- Gemfile.lock to reduce vulnerabilities (#193) (176db65)
- Update gemfile lock (69f4566)
Documentation
- Setting up a Notification Extension (3fd1807)
2.0.0
2.0.0 (2022-01-18)
Bug fixes
- Clearing storage after reinstall will remove only factors. Previous implementation was removing all the keychain items on reinstall (0cbb442)
- Improved network error to get Verify API error (#178) (e6ebbb3)
Documentation
- add contributing.md (b9e2acf)
KNOWN ISSUE
- A reinstall using this version will not clear the SDK storage if the user did not update to this SDK version before the uninstall (0cbb442). This may (not) be a concern depending on your implementation
1.3.0
1.3.0 (2021-11-30)
Features
- Support notification platform "none" to allow not sending push token. Factors with notification platform "none" will not receive push notifications for challenges and polling should be implemented to get pending challenges (e40a267)