-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release-notes for 1.3.5 and 2.2.1 (#2537)
Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: prudhvigodithi <[email protected]>
- Loading branch information
1 parent
33cfbf8
commit df8781d
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
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,41 @@ | ||
# OpenSearch and OpenSearch Dashboards 1.3.5 Release Notes | ||
|
||
## Release Details | ||
|
||
OpenSearch and OpenSearch Dashboards 1.3.5 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates. | ||
|
||
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.5.md). | ||
|
||
## BREAKING CHANGES | ||
|
||
## FEATURES | ||
|
||
## ENHANCEMENTS | ||
|
||
## BUG FIXES | ||
|
||
### Opensearch | ||
* OpenSearch crashes on closed client connection before search reply when total ops higher compared to expected ([#4143](https://github.com/opensearch-project/OpenSearch/pull/4143)) | ||
* gradle check failing with java heap OutOfMemoryError ([#4150](https://github.com/opensearch-project/OpenSearch/pull/4150)) | ||
|
||
### Opensearch Security | ||
* Triple audit logging fix ([#1996](https://github.com/opensearch-project/security/pull/1996)) | ||
* Cluster permissions evaluation logic will now include index_template type action ([#1885](https://github.com/opensearch-project/security/pull/1885)) | ||
|
||
### Opensearch Security Dashboards Plugin | ||
* Get security_tenant search param from URL ([#1043](https://github.com/opensearch-project/security-dashboards-plugin/pull/1043)) | ||
|
||
## INFRASTRUCTURE | ||
|
||
### Opensearch Cross Cluster Replication | ||
* Added build.sh compatible with 1.3.x release ([#483](https://github.com/opensearch-project/cross-cluster-replication/pull/483)) | ||
* Staging for version increment automation ([#466](https://github.com/opensearch-project/cross-cluster-replication/pull/466)) | ||
|
||
## DOCUMENTATION | ||
|
||
## MAINTENANCE | ||
|
||
### Opensearch Security | ||
* Upgrade jackson-databind from 2.13.2 to 2.13.2.2 to match core's version.properties and upgrade kafka dependencies ([#2000](https://github.com/opensearch-project/security/pull/2000)) | ||
|
||
## REFACTORING |
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,26 @@ | ||
# OpenSearch 2.2.1 Release Notes | ||
|
||
## Release Details | ||
|
||
OpenSearch 2.2.1 includes the following features, enhancements, bug fixes, infrastructure, documentation, maintenance, and refactoring updates. | ||
|
||
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-2.2.1.md). | ||
|
||
## BREAKING CHANGES | ||
|
||
## FEATURES | ||
|
||
## ENHANCEMENTS | ||
|
||
## BUG FIXES | ||
|
||
### Opensearch | ||
* gradle check failing with java heap OutOfMemoryError ([#4150](https://github.com/opensearch-project/OpenSearch/pull/4150)) | ||
|
||
## INFRASTRUCTURE | ||
|
||
## DOCUMENTATION | ||
|
||
## MAINTENANCE | ||
|
||
## REFACTORING |