From 725efaa90e62dec15476813f81349f16e67b8194 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Mon, 16 Oct 2023 12:09:11 -0400 Subject: [PATCH 1/3] Add release notes 2.11 Signed-off-by: Fanit Kolchina --- ...arch-documentation-release-notes-2.11.0.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 release-notes/opensearch-documentation-release-notes-2.11.0.md diff --git a/release-notes/opensearch-documentation-release-notes-2.11.0.md b/release-notes/opensearch-documentation-release-notes-2.11.0.md new file mode 100644 index 0000000000..471d034816 --- /dev/null +++ b/release-notes/opensearch-documentation-release-notes-2.11.0.md @@ -0,0 +1,22 @@ +# OpenSearch Documentation Website 2.11.0 Release Notes + +The OpenSearch 2.11.0 documentation includes the following additions and updates. + +## New documentation for 2.11.0 + +- Add Conversational Search changes for 2.11 [#5195](https://github.com/opensearch-project/documentation-website/pull/5195) +- Removes warning about alerting and segment replication compatibility [#5191](https://github.com/opensearch-project/documentation-website/pull/5191) +- Add updates to creating a detector UX [#5176](https://github.com/opensearch-project/documentation-website/pull/5176) +- Add multimodal search/sparse search/pre- and post-processing function documentation [#5168](https://github.com/opensearch-project/documentation-website/pull/5168) +- Add documentation for new recovery setting [#5162](https://github.com/opensearch-project/documentation-website/pull/5162) +- Add terminate after behavior to concurrent segment search [#5143](https://github.com/opensearch-project/documentation-website/pull/5143) +- Documentation for configurable merge policy [#5137](https://github.com/opensearch-project/documentation-website/pull/5137) +- Remove experimental header from search comparison tool [#5124](https://github.com/opensearch-project/documentation-website/pull/5124) +- Add documentation about setting a default model for neural search [#5121](https://github.com/opensearch-project/documentation-website/pull/5121) +- Add total wait time to thread pool in nodes stats [#5120](https://github.com/opensearch-project/documentation-website/pull/5120) +- [DOC] Add new documentation for distributed tracing [#4964](https://github.com/opensearch-project/documentation-website/pull/4964) +- Add documentation for authorization on the REST layer [#4544](https://github.com/opensearch-project/documentation-website/pull/4544) + +## In progress documentation for 2.11.0 + +- Adds documentation for log type categories [#5181](https://github.com/opensearch-project/documentation-website/pull/5181) From 932e2922a29b15f6bd0ab710207e0cec63742931 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Mon, 16 Oct 2023 12:22:02 -0400 Subject: [PATCH 2/3] Update release notes because log types PR is merged Signed-off-by: Fanit Kolchina --- .../opensearch-documentation-release-notes-2.11.0.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/release-notes/opensearch-documentation-release-notes-2.11.0.md b/release-notes/opensearch-documentation-release-notes-2.11.0.md index 471d034816..3792938905 100644 --- a/release-notes/opensearch-documentation-release-notes-2.11.0.md +++ b/release-notes/opensearch-documentation-release-notes-2.11.0.md @@ -6,6 +6,7 @@ The OpenSearch 2.11.0 documentation includes the following additions and updates - Add Conversational Search changes for 2.11 [#5195](https://github.com/opensearch-project/documentation-website/pull/5195) - Removes warning about alerting and segment replication compatibility [#5191](https://github.com/opensearch-project/documentation-website/pull/5191) +- Adds documentation for log type categories [#5181](https://github.com/opensearch-project/documentation-website/pull/5181) - Add updates to creating a detector UX [#5176](https://github.com/opensearch-project/documentation-website/pull/5176) - Add multimodal search/sparse search/pre- and post-processing function documentation [#5168](https://github.com/opensearch-project/documentation-website/pull/5168) - Add documentation for new recovery setting [#5162](https://github.com/opensearch-project/documentation-website/pull/5162) @@ -16,7 +17,3 @@ The OpenSearch 2.11.0 documentation includes the following additions and updates - Add total wait time to thread pool in nodes stats [#5120](https://github.com/opensearch-project/documentation-website/pull/5120) - [DOC] Add new documentation for distributed tracing [#4964](https://github.com/opensearch-project/documentation-website/pull/4964) - Add documentation for authorization on the REST layer [#4544](https://github.com/opensearch-project/documentation-website/pull/4544) - -## In progress documentation for 2.11.0 - -- Adds documentation for log type categories [#5181](https://github.com/opensearch-project/documentation-website/pull/5181) From f72880269d06c83848ce20bc9f40c387688a58a5 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:40:47 -0400 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Melissa Vagi Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- .../opensearch-documentation-release-notes-2.11.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-notes/opensearch-documentation-release-notes-2.11.0.md b/release-notes/opensearch-documentation-release-notes-2.11.0.md index 3792938905..3d85fbbd78 100644 --- a/release-notes/opensearch-documentation-release-notes-2.11.0.md +++ b/release-notes/opensearch-documentation-release-notes-2.11.0.md @@ -5,15 +5,15 @@ The OpenSearch 2.11.0 documentation includes the following additions and updates ## New documentation for 2.11.0 - Add Conversational Search changes for 2.11 [#5195](https://github.com/opensearch-project/documentation-website/pull/5195) -- Removes warning about alerting and segment replication compatibility [#5191](https://github.com/opensearch-project/documentation-website/pull/5191) -- Adds documentation for log type categories [#5181](https://github.com/opensearch-project/documentation-website/pull/5181) +- Remove warning about alerting and segment replication compatibility [#5191](https://github.com/opensearch-project/documentation-website/pull/5191) +- Add documentation for log type categories [#5181](https://github.com/opensearch-project/documentation-website/pull/5181) - Add updates to creating a detector UX [#5176](https://github.com/opensearch-project/documentation-website/pull/5176) - Add multimodal search/sparse search/pre- and post-processing function documentation [#5168](https://github.com/opensearch-project/documentation-website/pull/5168) - Add documentation for new recovery setting [#5162](https://github.com/opensearch-project/documentation-website/pull/5162) - Add terminate after behavior to concurrent segment search [#5143](https://github.com/opensearch-project/documentation-website/pull/5143) -- Documentation for configurable merge policy [#5137](https://github.com/opensearch-project/documentation-website/pull/5137) +- Add documentation for configurable merge policy [#5137](https://github.com/opensearch-project/documentation-website/pull/5137) - Remove experimental header from search comparison tool [#5124](https://github.com/opensearch-project/documentation-website/pull/5124) - Add documentation about setting a default model for neural search [#5121](https://github.com/opensearch-project/documentation-website/pull/5121) - Add total wait time to thread pool in nodes stats [#5120](https://github.com/opensearch-project/documentation-website/pull/5120) -- [DOC] Add new documentation for distributed tracing [#4964](https://github.com/opensearch-project/documentation-website/pull/4964) +- Add new documentation for distributed tracing [#4964](https://github.com/opensearch-project/documentation-website/pull/4964) - Add documentation for authorization on the REST layer [#4544](https://github.com/opensearch-project/documentation-website/pull/4544)