Releases: Vonage/vonage-dotnet-sdk
Releases · Vonage/vonage-dotnet-sdk
v3.1.0-rc2
- Additional Stitch API support.
- Bugfixes from rc1.
v3.1.0-rc1
- Switch to LibLog for logging.
- Stitch support!
v3.0.1
v3.0.0
v2.3.1
v2.3.0
- [BREAKING]
Account.GetBalance
returns (instead of adecimal
) aBalance
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
v2.2.1
v2.2.0
(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
- Allow PKCS#8 formatted private keys; auth key parser logging.