From 47effe023d084e581308f1ace8eb373d2a5d801c Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 10 Jan 2023 17:38:38 -0800 Subject: [PATCH] Added 2.5 release notes. (#268) * Added 2.5 release notes. Signed-off-by: AWSHurneyt * Added 2.5 release notes. Signed-off-by: AWSHurneyt Signed-off-by: AWSHurneyt (cherry picked from commit df07017df0fa52f9ec16fa007aff7f028375d0ae) --- ...ecurity-analytics.release-notes-2.5.0.0.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 release-notes/opensearch-security-analytics.release-notes-2.5.0.0.md diff --git a/release-notes/opensearch-security-analytics.release-notes-2.5.0.0.md b/release-notes/opensearch-security-analytics.release-notes-2.5.0.0.md new file mode 100644 index 000000000..6a8f6485e --- /dev/null +++ b/release-notes/opensearch-security-analytics.release-notes-2.5.0.0.md @@ -0,0 +1,32 @@ +## Version 2.5.0.0 Release Notes +Compatible with OpenSearch 2.5.0 + +### Maintenance +* Bumped version to 2.5. ([#215](https://github.com/opensearch-project/security-analytics/pull/215)) +* Updated MAINTAINERS.md format. ([#240](https://github.com/opensearch-project/security-analytics/pull/240)) + +### Features +* Implement secure transport action for get alerts and ack alerts. ([#161](https://github.com/opensearch-project/security-analytics/pull/161)) +* GetMappingsView API - index pattern/alias/datastream support. ([#245](https://github.com/opensearch-project/security-analytics/pull/245)) +* Createmappings api index pattern support. ([#260](https://github.com/opensearch-project/security-analytics/pull/260)) + +### Bug Fixes +* Fixed aliases being returned in unmapped_index_fields. ([#147](https://github.com/opensearch-project/security-analytics/pull/147)) +* Fix vulnerability in yaml constructor. ([#198](https://github.com/opensearch-project/security-analytics/pull/198)) +* Fix flaky integration tests for security analytics. ([#241](https://github.com/opensearch-project/security-analytics/pull/241)) +* Fixed SecureFindingRestApiIT. Removed uppercasing of the detector type. ([#247](https://github.com/opensearch-project/security-analytics/pull/247)) +* Fix ci builds for security-analytics. ([#253](https://github.com/opensearch-project/security-analytics/pull/253)) + +### Refactoring +* Search returns detector type in CAPS fix and integration tests. ([#174](https://github.com/opensearch-project/security-analytics/pull/174)) +* Added dummy search when creating detector on the given indices. ([#197](https://github.com/opensearch-project/security-analytics/pull/197)) +* Updated network mappings. ([#211](https://github.com/opensearch-project/security-analytics/pull/211)) +* Updated windows mappings. ([#212](https://github.com/opensearch-project/security-analytics/pull/212)) +* Updated ad_ldap mappings. ([#213](https://github.com/opensearch-project/security-analytics/pull/213)) +* Removed create/delete queryIndex. ([#215](https://github.com/opensearch-project/security-analytics/pull/215)) +* Update Linux mappings. ([#223](https://github.com/opensearch-project/security-analytics/pull/223)) +* Changes to return empty search response for custom rules. ([#231](https://github.com/opensearch-project/security-analytics/pull/231)) +* Service Returns Unhandled Error Response. ([#248](https://github.com/opensearch-project/security-analytics/pull/248)) + +### Documentation +* Added 2.5 release notes. ([#268](https://github.com/opensearch-project/security-analytics/pull/268)) \ No newline at end of file