forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add consolidated release notes for 1.3.14 release
Signed-off-by: Zelin Hao <[email protected]>
- Loading branch information
Showing
1 changed file
with
39 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,39 @@ | ||
# OpenSearch and OpenSearch Dashboards 1.3.14 Release Notes | ||
|
||
## Release Details | ||
|
||
[OpenSearch and OpenSearch Dashboards 1.3.14](https://opensearch.org/versions/opensearch-1-3-14.html) includes the following bug fixes, enhancements and maintenance updates. | ||
|
||
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/main/release-notes/opensearch.release-notes-1.3.14.md). | ||
|
||
OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/release-notes/opensearch-dashboards.release-notes-1.3.14.md). | ||
|
||
<h2>ENHANCEMENTS</h2> | ||
|
||
<h3>Opensearch Security</h3> | ||
|
||
<ul> | ||
<li>Add early rejection from RestHandler for unauthorized requests (<a href="https://github.com/opensearch-project/security/pull/3675">#3675</a>)</li> | ||
<li>Expanding Authentication with SecurityRequest Abstraction (<a href="https://github.com/opensearch-project/security/pull/3670">#3670</a>)</li> | ||
<li>Adding minimum viable integration tests framework (<a href="https://github.com/opensearch-project/security/pull/3649">#3649</a>)</li> | ||
<li>For read-only tenants filter with allow list (<a href="https://github.com/opensearch-project/security/commit/4e962f22a39b22ee4dd7619bfee72544aaae61b0">4e962f2</a>)</li> | ||
</ul> | ||
|
||
<h2>BUG FIXES</h2> | ||
|
||
<h3>Opensearch Security</h3> | ||
|
||
<ul> | ||
<li>Prevent OptionalDataException from User data structures (<a href="https://github.com/opensearch-project/security/pull/3725">#3725</a>)</li> | ||
</ul> | ||
|
||
<h2>MAINTENANCE</h2> | ||
|
||
<h3>Opensearch Security</h3> | ||
|
||
<ul> | ||
<li>Update the version of <code>snappy-java</code> to 1.1.10.5 (<a href="https://github.com/opensearch-project/security/pull/3478">#3478</a>)</li> | ||
<li>Update the version of <code>zookeeper</code> to 3.9.1, <code>xmlsec</code> to 2.3.4, and <code>jackson-databind</code> to 2.14.2 (<a href="https://github.com/opensearch-project/security/pull/3800">#3800</a>)</li> | ||
<li>Adds OpenSearch trigger bot to discerning merger list to allow automatic merges (<a href="https://github.com/opensearch-project/security/pull/3474">#3474</a>)</li> | ||
</ul> | ||
|