Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.5] Added 2.5 release notes. #270

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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))