You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/search/Azure.Search.Documents/CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Release History
2
2
3
-
## 11.2.0-beta.2 (Unreleased)
3
+
## 11.2.0-beta.2 (2020-11-10)
4
+
5
+
### Added
6
+
7
+
- Added `EncryptionKey` to `SearchIndexer`, `SearchIndexerDataSourceConnection`, and `SearchIndexerSkillset`.
8
+
- Added configuration options to tune the performance of `SearchIndexingBufferedSender<T>`.
4
9
5
10
### Fixed
6
11
7
12
- Fixed issue calling `SearchIndexClient.GetIndexNames` that threw an exception ([#15590](https://github.com/Azure/azure-sdk-for-net/issues/15590))
8
13
- Fixed issue where `ScoringProfile.FunctionAggregation` did not correctly handle null values ([#16570](https://github.com/Azure/azure-sdk-for-net/issues/16570))
9
14
- Fixed overly permissive date parsing on facets ([#16412](https://github.com/Azure/azure-sdk-for-net/issues/16412))
10
15
11
-
### Added
12
-
13
-
- Added `EncryptionKey` to `SearchIndexer`, `SearchIndexerDataSourceConnection`, and `SearchIndexerSkillset`.
14
-
- Added configuration options to tune the performance of `SearchIndexingBufferedSender<T>`.
0 commit comments