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

Adding release notes for 2.0.0-rc1 #193

Merged
merged 1 commit into from
Apr 21, 2022
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,30 @@
## Version 2.0.0.0-rc1 Release Notes

Compatible with OpenSearch 2.0.0-rc1

### Features

* Adds setting to enable/disable Thread Contention Monitoring ([#171](https://github.com/opensearch-project/performance-analyzer/pull/171))
* Fixes calculation of average thread blocked time and average thread waited time ([#118](https://github.com/opensearch-project/performance-analyzer-rca/pull/118))


### Bug fixes

* Updated issue templates from .github. ([#177](https://github.com/opensearch-project/performance-analyzer/pull/177))
* Fix EventLogFileHandlerTests flaky test ([#178](https://github.com/opensearch-project/performance-analyzer/pull/178))
* Add retry for tests ([#180](https://github.com/opensearch-project/performance-analyzer/pull/180))

### Maintenance

* Gradle 7, JDK related changes and OS 2.0 ([#179](https://github.com/opensearch-project/performance-analyzer/pull/179))
* Add additional logs for Integration Tests ([#182](https://github.com/opensearch-project/performance-analyzer/pull/182))
* Enable dependency license check and removing unused license ([#183](https://github.com/opensearch-project/performance-analyzer/pull/183))
* Moving build script file here from opensearch build package ([#184](https://github.com/opensearch-project/performance-analyzer/pull/184))
* Update directory names and remove jar for integTest ([#187](https://github.com/opensearch-project/performance-analyzer/pull/187))
* Update PA directories from plugins to root ([#189](https://github.com/opensearch-project/performance-analyzer/pull/189))
* Changes to add jdk17, remove jdk 8,14, OS 2.0 and upgrade to gradle 7 ([#156](https://github.com/opensearch-project/performance-analyzer-rca/pull/156))
* Update directory names ([#166](https://github.com/opensearch-project/performance-analyzer-rca/pull/166))
* Update PA directories from plugins to root ([#168](https://github.com/opensearch-project/performance-analyzer-rca/pull/168))

### Deprecation
* Removing metrics which are not required now as were removed in OS 2.0 ([#159](https://github.com/opensearch-project/performance-analyzer-rca/pull/159))