-
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.
* Add 2.8 release notes Signed-off-by: Xuesong Luo <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
release-notes/opensearch-index-management.release-notes-2.8.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,18 @@ | ||
## Version 2.8.0.0 2023-06-06 | ||
|
||
Compatible with OpenSearch 2.8.0 | ||
|
||
### Maintenance | ||
* Upgrade to gradle 8.1.1. ([#777](https://github.com/opensearch-project/index-management/pull/777)) | ||
* Bump version to 2.8. ([#759](https://github.com/opensearch-project/index-management/pull/759)) | ||
|
||
### Features | ||
* Support notification integration with long running operations. ([#790, 791, 793](https://github.com/opensearch-project/index-management/pull/793)) | ||
|
||
### Bug fixes | ||
* Remove recursion call when checking permission on indices. ([#785](https://github.com/opensearch-project/index-management/pull/785)) | ||
* Added trimming of nanos part of "epoch_millis" timestamp when date_histogram type used is date_nanos. ([#782](https://github.com/opensearch-project/index-management/pull/782)) | ||
* Added proper resolving of sourceIndex inside RollupInterceptor, it's required for QueryStringQuery parsing. ([#773](https://github.com/opensearch-project/index-management/pull/773)) | ||
|
||
### Documentation | ||
* Added 2.8 release notes. ([#794](https://github.com/opensearch-project/index-management/pull/794)) |