Skip to content

Releases: TeleSign/csharp_telesign_enterprise

v2.9.0

28 Jul 13:16

Choose a tag to compare

  • Added full support for the App Verify API to the C# FS SDK, including:
    • Initiating a call to deliver a verification code
    • Finalizing the call by submitting the code
    • Reporting unknown caller ID issues and timeout events
    • Retrieving transaction status

Full Changelog: v2.7.0...v2.9.0

v2.8.0

08 Jul 16:02

Choose a tag to compare

  • Added C# SDK methods for full support of the latest Phone ID product.
    These methods retrieve phone number information via POST requests.The phone number can be provided
    either in the URL path or in the request body, supporting /v1/phoneid/{phone_number} and /v1/phoneid endpoints.
  • Removed all functionality and methods for Legacy PID Contact and Legacy PID Number Deactivation from the C# SDK.

Full Changelog: v2.7.0...v2.8.0

v2.7.0

06 Jun 07:09

Choose a tag to compare

  • Added C# SDK method for Update a Verification Process action

Full Changelog: v2.6.1...2.7.0

v2.6.1

30 May 12:25

Choose a tag to compare

Full Changelog: v2.6.0...v2.6.1

  • Refactored C# SDK CreateVerificationProcess method in VerifyClient to use the new method of the same name in OmniVerifyClient class. This method in VerifyClient is now deprecated.
  • Added the string parameter called “phoneNumber” to OmniVerifyClient class
  • Updated version in the TelesignEnterprise.csproj file

v2.6.0

22 May 14:28

Choose a tag to compare

Full Changelog: v2.5.0...v2.6.0

  • Added C# SDK method for Retrieve a Verification Process action
  • Added the TelesignEnterprise.Test folder for adding the unit and integrated test cases

v2.5.0

15 May 07:36

Choose a tag to compare

  • Added tracking to requests
  • Updated instructions in README file to install this SDK by default using the latest version.

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Feb 08:54

Choose a tag to compare

Full Changelog: v2.3.0...v2.4.0

  • Added supported versions of .NET Core 6, 7, 8, and 9
  • Updated syntax code to support .NET framework and .Net core

v2.3.0

24 Jan 20:52

Choose a tag to compare

2.3.0

  • Added new method to send requests to Telesign Messaging.
  • Added new method to send requests to the Telesign Verify API.
  • Added new new examples for requests to Telesign Omnichannel Messaging.
  • Added new examples for requests to the Telesign Verify API.
  • Removed push method in VerifyClient class.

Full Changelog: v2.2.1...v2.3.0

v2.2.1

13 Jul 22:02
fba53da

Choose a tag to compare

This release adds support for PhoneID Add-Ons.

v2.2.0

16 Jun 21:33

Choose a tag to compare

  • AutoVerify rebranded to AppVerify, please update your integration.