From 4a86c0de97c53a938bcc1b6b2b4da16b879346e9 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Wed, 24 Jul 2024 23:07:42 -0400 Subject: [PATCH] Adds 2.16 release notes Signed-off-by: Darshit Chanpura --- ...ashboards-plugin.release-notes-2.16.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/opensearch-security-dashboards-plugin.release-notes-2.16.0.0.md diff --git a/release-notes/opensearch-security-dashboards-plugin.release-notes-2.16.0.0.md b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.16.0.0.md new file mode 100644 index 000000000..b107816bb --- /dev/null +++ b/release-notes/opensearch-security-dashboards-plugin.release-notes-2.16.0.0.md @@ -0,0 +1,19 @@ +## Version 2.16.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards version 2.16.0 + +### Enhancements +* [MDS] Adds datasource filter for version decoupling ([#2051](https://github.com/opensearch-project/security-dashboards-plugin/pull/2051)) +* Update nextUrl validation to incorporate serverBasePath ([#2048](https://github.com/opensearch-project/security-dashboards-plugin/pull/2048)) +* Conform to Navigation changes from OSD core ([#2022](https://github.com/opensearch-project/security-dashboards-plugin/pull/2022)) +* feat: http proxy support for oidc ([#2024](https://github.com/opensearch-project/security-dashboards-plugin/pull/2024)) +* Remove dependency on opensearch build repo libs from custom build.sh ([#2033](https://github.com/opensearch-project/security-dashboards-plugin/pull/2033)) +* Add custom build script to support different cypress version ([#2027](https://github.com/opensearch-project/security-dashboards-plugin/pull/2027)) + +### Bug Fixes +* Fix the bug of capabilities request not supporting carrying authinfo ([#2014](https://github.com/opensearch-project/security-dashboards-plugin/pull/2014)) +* Fix URL duplication issue ([#2004](https://github.com/opensearch-project/security-dashboards-plugin/pull/2004)) + +### Maintenance +* Format package.json ([#2060](https://github.com/opensearch-project/security-dashboards-plugin/pull/2060)) +* Addresses CVE-2024-4068 and updates yarn.lock ([#2039](https://github.com/opensearch-project/security-dashboards-plugin/pull/2039)) \ No newline at end of file