Skip to content

Releases: Vonage/vonage-dotnet-sdk

v2.2.2

19 Jun 17:46
Compare
Choose a tag to compare
  • Updated jose-jwt to 2.3.0 which is reported to address key loading issues.

v2.2.1

21 Mar 12:48
Compare
Choose a tag to compare
  • Fixed NuGet dependencies; testing shows they are now being correctly included when performing install-package.

v2.2.0

10 Mar 14:20
Compare
Choose a tag to compare

(No changes from rc2)

  • Allow PKCS#8 formatted private keys; auth key parser logging.
  • 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.2.0-rc2

28 Jan 20:40
Compare
Choose a tag to compare
v2.2.0-rc2 Pre-release
Pre-release
  • Allow PKCS#8 formatted private keys; auth key parser logging.

v2.2.0-rc1

13 Jan 02:21
Compare
Choose a tag to compare
v2.2.0-rc1 Pre-release
Pre-release
  • 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

07 Dec 18:19
Compare
Choose a tag to compare
  • Look for appsettings.json (netcore webapp convention)
  • Ensure XML config parser only looks for keyvalues inside <appSettings> and <connectionStrings> elements.
  • Gracefully ignore elements with key attribute but not value attribute.

v2.1.1

07 Dec 01:27
Compare
Choose a tag to compare
  • Look for <executing process>.exe.config file for XML configuration.

v2.1.0

18 Nov 13:15
Compare
Choose a tag to compare
  • User-Agent reporting. You may also append an application-specific ID via settings.json.
  • [BREAKING] Support web.config XML. This has changed the settings.json structure slightly. Please check the README for details.

v2.0.0

24 Oct 22:13
Compare
Choose a tag to compare
  • 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:

v1.0.0

19 Mar 17:32
Compare
Choose a tag to compare

Initial release with full support of API