From 2d65f38a5707b95c695ddaa27bea980a172be7d5 Mon Sep 17 00:00:00 2001 From: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> Date: Mon, 10 May 2021 14:08:14 -0700 Subject: [PATCH] Prepare azure-search-documents for May 2021 Beta Release (#21270) Prepare azure-search-documents for May 2021 Beta Release --- .github/CODEOWNERS | 2 +- sdk/search/azure-search-documents/CHANGELOG.md | 14 +++++++++++++- sdk/search/azure-search-documents/README.md | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 923d9a85d92be..d6556dd4bddac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -82,7 +82,7 @@ /sdk/schemaregistry/ @arerlend @sjkwak # PRLabel: %Search -/sdk/search/ @alzimmermsft @mssfang @samvaity @conniey +/sdk/search/ @alzimmermsft @hemanttanwar @mssfang @samvaity @conniey # PRLabel: %Service Bus /sdk/servicebus/ @yvgopal @nemakam @hemanttanwar @conniey @yijunxiems diff --git a/sdk/search/azure-search-documents/CHANGELOG.md b/sdk/search/azure-search-documents/CHANGELOG.md index 26b2a9d5cfe80..edd493cb424d4 100644 --- a/sdk/search/azure-search-documents/CHANGELOG.md +++ b/sdk/search/azure-search-documents/CHANGELOG.md @@ -1,11 +1,23 @@ # Release History -## 11.4.0-beta.2 (Unreleased) +## 11.4.0-beta.2 (2021-05-10) +### Features Added + +- Added Semantic Search capability to `SearchClient` and `SearchAsyncClient`. +- Added the ability to configure Knowledge Store in skillsets. +- Added factory method to `SynonymMap` to enable creation from a file. + +### Dependency Updates + +- Updated `azure-core` from `1.15.0` to `1.16.0`. +- Updated `azure-core-http-netty` from `1.9.1` to `1.9.2`. +- Updated `azure-core-serializer-json-jackson` from `1.2.2` to `1.2.3`. ## 11.3.1 (2021-04-08) ### Dependency Updates + - Updated `azure-core` from `1.14.0` to `1.15.0`. - Updated `azure-core-http-netty` from `1.9.0` to `1.9.1`. - Updated `azure-core-serializer-json-jackson` from `1.2.0` to `1.2.2`. diff --git a/sdk/search/azure-search-documents/README.md b/sdk/search/azure-search-documents/README.md index eb3a44bf16caa..66cca4f0390c4 100644 --- a/sdk/search/azure-search-documents/README.md +++ b/sdk/search/azure-search-documents/README.md @@ -38,7 +38,7 @@ Use the Azure Cognitive Search client library to: com.azure azure-search-documents - 11.3.1 + 11.4.0-beta.2 ``` [//]: # ({x-version-update-end})