Skip to content

Releases: Azure/azure-sdk-for-python

azure-cosmos_4.12.0b1

20 May 00:24
0608404
Compare
Choose a tag to compare
azure-cosmos_4.12.0b1 Pre-release
Pre-release

4.12.0b1 (2025-05-19)

Features Added

  • Added ability to use weighted RRF (Reciprocal Rank Fusion) for Hybrid full text search queries. See PR 40899.

Bugs Fixed

  • Fixed Diagnostics Error Log Formatting to handle error messages from non-CosmosHttpResponseExceptions. See PR 40889
  • Fixed bug where multiple_write_locations option in client was not being honored. See PR 40999.

azure-ai-agents_1.0.0

16 May 01:35
1e7b6bb
Compare
Choose a tag to compare

1.0.0 (2025-05-15)

Features Added

  • First stable release of Azure AI Agents client library.

azure-ai-evaluation_1.7.0

15 May 02:57
6cd5c39
Compare
Choose a tag to compare

1.7.0 (2025-05-12)

Bugs Fixed

  • azure-ai-evaluation failed with module not found #40992

azure-mgmt-servicenetworking_2.1.0b1

16 May 02:47
4266778
Compare
Choose a tag to compare
Pre-release

2.1.0b1 (2025-05-12)

Features Added

  • Model FrontendProperties added property security_policy_configurations
  • Model FrontendUpdate added property properties
  • Enum PolicyType added member IP_ACCESS_RULES
  • Model SecurityPolicyConfigurations added property ip_access_rules_security_policy
  • Model SecurityPolicyProperties added property ip_access_rules_policy
  • Model SecurityPolicyUpdateProperties added property ip_access_rules_policy
  • Added model FrontendUpdateProperties
  • Added model IpAccessRule
  • Added enum IpAccessRuleAction
  • Added model IpAccessRulesPolicy
  • Added model IpAccessRulesSecurityPolicy

azure-mgmt-containerregistry_14.1.0b1

15 May 04:51
24e4a70
Compare
Choose a tag to compare
Pre-release

14.1.0b1 (2025-05-15)

Other Changes

  • Internal package structure change

azure-mgmt-cognitiveservices_13.7.0b1

15 May 03:35
98712fd
Compare
Choose a tag to compare
Pre-release

13.7.0b1 (2025-05-15)

Features Added

  • Client CognitiveServicesManagementClient added operation group projects
  • Client CognitiveServicesManagementClient added operation group account_connection
  • Client CognitiveServicesManagementClient added operation group project_connection
  • Client CognitiveServicesManagementClient added operation group account_capability_hosts
  • Client CognitiveServicesManagementClient added operation group project_capability_hosts
  • Model AccountProperties added property network_injections
  • Model AccountProperties added property allow_project_management
  • Model AccountProperties added property default_project
  • Model AccountProperties added property associated_projects
  • Model DeploymentProperties added property spillover_deployment_name
  • Enum ProvisioningState added member CANCELED
  • Added model AADAuthTypeConnectionProperties
  • Added model AccessKeyAuthTypeConnectionProperties
  • Added model AccountKeyAuthTypeConnectionProperties
  • Added model ApiKeyAuthConnectionProperties
  • Added model CapabilityHost
  • Added enum CapabilityHostKind
  • Added model CapabilityHostProperties
  • Added enum CapabilityHostProvisioningState
  • Added model ConnectionAccessKey
  • Added model ConnectionAccountKey
  • Added model ConnectionApiKey
  • Added enum ConnectionAuthType
  • Added enum ConnectionCategory
  • Added enum ConnectionGroup
  • Added model ConnectionManagedIdentity
  • Added model ConnectionOAuth2
  • Added model ConnectionPersonalAccessToken
  • Added model ConnectionPropertiesV2
  • Added model ConnectionPropertiesV2BasicResource
  • Added model ConnectionPropertiesV2BasicResourceArmPaginatedResult
  • Added model ConnectionServicePrincipal
  • Added model ConnectionSharedAccessSignature
  • Added model ConnectionUpdateContent
  • Added model ConnectionUsernamePassword
  • Added model CustomKeys
  • Added model CustomKeysConnectionProperties
  • Added model ManagedIdentityAuthTypeConnectionProperties
  • Added enum ManagedPERequirement
  • Added enum ManagedPEStatus
  • Added model NetworkInjections
  • Added model NoneAuthTypeConnectionProperties
  • Added model OAuth2AuthTypeConnectionProperties
  • Added model PATAuthTypeConnectionProperties
  • Added model Project
  • Added model ProjectListResult
  • Added model ProjectProperties
  • Added model ResourceBase
  • Added model SASAuthTypeConnectionProperties
  • Added enum ScenarioType
  • Added model ServicePrincipalAuthTypeConnectionProperties
  • Added model UsernamePasswordAuthTypeConnectionProperties
  • Added operation group AccountCapabilityHostsOperations
  • Added operation group AccountConnectionOperations
  • Added operation group ProjectCapabilityHostsOperations
  • Added operation group ProjectConnectionOperations
  • Added operation group ProjectsOperations

