Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.StorageCache_1.3.0

03 Jun 10:05
e89f0ae
Compare
Choose a tag to compare

1.3.0 (2024-06-03)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.36.0 to 1.39.0
  • Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0

Azure.ResourceManager.NotificationHubs_1.2.0-beta.1

03 Jun 09:15
4a6c6d1
Compare
Choose a tag to compare

1.2.0-beta.1 (2024-05-31)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.36.0 to 1.38.0
  • Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0

Microsoft.Azure.WebJobs.Extensions.SignalRService_1.14.0

31 May 11:29
e40b542
Compare
Choose a tag to compare

1.14.0 (2024-05-24)

Other Changes

  • Update System.IdentityModel.Tokens.Jwt to 6.35.0
  • Update Microsoft.Azure.SignalR, Microsoft.Azure.SignalR.Management, Microsoft.Azure.SignalR.Protocols to 1.25.2

Azure.ResourceManager.Dns_1.2.0-beta.1

31 May 11:30
d13ce80
Compare
Choose a tag to compare
Pre-release

1.2.0-beta.1 (2024-06-01)

Features Added

  • Added trafficManagementProfile property in some classes.
  • Added serializedAdditionalRawData property in some classes
  • Added resources: DnsNaptrRecord, DnsTlsaRecord, DnsDSRecord, and DnssecConfig.
  • Added SigningKeys property in DnsZoneData

Microsoft.Azure.WebJobs.Extensions.ServiceBus_5.16.0

30 May 15:41
d11eb84
Compare
Choose a tag to compare

5.16.0 (2024-05-30)

Features Added

  • Adding support for ServiceBusSessionMessageActions and RenewMessageLock use in the isolated worker model.

Azure.AI.Vision.Face_1.0.0-beta.1

27 May 09:35
ed0ebf7
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1 (2024-05-27)

This is the first preview Azure AI Face client library that follows the .NET Azure SDK Design Guidelines.
This library replaces the package Microsoft.Azure.CognitiveServices.Vision.Face.

This package's documentation and samples demonstrate the new API.

  • This library supports only the Azure AI Face v1.1-preview.1 API.
  • The namespace/package name for Azure AI Face has changed from Microsoft.Azure.CognitiveServices.Vision.Face to Azure.AI.Vision.Face.
  • Three client design:
    • FaceClient to perform core Face functions such as face detection, verification, finding similar faces and grouping faces.
    • FaceSessionClient to interact with sessions which is used for Liveness detection.

Features Added

  • Added support for Liveness detection.

Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0

22 May 21:05
867aa61
Compare
Choose a tag to compare

1.0.0 (2024-05-15)

Other Changes

  • Removed '--prerelease' from README.md

Azure.AI.Translation.Text_1.0.0

21 May 18:16
99bfea3
Compare
Choose a tag to compare

1.0.0 (2024-05-21)

Features Added

  • Introduced model factory Azure.AI.Translation.Text.TextTranslationModelFactory for mocking.
  • Added options overloads to Translate and Transliterate. TextTranslationTranslateOptions and TextTranslationTransliterateOptions roll up method parameters into a single object.
  • Add support for using AAD authentication.

Breaking Changes

  • Changed the method GetLanguages to GetSupportedLanguages.
  • Changed the name of Score property to Confidence in DetectedLanguage.
  • Changed the name of Dir property to Directionality in Languages models. Changed the type from string to Azure.AI.Translation.Text.LanguageDirectionality.
  • Changed the name of Azure.AI.Translation.Text.Translation to Azure.AI.Translation.Text.TranslationText.
  • Changed the name of SentLen property to SentencesLengths in BreakSentenceItem.
  • Changed type name from SentenceLength to SentenceBoundaries.
  • Changed the name of Proj property to Projections in TranslatedTextAlignment type.

Azure.Monitor.OpenTelemetry.AspNetCore_1.2.0-beta.4

20 May 23:49
99bfea3
Compare
Choose a tag to compare

1.2.0-beta.4 (2024-05-20)

Features Added

  • Added CustomProperties to LiveMetrics Documents
    (#43600)

Bugs Fixed

  • Fixed a bug in LiveMetrics Document filtering
    (#43546)

Other Changes

  • Update Azure.Monitor.OpenTelemetry.Exporter to 1.3.0-beta.2
    (#44159)

Azure.ResourceManager.StorageActions_1.0.0-beta.1

17 May 13:18
0aaf525
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-05-17)

Features Added

This is the first beta release of Azure Storage Actions client library.

General New Features

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

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

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.