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...
1609880044000 vonage-python-sdk v2.5.5by VonagePatched 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
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...
1605191351000 vonage-dotnet-sdk v5.4.0by VonageNew Adds the Async Pattern to the Vonage SDK. All methods that were synchronous have both a sync and async flavor. To use the async method simply add Async to the end of the old method name - e.g. SendAnSmsAsync Adds new APIs for making...
1602684353000 vonage-ruby-sdk v7.2.1 Releaseby VonageBump version of nexmo-jwt gem dependency to v0.1.2. Fixes the ACL path parameter formation in JWT creation. https://github.com/Vonage/vonage-ruby-sdk/releases/tag/v7.2.1
1600112378000 vonage-python-sdk v2.5.3by VonageMinor patches to reflect Vonage namespace changes https://github.com/Vonage/vonage-python-sdk/releases/tag/v2.5.3