azure-ai-projects_1.0.0b11

16 May 00:29
e92add4
Compare
Choose a tag to compare
Pre-release

1.0.0b11 (2025-05-15)

There have been significant updates with the release of version 1.0.0b11, including breaking changes.
Please see new samples and package README.md file.

Features added

  • .deployments methods to enumerate AI models deployed to your AI Foundry Project.
  • .datasets methods to upload documents and reference them. To be used with Evaluations.
  • .indexes methods to handle your Search Indexes.

Breaking changes

  • Azure AI Foundry Project endpoint is now required to construct the AIProjectClient. It has the form
    https://<your-ai-services-account-name>.services.ai.azure.com/api/projects/<your-project-name>. Find it in your AI Foundry Project
    Overview page. The factory method from_connection_string was removed.
  • Agents are now implemented in a separate package azure-ai-agents. Continue using the ".agents" operations on the
    AIProjectsClient to create, run and delete agents, as before. However there have been some breaking changes in these operations.
    See Agents package document and samples for more details.
  • Several changes to the .connections methods, including the response object (now simply called Connection)
  • The method .inference.get_azure_openai_client() now supports returning an authenticated AzureOpenAI client to be used with
    AI models deployed to the Project's AI Services. This is in addition to the existing option to get an AzureOpenAI client for one of the connected Azure OpenAI services.
  • Import PromptTemplate from azure.ai.projects instead of azure.ai.projects.prompts.
  • The class ConnectionProperties was renamed to Connection, and its properties have changed.
  • The method .to_evaluator_model_config on ConnectionProperties is no longer required and does not have an equivalent method on Connection. When constructing the EvaluatorConfiguration class, the init_params element now requires deployment_name instead of model_config.
  • The method upload_file on AIProjectClient had been removed, use datasets.upload_file instead.
  • Evaluator Ids are available using the Enum EvaluatorIds and no longer require azure-ai-evaluation package to be installed.
  • Property scope on AIProjectClient is removed, use AI Foundry Project endpoint instead.
  • Property id on Evaluation is replaced with name.

Sample updates

  • All samples have been updated. New ones added for Deployments, Datasets and Indexes.

azure-eventgrid_4.22.0

14 May 21:33
10f65bd
Compare
Choose a tag to compare

4.22.0 (2025-05-14)

Features Added

  • Added new enum values to SystemEventNames related to Azure Communication Services and Azure Edge.

azure-ai-agents_1.0.0b3

14 May 19:33
0ccf1d5
Compare
Choose a tag to compare
Pre-release

1.0.0b3 (2025-05-14)

Features Added

  • Internal updates based on TypeSpec finalization.

azure-monitor-opentelemetry_1.6.9

13 May 18:28
b3bd27f
Compare
Choose a tag to compare

1.6.9 (2025-05-12)

Features Added

  • Enable Azure AI Agents instrumentation for azure-ai-agents
    (#40866)