Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-ml_1.26.3

17 Apr 15:15
fd487b8
Compare
Choose a tag to compare

1.26.3 (2025-04-17)

Bugs Fixed

  • Updated marshmallow dependency to restrict versions
    to >=3.5,<4.0.0 in install_requires to ensure compatibility.

azure-ai-projects_1.0.0b9

16 Apr 23:21
c0d24d3
Compare
Choose a tag to compare
Pre-release

1.0.0b9 (2025-04-16)

Features added

  • Utilities to load prompt template strings and Prompty file content
  • Added BingCustomSearchTool class with sample
  • Added list_threads API to agents namespace
  • Added image input support for agents create_message

Sample updates

  • Added project_client.agents.enable_auto_function_calls(toolset=toolset) to all samples that has toolcalls executed by azure-ai-project SDK
  • New BingCustomSearchTool sample
  • New samples added for image input from url, file and base64

Breaking Changes

Redesigned automatic function calls because agents retrieved by update_agent and get_agent do not support them. With the new design, the toolset parameter in create_agent no longer executes toolcalls automatically during create_and_process_run or create_stream. To retain this behavior, call enable_auto_function_calls without additional changes.

azure-mgmt-containerservice_35.0.0

15 Apr 07:57
fe0fc66
Compare
Choose a tag to compare

35.0.0 (2025-04-14)

Features Added

  • Model ManagedClusterIngressProfileWebAppRouting has a new parameter nginx

Breaking Changes

  • Model LoadBalancer no longer has parameter name_properties_name
  • Operation LoadBalancersOperations.create_or_update has a new required parameter parameters
  • Operation LoadBalancersOperations.create_or_update no longer has parameter allow_service_placement
  • Operation LoadBalancersOperations.create_or_update no longer has parameter name
  • Operation LoadBalancersOperations.create_or_update no longer has parameter node_selector
  • Operation LoadBalancersOperations.create_or_update no longer has parameter primary_agent_pool_name
  • Operation LoadBalancersOperations.create_or_update no longer has parameter service_label_selector
  • Operation LoadBalancersOperations.create_or_update no longer has parameter service_namespace_selector

azure-eventhub_5.15.0

15 Apr 23:13
cf1e8bd
Compare
Choose a tag to compare

5.15.0 (2025-04-15)

Features Added

  • Added support for geo-replication and disaster recovery-enabled Event Hubs. To learn more about geo-replication, refer to this doc. To enable geo-replication on your Dedicated Event Hubs namespace, refer to this guide.
  • Added a class method from_bytes to EventData to create from a message payload of bytes. (#39711)

Bugs Fixed

  • Fixed a bug where service errors were incorrectly required and expected to have info/description fields.
  • Fixed a bug so that the BufferedProducer ThreadPoolExecutor uses one worker per partition. (#38961)

Other Changes

  • Added support for handling a C# DateTime.MinValue timestamp, which is returned by the service as a sentinel for time which is not set.
  • Deprecating uamqp_transport in favor of pyAMQP transport. The uamqp_transport will be removed in the next minor release.
  • Fixed aiohttp websocket library showing a deprecation warning due to an incorrect timeout type (#40429)
  • Dropped support for Python 3.8
  • The following change has been temporarily pulled out and will be added to a future release:
    • Implemented a new websockets library so that using AmqpOverWebsocket no longer requires separate optional dependency installations.

azure-template_0.1.0b4762407

15 Apr 21:01
Compare
Choose a tag to compare
Pre-release

0.1.0b4762407 (2025-04-15)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4762167

15 Apr 19:14
Compare
Choose a tag to compare
Pre-release

0.1.0b4762167 (2025-04-15)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4761897

15 Apr 18:31
Compare
Choose a tag to compare
Pre-release

0.1.0b4761897 (2025-04-15)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4758022

15 Apr 17:39
Compare
Choose a tag to compare
Pre-release

0.1.0b4758022 (2025-04-14)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-template_0.1.0b4757312

14 Apr 21:04
Compare
Choose a tag to compare
Pre-release

0.1.0b4757312 (2025-04-14)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-monitor-opentelemetry_1.6.7

10 Apr 21:19
8b96068
Compare
Choose a tag to compare

1.6.7 (2025-04-10)

Bugs Fixed

  • Adapt to OpenTelemetry dependency resolver change.
    (#40463)