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

latest releases: azure-sdk-bom_1.2.25, azure-cosmos-encryption_2.13.0, azure-cosmos_4.62.0...
pre-release3 years ago

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

Added

  • Added Azure Active Directory authentication support
  • Support for creating SmsClient with TokenCredential.
  • Added support for 1:N SMS messaging.
  • Added support for tagging SMS messages.
  • Send method series in SmsClient are idempotent under retry policy.
  • Added SmsOptions

Breaking Change

  • Updated public Mono<SendSmsResponse> sendMessage(PhoneNumberIdentifier from, PhoneNumberIdentifier to, String message) to public Mono<SendSmsResponse> send(String from, String to, String message).
  • Updated public Mono<Response<SendSmsResponse>> sendMessageWithResponse(PhoneNumberIdentifier from,List<PhoneNumberIdentifier> to, String message, SendSmsOptions smsOptions, Context context) to Mono<Response<SmsSendResult>> sendWithResponse(String from, String to, String message, SmsSendOptions options, Context context).
  • Replaced SendSmsResponse with SmsSendResult.

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

NewReleases is sending notifications on new releases.