Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-mgmt-databoxedge_2.0.0
2.0.0 (2025-02-19)
Features Added
- Model DataBoxEdgeSku has a new parameter capabilities
Breaking Changes
- Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
azure-mgmt-storage_22.1.0
22.1.0 (2025-02-19)
Features Added
- Added operation FileServicesOperations.get_service_usage
- Added operation FileServicesOperations.list_service_usages
- Model FileShare has a new parameter file_share_paid_bursting
- Model FileShare has a new parameter included_burst_iops
- Model FileShare has a new parameter max_burst_credits_for_iops
- Model FileShare has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
- Model FileShare has a new parameter next_allowed_provisioned_iops_downgrade_time
- Model FileShare has a new parameter next_allowed_quota_downgrade_time
- Model FileShare has a new parameter provisioned_bandwidth_mibps
- Model FileShare has a new parameter provisioned_iops
- Model FileShareItem has a new parameter file_share_paid_bursting
- Model FileShareItem has a new parameter included_burst_iops
- Model FileShareItem has a new parameter max_burst_credits_for_iops
- Model FileShareItem has a new parameter next_allowed_provisioned_bandwidth_downgrade_time
- Model FileShareItem has a new parameter next_allowed_provisioned_iops_downgrade_time
- Model FileShareItem has a new parameter next_allowed_quota_downgrade_time
- Model FileShareItem has a new parameter provisioned_bandwidth_mibps
- Model FileShareItem has a new parameter provisioned_iops
- Model ObjectReplicationPolicy has a new parameter metrics
- Enum
SkuName
added memberSTANDARD_V2_LRS
- Enum
SkuName
added memberSTANDARD_V2_GRS
- Enum
SkuName
added memberSTANDARD_V2_ZRS
- Enum
SkuName
added memberSTANDARD_V2_GZRS
- Enum
SkuName
added memberPREMIUM_V2_LRS
- Enum
SkuName
added memberPREMIUM_V2_ZRS
azure-mgmt-containerservice_34.1.0
34.1.0 (2025-02-19)
Features Added
- Model AgentPool has a new parameter message_of_the_day
- Model ManagedClusterAgentPoolProfile has a new parameter message_of_the_day
- Model ManagedClusterAgentPoolProfileProperties has a new parameter message_of_the_day
azure-mgmt-containerregistry_11.0.0
11.0.0 (2024-02-19)
Features Added
- Model ConnectedRegistry has a new parameter garbage_collection
- Model ConnectedRegistryUpdateParameters has a new parameter garbage_collection
- Model Registry has a new parameter auto_generated_domain_name_label_scope
- Model RegistryNameCheckRequest has a new parameter auto_generated_domain_name_label_scope
- Model RegistryNameCheckRequest has a new parameter resource_group_name
- Model RegistryNameStatus has a new parameter available_login_server_name
Breaking Changes
- Removed operation group BuildStepsOperations
- Removed operation group BuildTasksOperations
- Removed operation group BuildsOperations
azure-maps-timezone_1.0.0b1
1.0.0b1 (2025-02-10)
Features Added
- Initial release
azure-ai-resources_1.0.0b9
1.0.0b9 (2025-02-11)
Other Changes
- Deprecation message added.
azure-ai-projects_1.0.0b6
1.0.0b6 (2025-02-14)
Features added
- Added
trace_function
decorator for conveniently tracing function calls in Agents using OpenTelemetry. Please see the README.md for updated documentation.
Sample updates
- Added AzureLogicAppTool utility and Logic App sample under
samples/agents
, folder to make Azure Logic App integration with Agents easier. - Added better observability for Azure AI Search sample for Agents via improved run steps information from the service.
- Added sample to demonstrate how to add custom attributes to telemetry span.
Bugs Fixed
- Lowered the logging level of "Toolset is not available in the client" from
warning
todebug
to prevent unnecessary log entries in agent application runs.
azure-monitor-opentelemetry_1.6.5
1.6.5 (2025-02-14)
Features Added
- Add more diagnostic log options
(#39701) - Only add OpenTelemetry LoggingHandler if current logger does not have it
(#38549) - Distro to automatically configure event logger provider
(#38543) - Configure live metrics first in pipeline to detect statsbeat usage
(#38556) - Ignore backoff warning from distro if in functions environment
(#38787)
azure-ai-inference_1.0.0b9
1.0.0b9 (2025-02-14)
Features Added
- Added support for chat completion messages with
developer
role. - Updated package document with an example of how to set custom HTTP request headers,
and an example of providing chat completion "messages" as an array of Pythondict
objects. - Add a descriptive Exception error message when
load_client
function or
get_model_info
method fails to run on an endpoint that does not support the/info
route.
Bugs Fixed
- Fix for Exception raised while parsing Chat Completions streaming response, in some rare cases, for
multibyte UTF-8 languages like Chinese (GitHub Issue 39565).
azure-servicebus_7.14.0
7.14.0 (2025-02-13)
Features Added
- Added in emulator support, ServiceBusAdministrationClient is currently not supported by the emulator. (#38655)
- Add support for Decimal128 in pyAMQP ([#39511]#39511)
Bugs Fixed
- Fixed a bug where async websocket disconnects were not being retried properly. (#36280)
- Fixed a bug where sending large messages with synchronous client caused a frame buffer offset error (#37916)
- Fix to handle websocket disconnect/close on aiohttp, as aiohttp raises a
TypeError
while asserting bytes. (#32061) - Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. (#39037)
- Fix to handle large messages being sent twice due to incoming flow frames triggering a resend. (#38067)
- Missing await in sender async on pyAMQP. (#39182)
- Improved AutoLockRenewer to renew locks for more registered messages. (#37340)
- Fixed a bug where message IDs in management operation requests were not unique.
Other Changes
- Fixed mypy/pylint
- Removed python 2.7 code (#38735)