Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.33 KB

File metadata and controls

46 lines (32 loc) · 2.33 KB

Release History

1.1.0 (2022-02-23)

  • Optimization added: When the proactive refreshing is enabled and the token refresher fails to provide a token that's not about to expire soon, the subsequent refresh attempts will be scheduled for when the token reaches half of its remaining lifetime until a token with long enough validity (>10 minutes) is obtained.

1.0.1 (2021-05-25)

  • Dependency versions updated.

1.0.0 (2021-03-29)

Updated Azure.Communication.Common version.

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

Updated Azure.Communication.Common version.

Breaking Changes

  • Updated CommunicationTokenRefreshOptions(bool refreshProactively, Func<CancellationToken, string> tokenRefresher, Func<CancellationToken, ValueTask<string>> asyncTokenRefresher = null, string initialToken = null) to CommunicationTokenRefreshOptions(bool refreshProactively, Func<CancellationToken, string> tokenRefresher). asyncTokenRefresher and initialToken are updated to become public properties.

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

Added

  • Added MicrosoftTeamsUserIdentifier.

Breaking Changes

  • Renamed CommunicationUserCredential to CommunicationTokenCredential.
  • Replaced CommunicationTokenCredential(bool refreshProactively, Func<CancellationToken, string> tokenRefresher,Func<CancellationToken, ValueTask<string>>? asyncTokenRefresher = null, string? initialToken = null). with CommunicationTokenCredential(CommunicationTokenRefreshOptions tokenRefreshOptions).
  • Renamed PhoneNumber to PhoneNumberIdentifier.
  • Renamed CommunicationUser to CommunicationUserIdentifier.
  • Removed CallingApplication.
  • Renamed Id to RawId in PhoneNumberIdentifier.

1.0.0-beta.3 (2020-11-16)

Updated Azure.Communication.Common version.

1.0.0-beta.2 (2020-10-06)

Updated Azure.Communication.Common version.

1.0.0-beta.1 (2020-09-22)

This package contains common code for Azure Communication Service libraries. For more information, please see the README.

This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our Azure SDK for .NET GitHub repo.