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

Add release notes for 1.2.0.0 release #225

Merged
merged 3 commits into from
Nov 8, 2021
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
30 changes: 30 additions & 0 deletions release-notes/opensearch-alerting.release-notes-1.2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Version 1.2.0.0 2021-11-05

Compatible with OpenSearch 1.2.0

### Enhancements

* Admin Users must be able to access all monitors #139 ([#220](https://github.com/opensearch-project/alerting/pull/220))
* Add valid search filters. ([#194](https://github.com/opensearch-project/alerting/pull/194))

### Bug Fixes

* Fixed a bug that was preventing the AcknowledgeAlerts API from acknowledging more than 10 alerts at once. ([#205](https://github.com/opensearch-project/alerting/pull/205))
* Remove user from the responses ([#201](https://github.com/opensearch-project/alerting/pull/201))

### Infrastructure

* Update build to use public Maven repo ([#184](https://github.com/opensearch-project/alerting/pull/184))
* Publish notification JARs checksums. ([#196](https://github.com/opensearch-project/alerting/pull/196))
* Updates testCompile mockito version to match OpenSearch changes ([#204](https://github.com/opensearch-project/alerting/pull/204))
* Update maven publication to include cksums. ([#224](https://github.com/opensearch-project/alerting/pull/224))
* Updates alerting version to 1.2 ([#192](https://github.com/opensearch-project/alerting/pull/192))

### Documentation

* Add release notes for 1.2.0.0 release ([#225](https://github.com/opensearch-project/alerting/pull/225))

### Maintenance

* Update copyright notice ([#222](https://github.com/opensearch-project/alerting/pull/222))