Skip to content

Releases: Vonage/vonage-dotnet-sdk

V3.2.3

22 Jan 22:02
95cf8af
Compare
Choose a tag to compare

Fixed Destination in call command

V3.2.0

28 Sep 15:14
7a7a3ab
Compare
Choose a tag to compare

Secret management API support!

V3.1.1

04 Sep 09:06
Compare
Choose a tag to compare
  • Fixed missing default constructor with Credentials

v3.1.0

21 Aug 09:25
f26578d
Compare
Choose a tag to compare
  • Redact API support.

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.