Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-servicenetworking_2.0.0

05 Feb 07:32
2008f02

Choose a tag to compare

2.0.0 (2025-02-05)

Features Added

  • Client ServiceNetworkingMgmtClient added operation group security_policies_interface
  • Model Association added property properties
  • Model AssociationUpdate added property properties
  • Model Frontend added property properties
  • Model TrafficController added property properties
  • Model TrafficControllerUpdate added property properties
  • Added model AssociationProperties
  • Added model AssociationUpdateProperties
  • Added model FrontendProperties
  • Added enum PolicyType
  • Added model SecurityPolicy
  • Added model SecurityPolicyConfigurations
  • Added model SecurityPolicyProperties
  • Added model SecurityPolicyUpdate
  • Added model SecurityPolicyUpdateProperties
  • Added model TrafficControllerProperties
  • Added model TrafficControllerUpdateProperties
  • Added model WafPolicy
  • Added model WafSecurityPolicy
  • Added operation group SecurityPoliciesInterfaceOperations

Breaking Changes

  • Model Association deleted or renamed its instance variable association_type
  • Model Association deleted or renamed its instance variable subnet
  • Model Association deleted or renamed its instance variable provisioning_state
  • Model AssociationUpdate deleted or renamed its instance variable association_type
  • Model AssociationUpdate deleted or renamed its instance variable subnet
  • Model Frontend deleted or renamed its instance variable fqdn
  • Model Frontend deleted or renamed its instance variable provisioning_state
  • Model TrafficController deleted or renamed its instance variable configuration_endpoints
  • Model TrafficController deleted or renamed its instance variable frontends
  • Model TrafficController deleted or renamed its instance variable associations
  • Model TrafficController deleted or renamed its instance variable provisioning_state

azure-cosmos_4.9.1b3

05 Feb 08:58

Choose a tag to compare

azure-cosmos_4.9.1b3 Pre-release
Pre-release

4.9.1b3 (2025-02-04)

Features Added

  • Improved retry logic by retrying alternative endpoint for writes within a region before performing a cross region retry. See PR 39390
  • Added endpoint health check logic during database account calls. See PR 39390

Bugs Fixed

  • Fixed unnecessary retries on the wrong region for timout retry policy. See PR 39390
  • All client connection errors from aiohttp will be retried. See PR 39390

Other Changes

  • Changed defaults for retry delays. See PR 39390
  • Changed default connection timeout to be 5 seconds. See PR 39390
  • Changed default read timeout to be 65 seconds. See PR 39390
  • On database account calls send a client id header for load balancing. See PR 39390
  • Removed aiohttp dependency. See PR 39390

azure-template_0.1.0b4522268

30 Jan 21:17

Choose a tag to compare

Pre-release

0.1.0b4522268 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4520287

30 Jan 02:39
0b50606

Choose a tag to compare

Pre-release

0.1.0b4520287 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4520166

30 Jan 02:02

Choose a tag to compare

Pre-release

0.1.0b4520166 (2025-01-30)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-ai-evaluation_1.2.0

30 Jan 15:28
f6d03dd

Choose a tag to compare

1.2.0 (2025-01-27)

Features Added

  • CSV files are now supported as data file inputs with evaluate() API. The CSV file should have a header row with column names that match the data and target fields in the evaluate() method and the filename should be passed as the data parameter. Column name 'Conversation' in CSV file is not fully supported yet.

Breaking Changes

  • ViolenceMultimodalEvaluator, SexualMultimodalEvaluator, SelfHarmMultimodalEvaluator, HateUnfairnessMultimodalEvaluator and ProtectedMaterialMultimodalEvaluator will be removed in next release.

Bugs Fixed

  • Removed [remote] extra. This is no longer needed when tracking results in Azure AI Studio.
  • Fixed AttributeError: 'NoneType' object has no attribute 'get' while running simulator with 1000+ results
  • Fixed the non adversarial simulator to run in task-free mode
  • Content safety evaluators (violence, self harm, sexual, hate/unfairness) return the maximum result as the
    main score when aggregating per-turn evaluations from a conversation into an overall
    evaluation score. Other conversation-capable evaluators still default to a mean for aggregation.
  • Fixed bug in non adversarial simulator sample where tasks undefined

Other Changes

  • Changed minimum required python version to use this package from 3.8 to 3.9
  • Stop dependency on the local promptflow service. No promptflow service will automatically start when running evaluation.
  • Evaluators internally allow for custom aggregation. However, this causes serialization failures if evaluated while the
    environment variable AI_EVALS_BATCH_USE_ASYNC is set to false.

azure-template_0.1.0b4519173

29 Jan 20:53

Choose a tag to compare

Pre-release

0.1.0b4519173 (2025-01-29)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-ai-inference_1.0.0b8

29 Jan 21:10
4157599

Choose a tag to compare

Pre-release

1.0.0b8 (2025-01-29)

Features Added

  • Added support for Chat Completions with audio input. See new sample sample_chat_completions_with_audio_data.py.

Bugs Fixed

  • Fix a bug that caused filtering of a package with token usage from Azure OpenAI models in the streaming mode.

azure-cosmos_4.9.1b2

26 Jan 08:56
db08404

Choose a tag to compare

azure-cosmos_4.9.1b2 Pre-release
Pre-release

4.9.1b2 (2025-01-24)

Features Added

  • Added new cross-regional retry logic for ServiceRequestError and ServiceResponseError exceptions. See PR 39396

Bugs Fixed

  • Fixed KeyError being returned by location cache when most preferred location is not present in cached regions. See PR 39396.
  • Fixed cross-region retries on CosmosClient initialization. See PR 39396

Other Changes

  • This release requires aiohttp version 3.10.11 and above. See PR 39396

azure-mgmt-kusto_3.4.0

24 Jan 06:52
0239dc2

Choose a tag to compare

3.4.0 (2024-01-24)

Features Added

  • Model Cluster added property callout_policies
  • Model Cluster added property zone_status
  • Enum ClusterPrincipalRole added member ALL_DATABASES_MONITOR
  • Model ClusterUpdate added property callout_policies
  • Model ClusterUpdate added property zone_status
  • Enum LanguageExtensionImageName added member PYTHON3_11_7
  • Enum LanguageExtensionImageName added member PYTHON3_11_7_DL
  • Model SandboxCustomImage added property base_image_name
  • Model Script added property script_level
  • Model Script added property principal_permissions_action
  • Added model CalloutPoliciesList
  • Added model CalloutPolicy
  • Added model CalloutPolicyToRemove
  • Added enum CalloutType
  • Added model FollowerDatabaseDefinitionGet
  • Added model FollowerDatabaseListResultGet
  • Added enum OutboundAccess
  • Added enum PrincipalPermissionsAction
  • Added enum ScriptLevel
  • Added enum ZoneStatus
  • Model ClustersOperations added method begin_add_callout_policies
  • Model ClustersOperations added method begin_remove_callout_policy
  • Model ClustersOperations added method list_callout_policies
  • Model ClustersOperations added method list_follower_databases_get