Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Monitor.OpenTelemetry.Exporter_1.5.0

14 Nov 23:20
72eb981

Choose a tag to compare

1.5.0 (2025-11-14)

Features Added

  • Enabled resource metrics export by default.
    (#53432)

  • Added EnableTraceBasedLogSampler property to AzureMonitorExporterOptions
    to enable filtering logs based on trace sampling decisions, reducing log
    volume while maintaining trace-log correlation.
    (#53441)

  • Update OpenTelemetry dependencies
    (#53910)

    • OpenTelemetry 1.14.0

Azure.Search.Documents_11.8.0-beta.1

14 Nov 21:30
0c7d27c

Choose a tag to compare

Pre-release

11.8.0-beta.1 (2025-11-13)

Features Added

  • Added support for 2025-11-01-preview service version.
  • Added support for multiple facet aggregation types: avg, min, max, cardinality in FacetResult for enhanced analytics capabilities.
  • Added support for new KnowledgeSourceKind types: web, remoteSharePoint, indexedSharePoint, indexedOneLake.
  • Added support for sharepoint data source type in SearchIndexerDataSourceType.
  • Added product scoring function aggregation type in ScoringFunctionAggregation.
  • Added support for new Azure OpenAI models: gpt-5, gpt-5-mini, gpt-5-nano in AzureOpenAIModelName.
  • Added enhanced runtime tracking with runtime property in SearchIndexerStatus and indexersRuntime property in ServiceStatistics.
  • Added optional purviewEnabled property in SearchIndex for data governance integration.
  • Added maxCumulativeIndexerRuntimeSeconds property in ServiceLimits for runtime constraints.
  • Added enhanced knowledge source configuration options:
    • sourceDataFields, searchFields, semanticConfigurationName in SearchIndexKnowledgeSourceParameters
    • isADLSGen2, ingestionParameters in AzureBlobKnowledgeSourceParameters
  • Added optional parameter x-ms-enable-elevated-read for document retrieval operations with elevated permissions.
  • Added support for partial content responses (HTTP 206) in knowledge base operations.
  • Added error property in KnowledgeBaseActivityRecord for improved error tracking.
  • Added enhanced knowledge source parameters: includeReferences, includeReferenceSourceData, alwaysQuerySource, rerankerThreshold in SearchIndexKnowledgeSourceParams.

Breaking Changes

  • Renamed Knowledge Agent to Knowledge Base across all APIs and models:
    • All KnowledgeAgent* classes renamed to KnowledgeBase* equivalents
    • API paths changed from /agents to /knowledgebases
    • Client parameter AgentNameParameter replaced with KnowledgeBaseNameParameter
    • All agent-related activity record types updated with new naming convention
  • Removed deprecated Knowledge Agent configuration models:
    • KnowledgeAgentOutputConfiguration
    • KnowledgeAgentRequestLimits
    • KnowledgeAgentModel
    • KnowledgeAgentModelKind
    • KnowledgeAgentAzureOpenAIModel
  • Removed properties from KnowledgeSourceReference:
    • includeReferences
    • includeReferenceSourceData
    • alwaysQuerySource
    • maxSubQueries
    • rerankerThreshold
  • Removed sourceDataSelect property from SearchIndexKnowledgeSourceParameters.
  • Removed properties from AzureBlobKnowledgeSourceParameters:
    • identity
    • embeddingModel
    • chatCompletionModel
    • ingestionSchedule
    • disableImageVerbalization

Azure.AI.Projects_1.2.0-beta.2

14 Nov 23:32

Choose a tag to compare

Pre-release

1.2.0-beta.2 (2025-11-14)

Bugs Fixed

  • Addressed an issue with memory store creation failing when not providing metadata

Azure.AI.Projects_1.2.0-beta.1

14 Nov 18:52

Choose a tag to compare

Pre-release

1.2.0-beta.1 (2025-11-14)

Features Added

This major update brings feature support for Microsoft Foundry Agents Service, integration with the new Azure.AI.Projects.OpenAI package, expanded evaluations capabilities, insights, red teaming, schedules, and more.

Azure.AI.Projects.OpenAI_1.0.0-beta.2

14 Nov 23:22

Choose a tag to compare

Pre-release

1.0.0-beta.2 (2025-11-14)

Bugs fixed

  • Addressed a problem where not supplying an options instance to the ProjectResponsesClient constructor resulted in fallback to the https://api.openai.com/v1 endpoint

Azure.AI.Projects.OpenAI_1.0.0-beta.1

14 Nov 18:06

Choose a tag to compare

Pre-release

1.0.0-beta.1 (2025-11-14)

This is the first release of the Azure.AI.Projects.OpenAI library, a new extension package for the official OpenAI .NET library that facilitates and simplifies use of Microsoft Foundry extensions to OpenAI APIs.

Features Added

  • Responses support, including C# 14 extension properties to OpenAIResponse and ResponseCreationOptions, together with a ProjectResponsesClient type (extends official OpenAIResponseClient)
  • Files support, including a ProjectFilesClient type (extends official OpenAIFileClient)
  • Types and functionality in support of Azure.AI.Projects OpenAI-based features, including new Microsoft Foundry Agents Service capabilities

Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO_1.0.0

13 Nov 06:02
4d52302

Choose a tag to compare

1.0.0 (2025-11-15)

Other Changes

  • Library GA
  • Updated System.IdentityModel.Tokens.Jwt dependency to 8.14.0
  • Updated Microsoft.IdentityModel.Tokens dependency to 8.14.0

Azure.ResourceManager.Maintenance_1.1.3

13 Nov 08:49
282641d

Choose a tag to compare

1.1.3 (2025-11-13)

This is a patch release for 1.1.2.

Bugs Fixed

  • fix string format serialization of DateTimeOffset.

Azure.ResourceManager.CognitiveServices_1.5.2

13 Nov 07:06
4d52302

Choose a tag to compare

1.5.2 (2025-11-11)

Breaking Changes

  • CognitiveServicesAccountProperties.NetworkInjections is now a list of AINetworkInjection instead of a single AINetworkInjection instance.

Bugs Fixed

  • Fixed mismatched property type for CognitiveServicesAccountProperties.NetworkInjections.

Azure.ResourceManager.RedisEnterprise_1.3.0

12 Nov 08:13
23e50b2

Choose a tag to compare

1.3.0 (2025-11-10)

Features Added

  • Updated api-version to 2025-07-01.

Breaking Changes

  • Added a new required property: PublicNetworkAccess for Cluster.
  • Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.