Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-appconfiguration_1.6.0b1
1.6.0b1 (2024-03-14)
Features Added
- Exposed
send_request()
method in each client to send custom requests using the client's existing pipeline. - Supported to get page ETag while iterating
list_configuration_setting()
result by page.
Bugs Fixed
- Fixed a bug in consuming "etag" value in sync operation
set_configuration_setting()
.
azure-cosmos_4.6.0
4.6.0 (2024-03-14)
Features Added
- GA release of hierarchical partitioning, index metrics and transactional batch.
Bugs Fixed
- Keyword arguments were not being passed down for
create_container_if_not_exists()
methods. See PR 34286.
Other Changes
azure-eventgrid_4.18.0
4.18.0 (2024-03-12)
Features Added
- Added new enum values to
SystemEventNames
related to Azure Api Center.
azure-communication-phonenumbers_1.2.0b2
1.2.0b2 (2024-03-01)
Features Added
- Add support for number lookup
- Format only can be returned for no cost
- Additional number details can be returned for a cost
azure-ai-ml_1.14.0
1.14.0 (2024-03-11)
Features Added
- Remove
experimental
tag forml_client.jobs.validate
. - Workspace Connection has new read-only subclass: AzureBlobStoreWorkspaceConnectionSchema.
- Workspace Connection supports 2 new types under main class: gen 2 and azure_one_lake.
- Workspace Connection LIST operation can return data connections via new optional flag: include_data_connections.
Bugs Fixed
- Fix pipeline job
outputs
not load correctly whencomponent: <local-file>
exists in pipeline job yaml. - Workspace ListKey operation serialization issue fixed.
- Workspace Diagnose result now can be print in to Json format.
Other Changes
- Support for Python 3.12
azure-ai-documentintelligence_1.0.0b2
1.0.0b2 (2024-03-07)
Features Added
- Added model
AnalyzeResultOperation
andWarning
. - Added property
base_classifier_id
to modelBuildDocumentClassifierRequest
. - Added property
base_classifier_id
andwarnings
to modelDocumentClassifierDetails
. - Added property
warnings
to modelDocumentModelDetails
. - Added property
value_selection_group
to modelDocumentField
. - Added value
selectionGroup
to enumDocumentFieldType
. - Added value
completed
to enumOperationStatus
.
Breaking Changes
- Changed property name from
items
toitems_property
in modelDocumentFieldSchema
andDocumentList
. - Changed property name from
base64_source
tobytes_source
in modelAnalyzeDocumentRequest
andClassifyDocumentRequest
.
Other Changes
- Changed the default polling interval from 30s to 5s.
- Changed the default service API version to
2024-02-29-preview
. - Bumped minimum dependency on
azure-core
to>=1.30.0
. - Bumped minimum dependency on
typing-extensions
to>=4.6.0
. - Python 3.7 is no longer supported. Please use Python version 3.8 or later.
azure-servicebus_7.12.0
7.12.0 (2024-03-06)
Features Added
- Updated
max_wait_time
on the ServiceBusReceiver constructor allowing users to change the default server timeout of 65 seconds when accepting a session on a Session-Enabled/Queues/Topics if NEXT_AVAILABLE_SESSION is used.
Other Changes
- Updated minimum
azure-core
version to 1.28.0. - Updated Pure Python AMQP network trace logging to replace
None
values in AMQP connection info with empty strings as per the OpenTelemetry specification (#32190). - Updated Pure Python AMQP network trace logging error log on connection close to warning (PR #34504, thanks @RichardOberdieck).
azure-template_0.1.0b3564077
0.1.0b3564077 (2024-03-06)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b3564069
0.1.0b3564069 (2024-03-06)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-template_0.1.0b3561066
0.1.0b3561066 (2024-03-06)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change