Skip to content

Commit 5a00502

Browse files
[Search] Update Changelog for Aug 2021 release (Azure#22999)
* Update Changelog for Aug 2021 release * Add a statement about the bug fix in the release * Remove info about token value from changelog
1 parent 911b910 commit 5a00502

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Release History
22

3-
## 11.4.0-beta.2 (Unreleased)
3+
## 11.4.0-beta.2 (2021-08-10)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Support for [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/authentication/) based authentication. Users can specify a [`TokenCredential`](https://docs.microsoft.com/dotnet/api/azure.core.tokencredential) when creating a `SearchClient`, `SearchIndexClient` or a `SearchIndexerClient`. For example, you can get started with `new SearchClient(endpoint, new DefaultAzureCredential())` to authenticate via AAD using [Azure.Identity](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md). For more details see [how to use role-based authentication in Azure Cognitive Search](https://docs.microsoft.com/azure/search/search-security-rbac?tabs=config-svc-portal%2Crbac-portal).
87

98
### Bugs Fixed
10-
11-
### Other Changes
9+
- Enhanced the documentation of some `SearchOptions` properties by adding links to REST docs - https://github.com/Azure/azure-sdk-for-net/issues/22808
1210

1311
## 11.4.0-beta.1 (2021-07-06)
1412

0 commit comments

Comments
 (0)