Skip to content

Commit 94e0f8a

Browse files
authored
Update azure-search-documents Dependency Version Post Release (Azure#21310)
1 parent a5bd605 commit 94e0f8a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ com.azure:azure-mixedreality-authentication;1.0.0;1.1.0-beta.1
9999
com.azure:azure-mixedreality-remoterendering;1.0.0;1.1.0-beta.1
100100
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.4;1.0.0-beta.5
101101
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
102-
com.azure:azure-search-documents;11.3.1;11.4.0-beta.3
102+
com.azure:azure-search-documents;11.3.2;11.4.0-beta.3
103103
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
104104
com.azure:azure-security-attestation;1.0.0-beta.1;1.0.0-beta.2
105105
com.azure:azure-security-keyvault-administration;4.0.0-beta.6;4.0.0-beta.7

sdk/communication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.azure</groupId>
4646
<artifactId>azure-communication-sms</artifactId>
47-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
47+
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
4848
</dependency>
4949
</dependencies>
5050

sdk/search/azure-search-documents/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## 11.4.0-beta.3 (Unreleased)
44

5+
## 11.3.2 (2021-05-11)
6+
7+
### Dependency Updates
8+
9+
- Updated `azure-core` from `1.15.0` to `1.16.0`.
10+
- Updated `azure-core-http-netty` from `1.9.1` to `1.9.2`.
11+
- Updated `azure-core-serializer-json-jackson` from `1.2.2` to `1.2.3`.
512

613
## 11.4.0-beta.2 (2021-05-10)
714

sdk/search/azure-search-documents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use the Azure Cognitive Search client library to:
3838
<dependency>
3939
<groupId>com.azure</groupId>
4040
<artifactId>azure-search-documents</artifactId>
41-
<version>11.4.0-beta.2</version>
41+
<version>11.3.2</version>
4242
</dependency>
4343
```
4444
[//]: # ({x-version-update-end})

sdk/search/azure-search-documents/src/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Maven dependency for Azure Cognitive Search Client library. Add it to your proje
2929
<dependency>
3030
<groupId>com.azure</groupId>
3131
<artifactId>azure-search-documents</artifactId>
32-
<version>11.3.1</version>
32+
<version>11.3.2</version>
3333
</dependency>
3434
```
3535

0 commit comments

Comments
 (0)