generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 312
Add release notes for 2.19.3 #5655
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b8e105e
Add release notes
Divyaasm 7156f83
Add release notes
Divyaasm 3146fb5
Update sections
Divyaasm 1f2f140
Refactor notes
Divyaasm e435b2d
Refactor notes
Divyaasm c55c5ba
Refactor notes
Divyaasm 159cbe3
Fix alerting name missmatch
Divyaasm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,153 @@ | ||
# OpenSearch and OpenSearch Dashboards 2.19.3 Release Notes | ||
|
||
## Release Details | ||
|
||
[OpenSearch and OpenSearch Dashboards 2.19.3](https://opensearch.org/versions/opensearch-2-19-3.html) includes the following bug fixes, infrastructure, documentation and maintenance updates. | ||
|
||
OpenSearch [Release Notes](https://github.com/opensearch-project/OpenSearch/blob/2.19/release-notes/opensearch.release-notes-2.19.3.md). | ||
|
||
OpenSearch Dashboards [Release Notes](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/2.19/release-notes/opensearch-dashboards.release-notes-2.19.3.md). | ||
|
||
|
||
## BUG FIXES | ||
|
||
|
||
### OpenSearch Alerting | ||
|
||
|
||
* Backports #1850, #1854, #1856 to 2.19 ([#1858](https://github.com/opensearch-project/common-utils/pull/1858)) | ||
|
||
|
||
### OpenSearch Common Utils | ||
|
||
|
||
* Validate that index patterns are not allowed in create/update doc level monitor ([#829](https://github.com/opensearch-project/common-utils/pull/829)) | ||
* Fix isDocLevelMonitor check to account for threat intel monitor ([#835](https://github.com/opensearch-project/common-utils/pull/835)) | ||
* Updating PublishFindingsRequest to use a list of findings rather than... ([#832](https://github.com/opensearch-project/common-utils/pull/832)) | ||
* Revert "updating PublishFindingsRequest to use a list of findings" ([#842](https://github.com/opensearch-project/common-utils/pull/842)) | ||
|
||
|
||
### OpenSearch Flow Framework | ||
|
||
|
||
* Fix ApiSpecFetcher Memory Issues and Exception Handling ([#1192](https://github.com/opensearch-project/flow-framework/pull/1192)) | ||
* Better handling of Workflow Steps with Bad Request status ([#1191](https://github.com/opensearch-project/flow-framework/pull/1191)) | ||
|
||
|
||
### OpenSearch Query Insights | ||
|
||
|
||
* Asynchronous search operations in reader ([#363](https://github.com/opensearch-project/query-insights/pull/363)) | ||
|
||
|
||
### OpenSearch Query Insights Dashboards | ||
|
||
|
||
* [BUG FIX] Enable Correct Sorting for Metrics in Query Insights Dashboard + dependent PRs ([#201](https://github.com/opensearch-project/query-insights-dashboards/pull/201)) | ||
* [Bug Fix] Window size changing unexpectedly ([#203](https://github.com/opensearch-project/query-insights-dashboards/pull/203)) | ||
* [Fix] Ensure accurate time filtering for Top Queries in OpenSearch 2.19+ ([#249](https://github.com/opensearch-project/query-insights-dashboards/pull/249)) | ||
* Ensure accurate time filtering for Top Queries in OpenSearch 2.19 + revert [#219](https://github.com/opensearch-project/query-insights-dashboards/pull/219) ([#274](https://github.com/opensearch-project/query-insights-dashboards/pull/274)) | ||
* Search bar fix ([#277](https://github.com/opensearch-project/query-insights-dashboards/pull/277)) | ||
* [Fix] Explicitly match query by id and fix q scope in retrieveQueryById ([#269](https://github.com/opensearch-project/query-insights-dashboards/pull/269)) | ||
|
||
|
||
### OpenSearch Remote Metadata Sdk | ||
|
||
|
||
* Make generated responses robust to URL encoded id and index values ([#156](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/156)) | ||
* Validate request fields in DDB Put and Update implementations ([#157](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/157)) | ||
* Properly handle remote client search failures with status codes ([#158](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/158)) | ||
|
||
|
||
### OpenSearch SQL | ||
|
||
|
||
* Fix: Date field format parsing for legacy query engine ([#3160](https://github.com/opensearch-project/sql/pull/3160)) | ||
|
||
|
||
## MAINTENANCE | ||
|
||
|
||
### OpensSearch Alerting Dashboards Plugin | ||
|
||
|
||
* Fix CVE ([#1268](https://github.com/OpenSearch-project/alerting-dashboards-plugin/pull/1268)) | ||
|
||
|
||
### OpensSearch Anomaly Detection | ||
|
||
|
||
* Migrating from commons-lang2.6 to commons-lang3.18 ([#1526](https://github.com/OpenSearch-project/anomaly-detection/pull/1526)) | ||
|
||
|
||
### OpensSearch Anomaly Detection Dashboards | ||
|
||
|
||
* Bump elliptic to 6.6.1 ([#1062](https://github.com/OpenSearch-project/anomaly-detection-dashboards-plugin/pull/1062)) | ||
|
||
|
||
### OpensSearch Common Utils | ||
|
||
|
||
* Pinned the commons-beanutils dependency to fix CVE-2025-48734 ([#850](https://github.com/opensearch-project/common-utils/pull/850)) | ||
|
||
|
||
### OpenSearch Index Management Dashboards Plugin | ||
|
||
|
||
* Fixed CVE: babel dependencies & elliptic dependency ([#1329](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1329)) | ||
|
||
|
||
### OpenSearch ML Commons | ||
|
||
|
||
* Force commons-beanutils to 1.11.0 ([#4000](https://github.com/opensearch-project/ml-commons/pull/4000)) | ||
* Force runtime class path commons-beanutils:commons-beanutils:1.11.0 to avoid transitive dependency ([#3935](https://github.com/opensearch-project/ml-commons/pull/3935)) | ||
* Fix commons-beanutils ([#3996](https://github.com/opensearch-project/ml-commons/pull/3996)) | ||
* Exclude commons-beanutils ([#3991](https://github.com/opensearch-project/ml-commons/pull/3991)) | ||
* Fix CVE-2025-48734 ([#3986](https://github.com/opensearch-project/ml-commons/pull/3986)) | ||
* Fix CVE-2025-48924 ([#3985](https://github.com/opensearch-project/ml-commons/pull/3985)) | ||
* Fix CVE-2025-27820 ([#3984](https://github.com/opensearch-project/ml-commons/pull/3984)) | ||
* Update the maven snapshot publish endpoint and credential ([#3955](https://github.com/opensearch-project/ml-commons/pull/3955)) | ||
* Adds Json Parsing to nested object during update Query step in ML Inference Request processor ([#3868](https://github.com/opensearch-project/ml-commons/pull/3868)) | ||
|
||
|
||
### OpenSearch Neural Search | ||
|
||
|
||
* Use latest json-smart lib ([#1223](https://github.com/opensearch-project/neural-search/pull/1223)) | ||
|
||
|
||
### OpenSearch Performance Analyzer | ||
|
||
|
||
* Java version bump ([#828](https://github.com/opensearch-project/performance-analyzer/pull/828)) | ||
* Spotbug version bump ([#828](https://github.com/opensearch-project/performance-analyzer/pull/828)) | ||
* Checkstyle version bump ([#828](https://github.com/opensearch-project/performance-analyzer/pull/828)) | ||
|
||
|
||
### OpenSearch Query Insights | ||
|
||
|
||
* Fix CVE-2025-27820 and CVE-2025-48734 ([#383](https://github.com/opensearch-project/query-insights/pull/383)) | ||
|
||
|
||
### OpenSearch Query Insights Dashboards | ||
|
||
|
||
* Increment version to 2.19.3.0 ([#207](https://github.com/opensearch-project/query-insights-dashboards/pull/207)) | ||
* Fix CVE-2024-21538 & CVE-2025-27789 on 2.19 ([#260](https://github.com/opensearch-project/query-insights-dashboards/pull/260)) | ||
* CVE-2020-28469 updated package.json and yarn.lock ([#272](https://github.com/opensearch-project/query-insights-dashboards/pull/272)) | ||
|
||
|
||
### OpenSearch Security | ||
|
||
|
||
* Bump `com.nimbusds:nimbus-jose-jwt:9.48` from 9.48 to 10.0.2 ([#5480](https://github.com/opensearch-project/security/pull/5480)) | ||
* Bump `checkstyle` from 10.3.3 to 10.26.1 ([#5480](https://github.com/opensearch-project/security/pull/5480)) | ||
|
||
|
||
### OpenSearch SQL | ||
|
||
|
||
* Remove unneeded dependency on commons-validator ([#3887](https://github.com/opensearch-project/sql/pull/3887)) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.