-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> (cherry picked from commit 780744f) Co-authored-by: AWSHurneyt <[email protected]>
- Loading branch information
1 parent
92e9241
commit 8968d67
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
release-notes/opensearch-alerting.release-notes-2.5.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,25 @@ | ||
## Version 2.5.0.0 2023-01-10 | ||
Compatible with OpenSearch 2.5.0 | ||
|
||
### Maintenance | ||
* [AUTO] Increment version to 2.5.0-SNAPSHOT ([#629](https://github.com/opensearch-project/alerting/pull/629)) | ||
|
||
### Refactoring | ||
* Added exception check once the .opendistro-alerting-config index is being created. ([#650](https://github.com/opensearch-project/alerting/pull/650)) | ||
* Set lastnotification time as created time for new bucket level monitor. ([#675](https://github.com/opensearch-project/alerting/pull/675)) | ||
* Separate variables for alert and finding scheduled rollovers. ([#705](https://github.com/opensearch-project/alerting/pull/705)) | ||
* Overriding defaultTitle with subject for SNS notifications. ([#708](https://github.com/opensearch-project/alerting/pull/708)) | ||
* QueryIndex rollover when field mapping limit is reached. ([#725](https://github.com/opensearch-project/alerting/pull/725)) | ||
* Added unwrapping exceptions from core. ([#728](https://github.com/opensearch-project/alerting/pull/728)) | ||
|
||
### Bug Fixes | ||
* Added support for "nested" mappings. ([#645](https://github.com/opensearch-project/alerting/pull/645)) | ||
* Create findingIndex bugfix. ([#653](https://github.com/opensearch-project/alerting/pull/653)) | ||
* Fix bucket level monitor findings to support term aggs in query. ([#666](https://github.com/opensearch-project/alerting/pull/666)) | ||
* Mappings traversal bug fix. ([#669](https://github.com/opensearch-project/alerting/pull/669)) | ||
* Set message when building LegacyCustomWebhookMessage. ([#670](https://github.com/opensearch-project/alerting/pull/670)) | ||
* Fix error message bug to show the correct destination ID that's missing. ([#685](https://github.com/opensearch-project/alerting/pull/685)) | ||
* Fix percolator mapping error when having field name 'type'. ([#726](https://github.com/opensearch-project/alerting/pull/726)) | ||
|
||
### Documentation | ||
* Added 2.5 release notes. ([#743](https://github.com/opensearch-project/alerting/pull/743)) |