Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-ml_1.26.3
1.26.3 (2025-04-17)
Bugs Fixed
- Updated
marshmallow
dependency to restrict versions
to>=3.5,<4.0.0
ininstall_requires
to ensure compatibility.
azure-ai-projects_1.0.0b9
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 hastoolcalls
executed byazure-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
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
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
toEventData
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. Theuamqp_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.
- Implemented a new websockets library so that using
azure-template_0.1.0b4762407
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
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
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
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
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