Releases: Vonage/vonage-dotnet-sdk
Releases · Vonage/vonage-dotnet-sdk
v2.2.0-rc2
- Allow PKCS#8 formatted private keys; auth key parser logging.
v2.2.0-rc1
- Expose internal API request methods to allow custom API calls from library consumers as some new Nexmo API endpoints may not be immediately supported.
- Allow override of request credentials per API call.
- Optional configuration and request logging.
- Support signed requests via security key.
- Optional API request rate limiting.
v2.1.2
v2.1.1
v2.1.0
v2.0.0
- NumberInsight basic + standard support
- NumberVerify control call
- JWT token generation
- Application API support
- Application-based call API support
- .NET Standard 1.6 support
- [BREAKING] Moved configuration from app.config to settings.json
- [BREAKING] Nexmo.Api.Voice static class has been deprecated - you must move to the new Voice calls inside the new Nexmo.Api.Voice namespace. See the Nexmo docs for details.
JWT notes:
- When registering a new application, make sure you save the private key. This library does not (currently) take care of this for you.
- Make sure your saved private key is ASCII (not UTF-8, no BOM) - http://stackoverflow.com/questions/1068650/using-awk-to-remove-the-byte-order-mark