1.0.0-beta.2 (2024-03-06)
Features Added
- Support
retry-header
inDocumentIntelligenceAdministrationClient
andDocumentIntelligenceClient
for retrying failed polling operations. - Added a property,
baseClassifierId
toBuildDocumentClassfiierOptions
to specify the base classifier id to build upon. - Added a property,
baseClassifierId
toDocumentClassifierDetails
to specify the base classfier if on top of which the classifier was trained. - Added a property,
warnings
, toDocumentModelDetails
andDocumentClassifierDetails
, to represent the list of warnings encountered when building the model. - Added a property,
valueSelectionGroup
toDocumentField
model.
Breaking Changes
- The Azure Document Intelligence Client Library, now targets the Azure AI Document Intelligence service API version
"2024-02-29-preview"
.
Please note that support for2023-10-31-preview
has been discontinued.
Other Changes
Dependency Updates
- Upgraded
azure-core-http-netty
from1.14.0
to version1.14.1
. - Upgraded
azure-core
from1.46.0
to version1.47.0
.