Skip to content

v1.1.0

Compare
Choose a tag to compare
@JPPortier JPPortier released this 01 Jul 06:59
· 9 commits to main since this release

What's new

With version 1.1 we are moving to support versioned domain access.
Starting with the Verification domain, you can access services by using the v1() API calls.
The existing non-versioned services will no longer be updated with new features/fields.

What's Changed since v1.0.0

[Feature] Design

  • Non-versioned Verification domain is split into dedicated Start and Report new versioned services

[Feature] Synchronization with documentation terms

  • Callout related fields and APIs are now named Phone Call
  • Seamless related fields and APIs are now named Data

[Feature] Start Verification

  • VerificationStartRequestSms
    • [Specs] Support Accept-Language option
    • [Specs] Support code type option
    • [Specs] Support expiry option
  • VerificationStartRequestPhoneCall
    • [Specs] Support speech option
  • VerificationStartResponseData
    • [BugFix] targetUri field added

[Feature] Verification Report

  • [SpecsFix] VerificationReportResponse: Report service no longer returns a common status response shared with status service, but a dedicated verification report response.

[Feature] Webhooks

  • [Protocol specs]: VerificationRequestEvent.acceptLanguage field is deprecated

[Tech] Logs

  • Reduce logging severity related to phone number not compliant with E164 format

Full Changelog: v1.0.0...v1.1.0