vonage-dotnet-sdk v5.6.3

by Vonage
Fixing issue with the serialization of delivery receipts when using a non-standard JSON serializer. https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v5.6.3
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.2

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); ` Also first auto-released Vonage .NET SDK https...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.1

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); ` Also first auto-released Vonage .NET SDK https...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.0

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); https://github.com/Vonage/vonage-dotnet-sdk...
Server SDK
DOTNET
Changes

vonage-node-sdk v2.10.5

by Vonage
Fixed #432 - Fix new issue with host override. https://github.com/Vonage/vonage-node-sdk/releases/tag/v2.10.5
Server SDK
Node
Changes

vonage-python-sdk v2.5.5

by Vonage
Patched issues with PyJWT >1.8 (TypeError: can't concat str to bytes) This patch ensures all versions of PyJWT are supported. https://github.com/Vonage/vonage-python-sdk/releases/tag/2.5.5
Server SDK
Python
Changes

vonage-java-sdk v6.1.0

by Vonage
Adds new language and style parameters for choosing how voices will sound over TTS marking old voiceName parameter as deprecated https://github.com/Vonage/vonage-java-sdk/releases/tag/v6.1.0
Server SDK
Java
Changes

vonage-dotnet-sdk v5.5.0

by Vonage
New Voice Talk Command and Talk NCCO now allow you to use the language and style parameters for text-to-speech. E.g. `csharp var talkAction = new TalkAction() { Text = "Hei dette er en tekst-til-tale-samtale fra vonage " + extraText...
Server SDK
DOTNET
Changes

vonage-java-sdk 6.0.0

by Vonage
Added ASR (Automatic Speech Recognition) Changed Refactored Application v2 requests to remove duplicated code Deprecated Product.MESSAGE from RedactRequest. Use Product.MESSAGES instead Deprecated InsightClient#getStandardNumberInsight...
Server SDK
Java
Changes