1611088012000 vonage-dotnet-sdk v5.6.3by VonageFixing 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
1610723941000 vonage-dotnet-sdk v5.6.2by VonageNew, 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...
1610723181000 vonage-dotnet-sdk v5.6.1by VonageNew, 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...
1610722322000 vonage-dotnet-sdk v5.6.0by VonageNew, 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...
1610126077000 vonage-node-sdk v2.10.5by VonageFixed #432 - Fix new issue with host override. https://github.com/Vonage/vonage-node-sdk/releases/tag/v2.10.5
1607429719000 vonage-php-sdk-core v2.7.1by VonageChanged #270 - Use the actual Guzzle package version to determine of 6 or 7 is in the project https://github.com/Vonage/vonage-php-sdk-core/releases/tag/2.7.1
1606411067000 vonage-php-sdk-core v2.7.0 - PHP 8 Support!by VonageAdded #269 - Added PHP 8 Support https://github.com/Vonage/vonage-php-sdk-core/releases/tag/v2.7.0
1605815299000 vonage-dotnet-sdk v5.5.0by VonageNew 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...
1605727887000 vonage-php-sdk-core v2.6.0by Vonage2.6.0 Don't be scared off by this large release! Most of it is under-the-hood syntax cleanup. Thank you to everyone during Hacktoberfest for the cleanup and help with the SDK! The big addition was we added support for VAPI Language and...