From 27a6b56b8463ba16b07dec10fb171a274dcd0d69 Mon Sep 17 00:00:00 2001 From: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:31:10 -0700 Subject: [PATCH] Add Release Notes for v2.10.0 (#540) --- ...ormance-analyzer.release-notes-2.10.0.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 release-notes/opensearch-performance-analyzer.release-notes-2.10.0.0.md diff --git a/release-notes/opensearch-performance-analyzer.release-notes-2.10.0.0.md b/release-notes/opensearch-performance-analyzer.release-notes-2.10.0.0.md new file mode 100644 index 00000000..af436236 --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-2.10.0.0.md @@ -0,0 +1,21 @@ +## Version 2.10.0 Release Notes + +Compatible with OpenSearch 2.10.0 + +### Enhancements +* Add Search Back Pressure Autotune Pipeline [#517](https://github.com/opensearch-project/performance-analyzer/pull/517) +* SearchBackPressure Service Node/Cluster RCA [#437](https://github.com/opensearch-project/performance-analyzer-rca/pull/437) +* SearchBackPressure Policy/Decider Generic Framework Added [#461](https://github.com/opensearch-project/performance-analyzer-rca/pull/461) +* Handle Reader thread termination gracefully [#476](https://github.com/opensearch-project/performance-analyzer-rca/pull/476) + +### Infrastructure +* Update BWC version to 2.9.0 [#529](https://github.com/opensearch-project/performance-analyzer/pull/529) +* Update performance-analyzer-commons library version [#537](https://github.com/opensearch-project/performance-analyzer/pull/446) +* Upgrade gRPC protobug to mitigate connection termination issue [#471](https://github.com/opensearch-project/performance-analyzer-rca/pull/471) + + +### Maintenance +* Address core refactor changes for Task foundation classes and StreamIO [#522](https://github.com/opensearch-project/performance-analyzer/pull/522) +* Address xcontent changes in core [#526](https://github.com/opensearch-project/performance-analyzer/pull/526) +* Remove usage of deprecated "master" APIs [#513](https://github.com/opensearch-project/performance-analyzer/pull/513) +* Update docker-compose.yml [#465](https://github.com/opensearch-project/performance-analyzer-rca/pull/465)