messagebird / csharp-rest-api

This repository contains the open source C# client for MessageBird's REST API.
ISC License
54 stars 60 forks source link

BREAKING CHANGE: Bump version to 3.0. #88

Closed epels closed 3 years ago

epels commented 3 years ago

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

ahmetkocadogan commented 3 years ago

@epels Conversations API does not properly support WhatsApp Sandbox with these changes.

saikumaru commented 2 years ago

@epels - can advise if these will affect the Sandbox?