release notes python form recognizer (#1649)

* release notes python form recognizer

* add breaking changes
This commit is contained in:
Krista Pratico 2020-08-11 13:14:09 -07:00 коммит произвёл GitHub
Родитель 8a9c8d6ce1
Коммит 7beb741bb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,7 @@ The Azure SDK team is pleased to make available the August 2020 client library r
#### Preview
- Service Bus
- Form Recognizer
## Installation Instructions
@ -27,6 +28,7 @@ To install the latest preview version of the packages, copy and paste the follow
```bash
pip install azure-identity
pip install --pre azure-servicebus
pip install azure-ai-formrecognizer
```
## Feedback
@ -68,6 +70,20 @@ As before, please refer to the official changelog for a more complete enumeratio
- Renamed `idle_timeout` in `get_<queue/subscription>_receiver()` to `max_wait_time` to normalize with naming elsewhere.
- Updated uAMQP dependency to 1.2.10 such that the receiver does not shut down when generator times out, and can be received from again.
### Form Recognizer [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md#300b1-2020-08-11)
#### Breaking changes
- Version of this package bumped to `3.0.0b1` and now targets the service's stable v2.0 API
- Values are now capitalized for enums `FormContentType`, `LengthUnit`, `TrainingStatus`, and `CustomFormModelStatus`
- `document_name` renamed to `name` on `TrainingDocumentInfo`
- Keyword argument `include_sub_folders` renamed to `include_subfolders` on `begin_training` methods
#### New features
- `FormField` now has attribute `value_type` which contains the semantic data type of the field value. The options for
`value_type` are described in the enum `FieldValueType`
## Latest Releases
View all the latest versions of Python packages [here][python-latest-releases].