From b38c61feb0af23a24e232f44f621dd9461d3d98e Mon Sep 17 00:00:00 2001 From: Sayali Rohidas Gaikawad Date: Tue, 13 Sep 2022 22:45:06 +0000 Subject: [PATCH 01/10] Add 2.3.0 release notes Signed-off-by: Sayali Rohidas Gaikawad --- .../opensearch-release-notes-2.3.0.md | 186 ++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 release-notes/opensearch-release-notes-2.3.0.md diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md new file mode 100644 index 0000000000..3c6e3d686c --- /dev/null +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -0,0 +1,186 @@ +# OpenSearch and Dashboards 2.3.0 Release Notes + +## Release Highlights + +## Release Details + +OpenSearch and OpenSearch Dashboards 2.3.0 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates. + +OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.3.0.md). + +OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.3.0.md). + +## BREAKING CHANGES + +## FEATURES + +### OpenSearch SQL +* Add maketime and makedate datetime functions ([#755](https://github.com/opensearch-project/sql/pull/755)) + + +## ENHANCEMENTS + +### OpenSearch Index Management +* Replica Count Validation when awareness replica balance is enabled ([#429](https://github.com/opensearch-project/index-management/pull/429)) +* Updated detekt plugin, snakeyaml dependency and code to reduce the number of issues after static analysis ([#483](https://github.com/opensearch-project/index-management/pull/483)) +* Transform max_clauses optimization: limit amount of modified buckets being processed at a time and added capping of pageSize to avoid maxClause exception ([#477](https://github.com/opensearch-project/index-management/pull/477)) +* Remove HOST_DENY_LIST usage as Notification plugin will own it ([#488](https://github.com/opensearch-project/index-management/pull/488)) +* Deprecate Master nonmenclature ([#502](https://github.com/opensearch-project/index-management/pull/502)) + + +### OpenSearch k-NN +* Change initial size of DocIdSetBuilder (#502) + + +### OpenSearch Notifications +* Change the SendTestMessage API to be a POST call ([#506](https://github.com/opensearch-project/notifications/pull/506)) + + +### OpenSearch Security +* Point in time API security changes ([#2033](https://github.com/opensearch-project/security/pull/2033)) + + +### OpenSearch Security +* Point in time API security changes ([#2033](https://github.com/opensearch-project/security/pull/2033)) + + +### OpenSearch SQL +* Refactor implementation of relevance queries ([#746](https://github.com/opensearch-project/sql/pull/746)) +* Extend query size limit using scroll ([#716](https://github.com/opensearch-project/sql/pull/716)) +* Add any case of arguments in relevancy based functions to be allowed ([#744](https://github.com/opensearch-project/sql/pull/744)) + + +## BUG FIXES + +### OpenSearch Index Management +* Failed concurrent creates of ISM policies should return http 409 ([#464](https://github.com/opensearch-project/index-management/pull/464)) +* Disable detekt to avoid the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) + + +### OpenSearch Index Management Dashboards Plugin +* Remove extra forward slash for URL to snapshot management docs ([#231](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/231)) + + +### OpenSearch k-NN +* Remove overallocation in faiss query path (#501) + + +### OpenSearch Security +* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) +* Add allowlist.yml to 3 places in securityadmin tool ([#2046](https://github.com/opensearch-project/security/pull/2046)) +* Fix legacy check in SecurityAdmin ([#2052](https://github.com/opensearch-project/security/pull/2052)) + + +### OpenSearch Security +* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) +* Add allowlist.yml to 3 places in securityadmin tool ([#2046](https://github.com/opensearch-project/security/pull/2046)) +* Fix legacy check in SecurityAdmin ([#2052](https://github.com/opensearch-project/security/pull/2052)) + + +### OpenSearch Security Dashboards Plugin +* Use expiration of tokens from the id token ([#1040](https://github.com/opensearch-project/security-dashboards-plugin/pull/1040)) + + +### OpenSearch SQL +* Fix unit test in PowerBI connector ([#800](https://github.com/opensearch-project/sql/pull/800)) + + +## INFRASTRUCTURE + +### OpenSearch Index Management +* Staging for version increment automation ([#409](https://github.com/opensearch-project/index-management/pull/409)) + + +### OpenSearch Notifications +* Disable detekt to fix snakeyaml vulnerability ([#528](https://github.com/opensearch-project/notifications/pull/528)) + + +### OpenSearch Security Dashboards Plugin +* Add prerequisite check github workflow ([#1083](https://github.com/opensearch-project/security-dashboards-plugin/pull/1083)) + + +### OpenSearch SQL +* Schedule request in worker thread ([#748](https://github.com/opensearch-project/sql/pull/748)) +* Deprecated ClusterService and Using NodeClient to fetch metadata ([#774](https://github.com/opensearch-project/sql/pull/774)) +* Change master node timeout to new API ([#793](https://github.com/opensearch-project/sql/pull/793)) + + +## DOCUMENTATION + +### OpenSearch Index Management +* Added 2.3 release note ([#507](https://github.com/opensearch-project/index-management/pull/507)) + + +### OpenSearch Index Management Dashboards Plugin +* Added release notes for 2.3 ([#250](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/250)) + + +### OpenSearch Ml Common +* Algorithm links added to javadoc ([#400](https://github.com/opensearch-project/ml-commons/pull/400)) + + +### OpenSearch SQL +* Adding documentation about double quote implementation ([#723](https://github.com/opensearch-project/sql/pull/723)) +* Add PPL security setting documentation ([#777](https://github.com/opensearch-project/sql/pull/777)) +* Update PPL docs link for workbench ([#758](https://github.com/opensearch-project/sql/pull/758)) + + +## MAINTENANCE + +### OpenSearch Index Management +* Version upgrade to 2.3.0 ([#484](https://github.com/opensearch-project/index-management/pull/484)) + + +### OpenSearch Index Management Dashboards Plugin +* Version bump 2.3.0 ([#247](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/247)) +* Bumped moment version to resolve dependabot alert ([#230](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/230)) +* Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) + + +### OpenSearch +* Removed version.yml ([#233](https://github.com/opensearch-project/job-scheduler/pull/233)) ([#235](https://github.com/opensearch-project/job-scheduler/pull/235)) +* Update to Gradle 7.5 ([#208](https://github.com/opensearch-project/job-scheduler/pull/208)) ([#228](https://github.com/opensearch-project/job-scheduler/pull/228)) +* Staging for version increment automation ([#204](https://github.com/opensearch-project/job-scheduler/pull/204)) ([#212](https://github.com/opensearch-project/job-scheduler/pull/212)) + + +### OpenSearch Ml Common +* Reenable KMEANS predict IT tests ([#401](https://github.com/opensearch-project/ml-commons/pull/401)) +* Upgrade to lucene snapshot ([#405](https://github.com/opensearch-project/ml-commons/pull/405)) +* Bump to version 2.3 ([#417](https://github.com/opensearch-project/ml-commons/pull/417)) + + +### OpenSearch Notifications +* Bump to version 2.3.0 ([#513](https://github.com/opensearch-project/notifications/pull/513)) +* Bump moment from 2.29.3 to 2.29.4 in dashboards-notifications ([#487](https://github.com/opensearch-project/notifications/pull/487)) + + +### OpenSearch Observability +* Bump version to 2.3.0 ([#997](https://github.com/opensearch-project/observability/pull/997)) + + +### OpenSearch Performance Analyzer +* Upgrade netty version to 4.1.79 ([#249](https://github.com/opensearch-project/performance-analyzer/pull/249)) +* Jackson version bump ([#247](https://github.com/opensearch-project/performance-analyzer/pull/247)) + + +### OpenSearch Security +* Increment version to 2.3.0.0 ([#2022](https://github.com/opensearch-project/security/pull/2022)) +* Update Gradle to 7.5.1 ([#2027](https://github.com/opensearch-project/security/pull/2027)) + + +### OpenSearch Security +* Increment version to 2.3.0.0 ([#2022](https://github.com/opensearch-project/security/pull/2022)) +* Update Gradle to 7.5.1 ([#2027](https://github.com/opensearch-project/security/pull/2027)) + + +### OpenSearch Security Dashboards Plugin +* Increment version to 2.3.0.0 ([#1068](https://github.com/opensearch-project/security-dashboards-plugin/pull/1068)) + + +## REFACTORING + +### OpenSearch k-NN +* Replace terminology 'master' with 'cluster manager' (#521) +* Nomenclature changes from Whitelist to Allowlist (#534) + + From c477531c97325f74a5c0ee1bb6bff8c166c2cd18 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:52:40 -0700 Subject: [PATCH 02/10] Fix JS Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 3c6e3d686c..908be3eea1 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -137,7 +137,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Refactored dependency used by test mock. Adjusted OSD version used by test workflows ([#229](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/229)) -### OpenSearch +### OpenSearch Job Scheduler * Removed version.yml ([#233](https://github.com/opensearch-project/job-scheduler/pull/233)) ([#235](https://github.com/opensearch-project/job-scheduler/pull/235)) * Update to Gradle 7.5 ([#208](https://github.com/opensearch-project/job-scheduler/pull/208)) ([#228](https://github.com/opensearch-project/job-scheduler/pull/228)) * Staging for version increment automation ([#204](https://github.com/opensearch-project/job-scheduler/pull/204)) ([#212](https://github.com/opensearch-project/job-scheduler/pull/212)) From a4a88bff237b1359abfa27a072b36410178e8e90 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:29:30 -0700 Subject: [PATCH 03/10] Fix ml-commons Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 908be3eea1..4acb0f2465 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -115,7 +115,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Added release notes for 2.3 ([#250](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/250)) -### OpenSearch Ml Common +### OpenSearch Ml Commons * Algorithm links added to javadoc ([#400](https://github.com/opensearch-project/ml-commons/pull/400)) @@ -143,7 +143,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Staging for version increment automation ([#204](https://github.com/opensearch-project/job-scheduler/pull/204)) ([#212](https://github.com/opensearch-project/job-scheduler/pull/212)) -### OpenSearch Ml Common +### OpenSearch Ml Commons * Reenable KMEANS predict IT tests ([#401](https://github.com/opensearch-project/ml-commons/pull/401)) * Upgrade to lucene snapshot ([#405](https://github.com/opensearch-project/ml-commons/pull/405)) * Bump to version 2.3 ([#417](https://github.com/opensearch-project/ml-commons/pull/417)) From d628249961a651bf32d7cbdfc92ae837a211c769 Mon Sep 17 00:00:00 2001 From: Sayali Rohidas Gaikawad Date: Wed, 14 Sep 2022 00:18:21 +0000 Subject: [PATCH 04/10] Add more Signed-off-by: Sayali Rohidas Gaikawad Signed-off-by: Sayali Gaikawad --- .../opensearch-release-notes-2.3.0.md | 74 +++++++++++++++---- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 4acb0f2465..8b28f79933 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -20,6 +20,16 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## ENHANCEMENTS +### OpenSearch Cross Cluster Replication +* Add lastExecutionTime for autofollow coroutine ([#508](https://github.com/opensearch-project/cross-cluster-replication/pull/508)) +* Modified security artifacts to fetch from latest build version ([#474](https://github.com/opensearch-project/cross-cluster-replication/pull/474)) +* add updateVersion task ([#489](https://github.com/opensearch-project/cross-cluster-replication/pull/489)) +* Bumped snakeyaml version to address CVE-2022-25857 ([#540](https://github.com/opensearch-project/cross-cluster-replication/pull/540)) + +### OpenSearch Dashboards Maps +* Adds integration tests in the repo for customImportMap plugin ([#30](https://github.com/opensearch-project/dashboards-maps/pull/30)) + + ### OpenSearch Index Management * Replica Count Validation when awareness replica balance is enabled ([#429](https://github.com/opensearch-project/index-management/pull/429)) * Updated detekt plugin, snakeyaml dependency and code to reduce the number of issues after static analysis ([#483](https://github.com/opensearch-project/index-management/pull/483)) @@ -28,6 +38,10 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Deprecate Master nonmenclature ([#502](https://github.com/opensearch-project/index-management/pull/502)) +### OpenSearch Index Management Dashboards Plugin +* Change alignment of Snapshot Management panels in pages/Main/Main.tsx ([#236](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/236)) + + ### OpenSearch k-NN * Change initial size of DocIdSetBuilder (#502) @@ -40,10 +54,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Point in time API security changes ([#2033](https://github.com/opensearch-project/security/pull/2033)) -### OpenSearch Security -* Point in time API security changes ([#2033](https://github.com/opensearch-project/security/pull/2033)) - - ### OpenSearch SQL * Refactor implementation of relevance queries ([#746](https://github.com/opensearch-project/sql/pull/746)) * Extend query size limit using scroll ([#716](https://github.com/opensearch-project/sql/pull/716)) @@ -52,6 +62,12 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## BUG FIXES +### OpenSearch Cross Cluster Replication +* Updating filters as well during Alias update ([#491](https://github.com/opensearch-project/cross-cluster-replication/pull/491)) +* Modified _stop replication API to remove any stale replication settings on existing index ([#410](https://github.com/opensearch-project/cross-cluster-replication/pull/410)) +* Fix for missing ShardReplicationTasks on new nodes ([#497](https://github.com/opensearch-project/cross-cluster-replication/pull/497)) +* For segrep enabled indices, use NRTReplicationEngine for replica shards ([#486](https://github.com/opensearch-project/cross-cluster-replication/pull/486)) + ### OpenSearch Index Management * Failed concurrent creates of ISM policies should return http 409 ([#464](https://github.com/opensearch-project/index-management/pull/464)) * Disable detekt to avoid the CVE issues ([#500](https://github.com/opensearch-project/index-management/pull/500)) @@ -71,12 +87,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Fix legacy check in SecurityAdmin ([#2052](https://github.com/opensearch-project/security/pull/2052)) -### OpenSearch Security -* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) -* Add allowlist.yml to 3 places in securityadmin tool ([#2046](https://github.com/opensearch-project/security/pull/2046)) -* Fix legacy check in SecurityAdmin ([#2052](https://github.com/opensearch-project/security/pull/2052)) - - ### OpenSearch Security Dashboards Plugin * Use expiration of tokens from the id token ([#1040](https://github.com/opensearch-project/security-dashboards-plugin/pull/1040)) @@ -87,6 +97,10 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## INFRASTRUCTURE +### OpenSearch Alerting +* Deprecate the Master nomenclature. ([#548](https://github.com/opensearch-project/alerting/pull/548)) + + ### OpenSearch Index Management * Staging for version increment automation ([#409](https://github.com/opensearch-project/index-management/pull/409)) @@ -107,6 +121,14 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## DOCUMENTATION +### OpenSearch Anomaly Detection +* Adding external property customDistributionUrl to let developer override default distribution Download url ([#380](https://github.com/opensearch-project/anomaly-detection/pull/380)) +* Replace Forum link in Anomaly Detection plugin README.md ([#659](https://github.com/opensearch-project/anomaly-detection/pull/659)) + + +### OpenSearch Alerting +* Added 2.3 release notes. ([#551](https://github.com/opensearch-project/alerting/pull/551)) + ### OpenSearch Index Management * Added 2.3 release note ([#507](https://github.com/opensearch-project/index-management/pull/507)) @@ -127,6 +149,33 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## MAINTENANCE +### OpenSearch Anomaly Detection +* Removed additional non-inclusive terms ([#644](https://github.com/opensearch-project/anomaly-detection/pull/644)) +* Bump version to 2.3 ([#658](https://github.com/opensearch-project/anomaly-detection/pull/658)) + + + +### OpenSearch Alerting +* Bumped version to 2.3.0. ([#547](https://github.com/opensearch-project/alerting/pull/547)) + + +### OpenSearch Anomaly Detection Dashboards +* Bump to 2.3 ([#317](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/317)) + + +### OpenSearch Asynchronous Search +* Bump version to 2.3.0 ([#174](https://github.com/opensearch-project/asynchronous-search/pull/174)) +* Replace terminology 'master' with 'cluster manager' ([#175](https://github.com/opensearch-project/asynchronous-search/pull/175)) + + +### OpenSearch Dashboards Reports +* Bump version to 2.3.0 ([#454](https://github.com/opensearch-project/dashboards-reports/pull/454)) + + +### OpenSearch Dashboards Visualizations +* Version bump to 2.3.0 ([#111](https://github.com/opensearch-project/dashboards-visualizations/pull/111)) + + ### OpenSearch Index Management * Version upgrade to 2.3.0 ([#484](https://github.com/opensearch-project/index-management/pull/484)) @@ -168,11 +217,6 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Update Gradle to 7.5.1 ([#2027](https://github.com/opensearch-project/security/pull/2027)) -### OpenSearch Security -* Increment version to 2.3.0.0 ([#2022](https://github.com/opensearch-project/security/pull/2022)) -* Update Gradle to 7.5.1 ([#2027](https://github.com/opensearch-project/security/pull/2027)) - - ### OpenSearch Security Dashboards Plugin * Increment version to 2.3.0.0 ([#1068](https://github.com/opensearch-project/security-dashboards-plugin/pull/1068)) From cab41c0795f7222f4148d617d502a8e35a312365 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 13 Sep 2022 17:22:38 -0700 Subject: [PATCH 05/10] Add k-NN Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 8b28f79933..6ec21567c2 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -43,7 +43,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ### OpenSearch k-NN -* Change initial size of DocIdSetBuilder (#502) +* Change initial size of DocIdSetBuilder ([#502](https://github.com/opensearch-project/k-NN/pull/502)) ### OpenSearch Notifications @@ -78,7 +78,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ### OpenSearch k-NN -* Remove overallocation in faiss query path (#501) +* Remove overallocation in faiss query path ([#501](https://github.com/opensearch-project/k-NN/pull/501)) ### OpenSearch Security @@ -192,6 +192,11 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Staging for version increment automation ([#204](https://github.com/opensearch-project/job-scheduler/pull/204)) ([#212](https://github.com/opensearch-project/job-scheduler/pull/212)) +### OpenSearch k-NN +* Updated the BWC workflow to have 2.2.0 as the backward supported version in BWC tests ([#536](https://github.com/opensearch-project/k-NN/pull/536)) +* [AUTO] Increment version to 2.3.0-SNAPSHOT ([#526](https://github.com/opensearch-project/k-NN/pull/526)) + + ### OpenSearch Ml Commons * Reenable KMEANS predict IT tests ([#401](https://github.com/opensearch-project/ml-commons/pull/401)) * Upgrade to lucene snapshot ([#405](https://github.com/opensearch-project/ml-commons/pull/405)) @@ -224,7 +229,7 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open ## REFACTORING ### OpenSearch k-NN -* Replace terminology 'master' with 'cluster manager' (#521) -* Nomenclature changes from Whitelist to Allowlist (#534) +* Replace terminology 'master' with 'cluster manager' ([#521](https://github.com/opensearch-project/k-NN/pull/521)) +* Nomenclature changes from Whitelist to Allowlist ([#534](https://github.com/opensearch-project/k-NN/pull/534)) From 75d8285889f608dcc8d4526a736cf3c7519d06bf Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 13 Sep 2022 17:33:46 -0700 Subject: [PATCH 06/10] Add geospatial Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 6ec21567c2..692d2c8e92 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -226,6 +226,10 @@ OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/Open * Increment version to 2.3.0.0 ([#1068](https://github.com/opensearch-project/security-dashboards-plugin/pull/1068)) +### OpenSearch Geospatial +* Increment version to 2.3.0-SNAPSHOT ([#137](https://github.com/opensearch-project/geospatial/pull/137)) + + ## REFACTORING ### OpenSearch k-NN From 9eff79916278637293bbd8582af9a22ebd4172d0 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Wed, 14 Sep 2022 10:44:42 -0700 Subject: [PATCH 07/10] Add highlights Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 692d2c8e92..a28a310698 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -1,6 +1,10 @@ # OpenSearch and Dashboards 2.3.0 Release Notes ## Release Highlights +OpenSearch and OpenSearch Dashboards 2.3 unlocks new approaches to data replication, storage, and visualization with three experimental features. These features are disabled by default and can be enabled per the release documentation [link TK]. +* Segment replication offers users a new data replication strategy. With segment replication, OpenSearch copies Lucene file segments from the primary shard to its replicas, offering performance improvements for high-ingestion workloads. +* Remote-backed storage lets users deploy cloud storage for increased data durability. Users can back up and restore data from their clusters on a per-index basis using cloud-based storage solutions. +* A new drag-and-drop visualization tool lets users generate different types of visualizations more quickly and intuitively. Users can drag and drop data fields to generate line, bar, area, and metric charts. ## Release Details From 2c2cb73987049fa2199669869a646d58687e1017 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Wed, 14 Sep 2022 10:46:16 -0700 Subject: [PATCH 08/10] Remove breaking section Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index a28a310698..2e54f7ff20 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -14,8 +14,6 @@ OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-2.3.0.md). -## BREAKING CHANGES - ## FEATURES ### OpenSearch SQL From fa3fadbcaa08eb3ea7871a3309a15645d348f69c Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Wed, 14 Sep 2022 10:51:16 -0700 Subject: [PATCH 09/10] Add link Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 2e54f7ff20..108d0da765 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -1,7 +1,7 @@ # OpenSearch and Dashboards 2.3.0 Release Notes ## Release Highlights -OpenSearch and OpenSearch Dashboards 2.3 unlocks new approaches to data replication, storage, and visualization with three experimental features. These features are disabled by default and can be enabled per the release documentation [link TK]. +OpenSearch and OpenSearch Dashboards 2.3 unlocks new approaches to data replication, storage, and visualization with three experimental features. These features are disabled by default and can be enabled per the [release documentation](https://opensearch.org/docs/latest). * Segment replication offers users a new data replication strategy. With segment replication, OpenSearch copies Lucene file segments from the primary shard to its replicas, offering performance improvements for high-ingestion workloads. * Remote-backed storage lets users deploy cloud storage for increased data durability. Users can back up and restore data from their clusters on a per-index basis using cloud-based storage solutions. * A new drag-and-drop visualization tool lets users generate different types of visualizations more quickly and intuitively. Users can drag and drop data fields to generate line, bar, area, and metric charts. From 5485dadd8d8d460e8139a987d5879eff08a94953 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Wed, 14 Sep 2022 11:09:49 -0700 Subject: [PATCH 10/10] Add link Signed-off-by: Sayali Gaikawad --- release-notes/opensearch-release-notes-2.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-release-notes-2.3.0.md b/release-notes/opensearch-release-notes-2.3.0.md index 108d0da765..6dd78395c6 100644 --- a/release-notes/opensearch-release-notes-2.3.0.md +++ b/release-notes/opensearch-release-notes-2.3.0.md @@ -1,7 +1,7 @@ # OpenSearch and Dashboards 2.3.0 Release Notes ## Release Highlights -OpenSearch and OpenSearch Dashboards 2.3 unlocks new approaches to data replication, storage, and visualization with three experimental features. These features are disabled by default and can be enabled per the [release documentation](https://opensearch.org/docs/latest). +OpenSearch and OpenSearch Dashboards 2.3.0 unlocks new approaches to data replication, storage, and visualization with three experimental features. These features are disabled by default and can be enabled per the [release documentation](https://opensearch.org/docs/latest). * Segment replication offers users a new data replication strategy. With segment replication, OpenSearch copies Lucene file segments from the primary shard to its replicas, offering performance improvements for high-ingestion workloads. * Remote-backed storage lets users deploy cloud storage for increased data durability. Users can back up and restore data from their clusters on a per-index basis using cloud-based storage solutions. * A new drag-and-drop visualization tool lets users generate different types of visualizations more quickly and intuitively. Users can drag and drop data fields to generate line, bar, area, and metric charts.