Skip to content

Commit

Permalink
Adding 2.6 release notes (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
(cherry picked from commit 7c32918)
  • Loading branch information
sgup432 authored and github-actions[bot] committed Feb 22, 2023
1 parent 8604255 commit 7c05679
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Version 2.5.0 Release Notes

Compatible with OpenSearch 2.5.0

### Bug fixes
* Add Connection read timeout to prevent indefinite wait ([#354](https://github.com/opensearch-project/performance-analyzer/pull/354))

### Maintenance
* Upgrade netty to 4.1.86 ([#352](https://github.com/opensearch-project/performance-analyzer/pull/352))
* Update jackson to 2.14.1 ([#369](https://github.com/opensearch-project/performance-analyzer/pull/369))

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Version 2.6.0 Release Notes

Compatible with OpenSearch 2.6.0

### Features
* Cluster config api return verbose PA status ([#342](https://github.com/opensearch-project/performance-analyzer/pull/342))

### Bug Fixes
* Fix ShardEvents and ShardBulkDocs null metrics ([#283](https://github.com/opensearch-project/performance-analyzer-rca/pull/283))
* Fix and include unauthenticated user web server test ([#273](https://github.com/opensearch-project/performance-analyzer-rca/pull/273))

### Maintenance
* upgrade guava,protobuf minor versions ([#375](https://github.com/opensearch-project/performance-analyzer/pull/375))
* update jackson ([#370](https://github.com/opensearch-project/performance-analyzer/pull/370))
* Pin bcel version to 6.6.1 ([#270](https://github.com/opensearch-project/performance-analyzer-rca/pull/270))

0 comments on commit 7c05679

Please sign in to comment.