Skip to content

Commit ce03803

Browse files
authored
Prepare release July for Form recognizer and Metrics Advisor (Azure#41338)
1 parent d00525e commit ce03803

File tree

9 files changed

+20
-21
lines changed

9 files changed

+20
-21
lines changed

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ com.azure:azure-ai-anomalydetector;3.0.0-beta.5;3.0.0-beta.6
4040
com.azure:azure-ai-contentsafety;1.0.5;1.1.0-beta.1
4141
com.azure:azure-ai-documentintelligence;1.0.0-beta.3;1.0.0-beta.4
4242
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
43-
com.azure:azure-ai-formrecognizer;4.1.9;4.2.0-beta.1
43+
com.azure:azure-ai-formrecognizer;4.1.9;4.1.10
4444
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
45-
com.azure:azure-ai-metricsadvisor;1.1.27;1.2.0-beta.1
45+
com.azure:azure-ai-metricsadvisor;1.1.27;1.2.0
4646
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
4747
com.azure:azure-ai-openai;1.0.0-beta.10;1.0.0-beta.11
4848
com.azure:azure-ai-openai-assistants;1.0.0-beta.3;1.0.0-beta.4

sdk/formrecognizer/azure-ai-formrecognizer-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.azure</groupId>
3232
<artifactId>azure-ai-formrecognizer</artifactId>
33-
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
33+
<version>4.1.10</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
3434
</dependency>
3535

3636
<dependency>

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Release History
22

3-
## 4.2.0-beta.1 (Unreleased)
3+
## 4.1.10 (2024-07-29)
44

5-
### Features Added
5+
### Other Changes
66

7-
### Breaking Changes
7+
- Removed remaining `jackson-databind` usages and dependency from the project.
88

9-
### Bugs Fixed
10-
11-
### Other Changes
9+
#### Dependency Updates
1210

11+
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
1313

1414
## 4.1.9 (2024-06-27)
1515

sdk/formrecognizer/azure-ai-formrecognizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
6060
<dependency>
6161
<groupId>com.azure</groupId>
6262
<artifactId>azure-ai-formrecognizer</artifactId>
63-
<version>4.1.1</version>
63+
<version>4.1.10</version>
6464
</dependency>
6565
```
6666
[//]: # ({x-version-update-end})

sdk/formrecognizer/azure-ai-formrecognizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-ai-formrecognizer</artifactId>
16-
<version>4.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
16+
<version>4.1.10</version> <!-- {x-version-update;com.azure:azure-ai-formrecognizer;current} -->
1717

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

sdk/metricsadvisor/azure-ai-metricsadvisor-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.azure</groupId>
3131
<artifactId>azure-ai-metricsadvisor</artifactId>
32-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
32+
<version>1.2.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
3333
</dependency>
3434

3535
<dependency>

sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.2.0 (2024-07-29)
4+
### Other Changes
85

9-
### Bugs Fixed
6+
- Removed remaining `jackson-databind` usages and dependency from the project.
107

11-
### Other Changes
8+
#### Dependency Updates
129

10+
- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
11+
- Upgraded `azure-core-http-netty` from `1.15.1` to version `1.15.2`.
1312

1413
## 1.1.26 (2024-06-27)
1514

sdk/metricsadvisor/azure-ai-metricsadvisor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
5454
<dependency>
5555
<groupId>com.azure</groupId>
5656
<artifactId>azure-ai-metricsadvisor</artifactId>
57-
<version>1.1.20</version>
57+
<version>1.2.0</version>
5858
</dependency>
5959
```
6060
[//]: # ({x-version-update-end})

sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-ai-metricsadvisor</artifactId>
16-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
16+
<version>1.2.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
1717

1818
<name>Microsoft Azure client library for Metrics Advisor</name>
1919
<description>This package contains the Microsoft Azure Cognitive Services Metrics Advisor SDK.</description>

0 commit comments

Comments
 (0)