Releases: TeleSign/csharp_telesign_enterprise
Releases · TeleSign/csharp_telesign_enterprise
v2.9.0
- 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
- 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
- Added C# SDK method for Update a Verification Process action
Full Changelog: v2.6.1...2.7.0
v2.6.1
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
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
- 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
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
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