-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bowenlan-amzn <[email protected]> Co-authored-by: bowenlan-amzn <[email protected]>
- Loading branch information
1 parent
048d964
commit c7df8df
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
release-notes/opensearch-index-management.release-notes-2.4.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Version 2.4.0.0 2022-11-04 | ||
|
||
Compatible with OpenSearch 2.4.0 | ||
|
||
### Enhancements | ||
* Feature/184 introduce security tests ([#474](https://github.com/opensearch-project/index-management/pull/474)) | ||
* alias in rollup target_index field ([#445](https://github.com/opensearch-project/index-management/pull/445)) | ||
* Adds an alias action ([#575](https://github.com/opensearch-project/index-management/pull/575)) | ||
* Error prevention / Action validation stage 1 ([#579](https://github.com/opensearch-project/index-management/pull/579)) | ||
|
||
### Bug Fixes | ||
* Added rounding when using aggregate script for avg metric. ([#490](https://github.com/opensearch-project/index-management/pull/490)) | ||
* Adds plugin version sweep background job ([#434](https://github.com/opensearch-project/index-management/pull/434)) | ||
* Moved _doc_count from transform._doc_count to root of document ([#558](https://github.com/opensearch-project/index-management/pull/558)) | ||
* Bugfix/538 Adding timeout and retry to Transform '_search' API calls ([#576](https://github.com/opensearch-project/index-management/pull/576)) | ||
|
||
### Infrastructure | ||
* add group = org.opensearch.plugin ([#571](https://github.com/opensearch-project/index-management/pull/571)) | ||
|
||
### Maintenance | ||
* Fix kotlin warnings ([#551](https://github.com/opensearch-project/index-management/pull/551)) | ||
* Update jackson to 2.13.4 ([#557](https://github.com/opensearch-project/index-management/pull/557)) | ||
* Increment version to 2.4.0-SNAPSHOT ([#573](https://github.com/opensearch-project/index-management/pull/573)) | ||
* Fix the compatibility issue of awareness replica validation ([#595](https://github.com/opensearch-project/index-management/pull/595)) | ||
|
||
### Documentation | ||
* 2.4 release note ([#598](https://github.com/opensearch-project/index-management/pull/598)) |