- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.
- Fixed async client to use async bearer token credential policy instead of sync policy.
- Stable release of
azure-communication-sms.
- Added support for Azure Active Directory authentication.
- Added support for 1:N SMS messaging.
- Added support for SMS idempotency.
- Send method series in SmsClient are idempotent under retry policy.
- Added support for tagging SMS messages.
- The SmsClient constructor uses type
TokenCredentialandAsyncTokenCredentialfor the credential parameter.
- Send method takes in strings for phone numbers instead of
PhoneNumberIdentifier. - Send method returns a list of
SmsSendResults instead of aSendSmsResponse. - Dropped support for Python 3.5
- Updated
azure-communication-smsversion.
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced PhoneNumber with PhoneNumberIdentifier.
- Add dependency to
azure-communication-nspkgpackage, to support py2
- Updated
azure-communication-smsversion.
- Preview release of the package.