File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
sdk/search/Azure.Search.Documents Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments