Skip to content

Releases: Vonage/vonage-dotnet-sdk

v3.1.0-rc2

28 Jul 03:14
Compare
Choose a tag to compare
v3.1.0-rc2 Pre-release
Pre-release
  • Additional Stitch API support.
  • Bugfixes from rc1.

v3.1.0-rc1

21 Jul 14:37
Compare
Choose a tag to compare
v3.1.0-rc1 Pre-release
Pre-release
  • Switch to LibLog for logging.
  • Stitch support!

v3.0.1

05 Mar 22:52
Compare
Choose a tag to compare
  • Fixed missed NumberInsight instanciation (#90)

v3.0.0

24 Feb 02:32
c0aa26e
Compare
Choose a tag to compare
  • [BREAKING] Deprioritize support for configuration via configuration files.
  • [BREAKING] ApplicationKey must now be the actual private key and not a path to the key.
  • Instance-based methods are available to use.
  • Support .NET Standard 2.0.

v2.3.1

24 Nov 04:26
3b494a2
Compare
Choose a tag to compare
  • Set Json serialization DefaultValueHandling to ignore (Voice API defaults no longer required to be explicitly sent)

v2.3.0

09 Nov 20:31
Compare
Choose a tag to compare
  • [BREAKING] Account.GetBalance returns (instead of a decimal) a Balance object that includes your account balance and other properties.
  • [BREAKING] NumberInsight calls, request classes, and response classes have changed slightly. The underlying calls to Nexmo's API have been updated as well. Thanks to @RabebOthmani for the PR!
  • API and documentation refresh: Added missing JSON properties, updated summaries from the official docs.
  • Support additional call endpoint types.
  • Introduced Nexmo.Api.EnsureSuccessStatusCode configuration option. You may instruct the library to throw an exception if a request results in an unsuccessful HTTP status code.
  • Address ShortCode.RequestAlert request bug.
  • Expose the configuration ILoggerFactory for use with external logging implementations.

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.