File size: 608 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# Release History
## 1.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0 (2024-03-25)
This is the GA release of Azure Communication Messages Python SDK. For more information, please see the [README][read_me].
### Features Added
- Using `NotificationMessagesClient`
- Send Text messages
- Send Template messages
- Send Media messages
- Using `MessageTemplateClient`
- Get list of all WhatsApp templates.
<!-- LINKS -->
[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages/README.md
|