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

[Backport 2.x] Adding 2.6 release notes #389

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
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,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))