File size: 1,623 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# Release History
## 1.1.0 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- 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](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
## 1.0.1 (2021-06-08)
### Bug Fixes
- Fixed async client to use async bearer token credential policy instead of sync policy.
## 1.0.0 (2021-03-29)
- Stable release of `azure-communication-sms`.
## 1.0.0b6 (2021-03-09)
### Added
- 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 `TokenCredential` and `AsyncTokenCredential` for the credential parameter.
### Breaking
- Send method takes in strings for phone numbers instead of `PhoneNumberIdentifier`.
- Send method returns a list of `SmsSendResult`s instead of a `SendSmsResponse`.
- Dropped support for Python 3.5
## 1.0.0b4 (2020-11-16)
- Updated `azure-communication-sms` version.
### Breaking Changes
- Replaced CommunicationUser with CommunicationUserIdentifier.
- Replaced PhoneNumber with PhoneNumberIdentifier.
## 1.0.0b3 (2020-10-07)
- Add dependency to `azure-communication-nspkg` package, to support py2
## 1.0.0b2 (2020-10-06)
- Updated `azure-communication-sms` version.
## 1.0.0b1 (2020-09-22)
- Preview release of the package.
|