Skip to content

Commit

Permalink
python release notes for the 2024-03 release (#7315)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Mar 8, 2024
1 parent f0c9261 commit 90e25b4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/releases/2024-03/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,26 @@ entries:
#### Other Changes
- Relax type checking in `Pipeline` constructors to only check that each user-supplied policy object has either a `send` method or both an `on_request` and `on_response` method. This allows for more flexible policy implementations. [#34296](https://github.com/Azure/azure-sdk-for-python/pull/34296)
- Name: azure-ai-documentintelligence
Version: 1.0.0b2
DisplayName: Document Intelligence
ServiceName: Document Intelligence
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-documentintelligence_1.0.0b2/sdk/documentintelligence/azure-ai-documentintelligence/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added model `AnalyzeResultOperation` and `Warning`.
- Added property `base_classifier_id` to model `BuildDocumentClassifierRequest`.
- Added property `base_classifier_id` and `warnings` to model `DocumentClassifierDetails`.
- Added property `warnings` to model `DocumentModelDetails`.
- Added property `value_selection_group` to model `DocumentField`.
- Added value `selectionGroup` to enum `DocumentFieldType`.
- Added value `completed` to enum `OperationStatus`.
#### Breaking Changes
- Changed property name from `items` to `items_property` in model `DocumentFieldSchema` and `DocumentList`.
- Changed property name from `base64_source` to `bytes_source` in model `AnalyzeDocumentRequest` and `ClassifyDocumentRequest`.

0 comments on commit 90e25b4

Please sign in to comment.