Skip to content

Commit

Permalink
[formrecognizer] Update changelog for release (Azure#20963)
Browse files Browse the repository at this point in the history
* update changelog for release

* include snippet about new clients
  • Loading branch information
catalinaperalta authored Oct 1, 2021
1 parent bf0e40e commit cfb945d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 3.2.0b1 (Unreleased)
## 3.2.0b1 (2021-10-05)

This version of the SDK defaults to the latest supported API version, which currently is v2021-09-30-preview.

> Note: Starting with version 2021-09-30-preview, a new set of clients were introduced to leverage the newest features of the Form Recognizer service. Please see the Migration Guide for detailed instructions on how to update application code from client library version 3.1.X or lower to the latest version. Also, please refer to the README for more information about the library.
### Features Added
- Added new `DocumentAnalysisClient` with `begin_analyze_document` and `begin_analyze_document_from_url` methods. Use these methods with the latest Form Recognizer
API version to analyze documents, with prebuilt and custom models.
Expand All @@ -13,10 +15,6 @@ API version to analyze documents, with prebuilt and custom models.
- Added samples using the `DocumentAnalysisClient` and `DocumentModelAdministrationClient` under `/samples/v3.2-beta`.
- Added `DocumentAnalysisApiVersion` to be used with `DocumentAnalysisClient` and `DocumentModelAdministrationClient`.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Python 3.5 is no longer supported in this release.

Expand Down

0 comments on commit cfb945d

Please sign in to comment.