-
Notifications
You must be signed in to change notification settings - Fork 67
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
* Adding release notes for 2.8.0 * add release notes for pa-rca --------- Co-authored-by: Chenyang Ji <cyji@amazon.com> (cherry picked from commit 74c2939) Co-authored-by: Chenyang Ji <chenyang.yale@gmail.com>
- Loading branch information
1 parent
7ea0ba1
commit b2883fb
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
release-notes/opensearch-performance-analyzer.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,28 @@ | ||
## Version 2.8.0 Release Notes | ||
|
||
Compatible with OpenSearch 2.8.0 | ||
|
||
## Enhancements | ||
* Add Latency and Error service metrics in PA plugin [#442](https://github.com/opensearch-project/performance-analyzer/pull/442) | ||
* Add Latency Metrics for respective Emitters in Reader Event Processing [#364](https://github.com/opensearch-project/performance-analyzer-rca/pull/364) | ||
* Adding Collector Metrics and refactoring the Error metrics [#365](https://github.com/opensearch-project/performance-analyzer-rca/pull/365) | ||
|
||
### Bug fixes | ||
* Fix ShardStateCollector which was impacted by [core refactoring](https://github.com/opensearch-project/OpenSearch/pull/7301) [445](https://github.com/opensearch-project/performance-analyzer/pull/445) | ||
|
||
|
||
### Infrastructure | ||
* Upgrade gradle to 7.6.1, upgrade gradle test-retry plugin to 1.5.2. ([#438](https://github.com/opensearch-project/performance-analyzer/pull/438)) | ||
* Introduce protobuf and guava dependency from core versions file [#437](https://github.com/opensearch-project/performance-analyzer/pull/437) | ||
* Update dependency org.xerial:sqlite-jdbc to v3.41.2.2 [#375](https://github.com/opensearch-project/performance-analyzer-rca/pull/375) | ||
|
||
|
||
### Maintenance | ||
* Update RestController constructor for tests [#440](https://github.com/opensearch-project/performance-analyzer/pull/440) | ||
* Dependencies change in favor of Commons repo [#448](https://github.com/opensearch-project/performance-analyzer/pull/448) | ||
* WriterMetrics and config files dependency redirection [#450](https://github.com/opensearch-project/performance-analyzer/pull/450) | ||
* Refactor code related to Commons change, fixing unit tests [#451](https://github.com/opensearch-project/performance-analyzer/pull/451) | ||
* Remove remaining dependencies from PA-RCA due to commons repo [#453](https://github.com/opensearch-project/performance-analyzer/pull/453) | ||
* Fix BWC Integration tests [#413](https://github.com/opensearch-project/performance-analyzer/pull/413) | ||
* Fix SHA update for PA-Commons repo in build.gradle [#454](https://github.com/opensearch-project/performance-analyzer/pull/454) | ||
* Refactor Service/Stat Metrics [#376](https://github.com/opensearch-project/performance-analyzer-rca/pull/376) |