Skip to content

Commit

Permalink
Release November Patch for Form Recognizer (#42865)
Browse files Browse the repository at this point in the history
  • Loading branch information
samvaity authored Nov 8, 2024
1 parent 031d19f commit fb467f2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
com.azure:azure-ai-contentsafety;1.0.8;1.1.0-beta.1
com.azure:azure-ai-documentintelligence;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-formrecognizer;4.1.11;4.2.0-beta.1
com.azure:azure-ai-formrecognizer;4.1.11;4.1.12
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-inference;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-ai-metricsadvisor;1.2.3;1.3.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
<version>4.1.12</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
</dependency>

<dependency>
Expand Down
12 changes: 7 additions & 5 deletions sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 4.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 4.1.12 (2024-11-08)

### Bugs Fixed
- Fixed an OOM error occurring due to creating a list of PageWords every line in the page instead of just once for each page.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.51.1` to version `1.54.0`.
- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.6`.

## 4.1.11 (2024-09-19)

### Other Changes
Expand Down
6 changes: 3 additions & 3 deletions sdk/formrecognizer/azure-ai-formrecognizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.11</version>
<version>4.1.12</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -73,7 +73,7 @@ This table shows the relationship between SDK versions and supported API version
| 3.0.x | 2.0 |
| 3.1.X - 3.1.12 | 2.0, 2.1 (default) |
| 4.0.0 | 2.0, 2.1, 2022-08-31 (default) |
| 4.1.0 | 2.0, 2.1, 2022-08-31, 2023-07-31 (default) |
| 4.1.0 > | 2.0, 2.1, 2022-08-31, 2023-07-31 (default) |

> Note: Starting with version 4.0.X, a new set of clients were introduced to leverage the newest features
> of the Form Recognizer service. Please see the [Migration Guide][migration_guide] for detailed instructions on how to update application
Expand Down Expand Up @@ -168,7 +168,7 @@ Authentication with AAD requires some initial setup:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.13.3</version>
<version>1.14.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/azure-ai-formrecognizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
<version>4.1.12</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->

<name>Microsoft Azure client library for Document Intelligence</name>
<description>This package contains the Microsoft Azure Cognitive Services Document Intelligence SDK.</description>
Expand Down

0 comments on commit fb467f2

Please sign in to comment.