Releases: messagebird/csharp-rest-api
4.0.1
What's Changed
- ShortenUrls added to Message and MessageOptionalArguments by @georgechond94 in #129
New Contributors
- @georgechond94 made their first contribution in #129
Full Changelog: 4.0.0...4.0.1
4.0.0 🚀
3.1.0: Merge pull request #98 from ldominique92/mutipleFields
This release add the possibility of use Verify with email as recipient and originator.
Breaking change: version 3.0.0.0
This is a breaking change because it removes support for the
EnableWhatsAppSandboxConversations flag (and just overall the
ability to pass "Features" to a Client).
The Conversations API now properly supports the Sandbox, so users
who wish to send messages over the WhatsApp sandbox can simply
remove their usage of EnableWhatsAppSandboxConversations; they
only need to provide the correct channel ID for the sandbox.
Thanks to all contributors!
Version 2.1.0.0
Add support for Voice transcriptions and webhooks. Thanks @danielsequeira, @jg10, @codefrenzy, and @marcelcorso!
Release 2.0.0.0
Add extra support for Voice call flows, calls and recordings.
Thanks @NicoBuchhalter, @SoheilDiyanat and @codefrenzy.
Version 1.6.1.0
Fixes a typo in the tokenLength parameter to the Verify API.
Thanks @Ali-BenZarrouk-MB
Version 1.6.0.0
Adds support for the Conversations API.
Thanks @JornEngelbart for the contribution!
Version 1.5.0.0
Adds support for request signing.
Thanks @klpx for contributing!
Version 1.4.1.0
Client now has an explicit dependency on the Newtonsoft.Json NuGet package. Version >= 9.0.1.