github Azure/azure-sdk-for-js @azure/communication-sms_1.0.0-beta.4

latest releases: @azure/arm-mongocluster_1.0.0-beta.1, @azure/arm-oracledatabase_1.0.0, @azure-rest/ai-translation-document_1.0.0-beta.2...
pre-release3 years ago

1.0.0-beta.4 (2020-03-09)

Added

  • SmsClient added a constructor that supports TokenCredential.
  • Added support for 1:N SMS messaging.
  • Added support for tagging SMS messages.
  • send method in SmsClient is idempotent under retry policy.

Breaking Changes

  • SendRequest renamed to SmsSendRequest.
  • SendOptions renamed to SmsSendOptions and now has an additional field tag to add a custom tag to delivery reports (when enabled).
  • send no longer returns RestResponse, now returns an array of SmsSendResults. This contains fields to validate success/failure of each sent message.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.