Skip to content

Commit a5e4e1d

Browse files
authored
Increment package version after release of Azure.Search.Documents (Azure#51908)
1 parent 85730e9 commit a5e4e1d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

sdk/search/Azure.Search.Documents/CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
# Release History
22

3+
## 11.7.0-beta.7 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 11.7.0-beta.6 (2025-08-11)
414

515
### Features Added
616

717
- Enable the new model serialization using System.ClientModel, refer to this [document](https://aka.ms/azsdk/net/mrw) for more details.
818
- Added new AOT-compatible overloads for `Search<T>` and `SearchAsync<T>` that take `JsonTypeInfo<T>`.
919

10-
## 11.6.1 (2025-06-17)
20+
## 11.7.0-beta.5 (2025-06-17)
1121

1222
### Bugs Fixed
13-
- Added support for HTTP status code 206 (Partial Content) in the `Search` method to handle partial results returned by the service.
23+
- Fixed a failure in the search response when the service returned a 206(Partial Content) status code.
1424

15-
## 11.7.0-beta.5 (2025-06-17)
25+
## 11.6.1 (2025-06-17)
1626

1727
### Bugs Fixed
18-
- Fixed a failure in the search response when the service returned a 206(Partial Content) status code.
28+
- Added support for HTTP status code 206 (Partial Content) in the `Search` method to handle partial results returned by the service.
1929

2030
## 11.7.0-beta.4 (2025-05-14)
2131

sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyTitle>Microsoft Azure.Search.Documents client library</AssemblyTitle>
4-
<Version>11.7.0-beta.6</Version>
4+
<Version>11.7.0-beta.7</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
66
<ApiCompatVersion>11.6.1</ApiCompatVersion>
77
<Description>

0 commit comments

Comments
 (0)