Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.57

13 Oct 22:21
d20724f

Choose a tag to compare

12.0.0-preview.57 (2025-10-13)

Features Added

  • This release contains bug fixes to improve quality.

Azure.AI.Agents.Persistent_1.2.0-beta.6

10 Oct 19:21
96eb6ea

Choose a tag to compare

Pre-release

1.2.0-beta.6 (2025-10-10)

Bugs Fixed

  • Fix the issue on calculating hash of FunctionToolDefinition. See issue.
  • Expose the ServerLabel on SubmitToolApprovalUpdate See issue.
  • Fix naming of MCPApproval see issue
  • Fix issue with image block serialization in async scenarios issue

Azure.Search.Documents_11.7.0

09 Oct 21:43

Choose a tag to compare

11.7.0 (2025-10-09)

Features Added

  • Added support for 2025-09-01 service version.
  • Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker boosted scores in SemanticConfiguration.RankingOrder.
  • Support for VectorSearchCompression.RescoringOptions to configure how vector compression handles the original vector when indexing and how vectors are used during rescoring.
  • Added SearchIndex.Description to provide a textual description of the index.
  • Support for LexicalNormalizer when defining SearchIndex, SimpleField, and SearchableField and the ability to use it when analyzing text with SearchIndexClient.AnalyzeText.
  • Support DocumentIntelligenceLayoutSkill skillset skill and OneLake SearchIndexerDataSourceConnection data source.
  • Support for QueryDebugMode in searching to retrieve detailed information about search processing. Only vector is supported for QueryDebugMode.

Breaking Changes

  • VectorSearchCompression.RerankWithOriginalVectors and VectorSearchCompression.DefaultOversampling don't work with
    2025-09-01 and were replaced by VectorSearchCompression.RescoringOptions.EnabledRescoring and
    VectorSearchCompression.RescoringOptions.DefaultOversampling. If using 2024-07-01 continue using the old properties,
    otherwise if using 2025-09-01 use the new properties in RescoringOptions.

Azure.ResourceManager.Authorization_1.1.6

09 Oct 04:11
b4e28ef

Choose a tag to compare

1.1.6 (2025-11-09)

Other Changes

  • Support the case where the delegatedManagedIdentityResourceId of RoleAssignment may be an empty string rather than null.

Azure.ResourceManager.AppContainers_1.5.0

09 Oct 04:10
5fe6c99

Choose a tag to compare

1.5.0 (2025-10-09)

Features Added

Azure.Identity_1.17.0

07 Oct 23:38
00165fd

Choose a tag to compare

1.17.0 (2025-10-07)

Bugs Fixed

  • TenantId is now configured via MSAL's WithTenantId instead of WithTenantIdFromAuthority to prevent malformed Uris to the authority.

Other Changes

  • Deprecated BrowserCustomizationOptions.UseEmbeddedWebView property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.

Azure.Communication.Email_1.1.0

07 Oct 23:20
3620d1a

Choose a tag to compare

1.1.0 (2025-10-01)

Features Added

  • Consumers can now provide a value for the ContentId property when sending emails with attachments.
    This allows consumers to reference attachments in the email body using the cid scheme. The ContentId property can be set on the EmailAttachment object.

Azure.AI.OpenAI_2.5.0-beta.1

07 Oct 17:45
2023b3a

Choose a tag to compare

Pre-release

2.5.0-beta.1 (2025-10-03)

This update restores compatibility with the latest 2.5.0 release of OpenAI and enables access to the latest features. For details, please see the full OpenAI 2.5.0 release notes.

Features Added

Azure.AI.VoiceLive_1.0.0

02 Oct 22:41
97f18fb

Choose a tag to compare

1.0.0 (2025-10-01)

Breaking Changes

  • SessionResponse changes:

    • Removed public Object property (now internal)
    • Renamed ModalitiesInternal property to Modalities
    • Changed Voice property type from BinaryData to strongly typed VoiceProvider
    • Changed MaxOutputTokens property type from BinaryData to strongly typed MaxResponseOutputTokensOption
  • SessionResponseItem changes:

    • Removed public Object property (now internal)
  • VoiceLiveSessionResponse changes:

    • No longer inherits from VoiceLiveSessionOptions
    • Constructor changed from internal to public
    • Properties now have public setters: Id, Model, Animation, Instructions, InputAudioSamplingRate, InputAudioFormat, OutputAudioFormat, InputAudioNoiseReduction, InputAudioEchoCancellation, Avatar, InputAudioTranscription, Temperature
    • Added new read-only properties: Voice, MaxResponseOutputTokens, ToolChoice, TurnDetection
  • VoiceProvider changes:

    • Removed internal ToBinaryData() method

Other Changes

  • Improved API design by replacing BinaryData properties with strongly typed models for better type safety and developer experience
  • Removed unnecessary custom implementation files for voice provider classes

Azure.AI.Projects_1.0.0

01 Oct 18:45
e1dd4f5

Choose a tag to compare

1.0.0 (2025-10-01)

Features Added

  • Added convenience CreateOrUpdate methods for AIProjectIndex objects

Breaking Changes

  • Name changes:
    • AssetDeployment has been renamed to AIProjectDeployment
    • BlobReference has been renamed to AIProjectBlobReference
    • ConnectionProperties has been renamed to AIProjectConnection
    • FileDatasetVersion has been renamed to FileDataset
    • FolderDatasetVersion has been renamed to FolderDataset
    • SasCredential has been renamed to BlobReferenceSasCredential
    • SearchIndex has been renamed to AIProjectIndex
  • Removed GetOpenAIClient method. Look at Inference samples for how to get the client now.
  • All other Get*Client methods have been removed. Use the AIProjectClient properties Connections, Datasets, Deployments, and Indexes instead.

Bugs Fixed