-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]> (cherry picked from commit 90bfc86) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
48df120
commit dc8a208
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
release-notes/opensearch-notifications.release-notes-2.14.0.0.md
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,18 @@ | ||
## Version 2.14.0.0 2024-04-30 | ||
|
||
Compatible with OpenSearch 2.14.0 | ||
|
||
### Maintenance | ||
* Increment version to 2.14.0-SNAPSHOT (#[882](https://github.com/opensearch-project/notifications/pull/882)) | ||
* Updates sample cert and admin keystore (#[862](https://github.com/opensearch-project/notifications/pull/862)) (#[885](https://github.com/opensearch-project/notifications/pull/885)) | ||
* Updates sample cert and trust-store (#[899](https://github.com/opensearch-project/notifications/pull/899)) (#[912](https://github.com/opensearch-project/notifications/pull/912)) | ||
|
||
### Bug Fixes | ||
* Adding max http response string length as a setting, and capping http response string based on that setting (#[876](https://github.com/opensearch-project/notifications/pull/876)) | ||
* Adding Max HTTP Response Size IT (#[901](https://github.com/opensearch-project/notifications/pull/901)) (#[909](https://github.com/opensearch-project/notifications/pull/909)) | ||
* Replacing spi.utils isHostInDenyList with core.utils isHostInDenyList (#[904](https://github.com/opensearch-project/notifications/pull/904)) (#[913](https://github.com/opensearch-project/notifications/pull/913)) | ||
* Upgrade AWS version for SDKs to 1.12.687 (#[884](https://github.com/opensearch-project/notifications/pull/884)) (#[887](https://github.com/opensearch-project/notifications/pull/887)) | ||
|
||
### Documentation | ||
* Add 2.14.0 release notes (#[915](https://github.com/opensearch-project/notifications/pull/915)) | ||
|