Skip to content

Latest commit

 

History

History
261 lines (166 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

261 lines (166 loc) · 11.2 KB

2.2.2 (2022-07-13)

Bug fixes

  • Add retry for keychain operations, preventing 25300 keychain error code (4f021c7)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.1 MB

2.2.1 (2022-06-28)

Bug fixes

  • NSErrors removed and added new specific errors (71a1130)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.1 MB

2.2.0 (2022-06-22)

Features

  • Allow sending custom metadata when creating a factor (4b6e296)

Building system

Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.1 MB

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)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.1 MB

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

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
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.0 MB

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)

Documentation

  • Update documentation to use new sample backend (bae60b8)
  • Improve persisting factors after a reinstall documentation (#166) (df16896)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 1.0 MB

1.2.0 (2021-09-20)

Features

  • Allow persisting factors after a reinstall (0598808)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 0.9 MB

1.1.0 (2021-09-13)

Features

  • Ordering for challenge list (86ddbba)
Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 0.9 MB

1.0.0 (2021-07-26)

Features

  • XCFramework Support & SDK Renaming (#141) (4c62d70)

Bug fixes

  • Update error codes (#133) (c11b0fa)

BREAKING CHANGES

Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 0.9 MB

1.0.0 (2021-07-26)

Features

  • XCFramework Support & SDK Renaming (#141) (4c62d70)

Bug fixes

  • Update error codes (#133) (c11b0fa)

BREAKING CHANGES

Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 0.9 MB

0.4.0 (2021-03-05)

Features

Architecture Compressed Size Uncompressed Size
arm64 0.4 MB 0.9 MB

0.3.2 (2021-02-02)

Bug fixes

  • Read SDK version and config (d694f3e)

Building system

  • Add SDK as package dependency in sample app (#120) (6da3f06)
Architecture Compressed Size Uncompressed Size
arm64 0.3 MB 0.8 MB

0.3.1 (2021-01-25)

Bug fixes

  • Fix version file and generation (ee63023)
Architecture Compressed Size Uncompressed Size
arm64 0.3 MB 0.8 MB

0.3.0 (2021-01-25)

Features

  • Support react native bridge (#114) (457b3a2)

Documentation

  • Add note in readme about using the SDK from a swift class (#116) (41ef89e)
Architecture Compressed Size Uncompressed Size
arm64 0.3 MB 0.8 MB

0.2.0 (2020-11-06)

Features

  • Add public method to clear local storage (#107) (5524ed2)

Bug fixes

  • Added support for iOS 10 (d9fb78f)

Building system

  • Fix Cocoapods release (#101) (b5b9ee5)
  • Rearranged fastfile steps to match github tag with latest commit in main (#104) (790aa52)
  • Fixed DemoApp compilation (#105) (fc96eac)
  • Fixed DemoApp compilation (#106) (755f955)
Architecture Compressed Size Uncompressed Size
arm64 0.3 MB 0.8 MB

0.1.1 (2020-10-15)

Bug fixes

  • Added support for iOS 10 (9549956)
Architecture Compressed Size Uncompressed Size
arm64 0.3 MB 0.8 MB

0.1.0 (2020-10-13)

Features

Bug fixes

  • Delete factor should delete it locally for deleted factors from API (bfffa2f)
  • Support new challenge format (#97) (c7a8a71)

Code refactoring

  • Create factor body params (5b1a79e)
  • Update factor body params (8196548)

Building system

  • Added github issue templates and code of conduct (c00b331)
  • Change overall coverage to 70 (5cdf81e)
  • Update coverage to 70 (694c88f)

Documentation

  • Add SDK API docs link, update factor's push token and delete factor sections in readme (ec0467e)
Architecture Compressed Size Uncompressed Size
arm64 0.1 MB 0.4 MB

0.0.4

Features

  • Storage migration

Documentation

  • TwilioVerifyBuilder.build() could throw an exception

0.0.3

Documentation

  • Code documentation

0.0.2

Code refactoring

  • More descriptive error description for TwilioVerifyError

0.0.1

Features

  • Version 0.0.1