Skip to content
Open
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
19 changes: 19 additions & 0 deletions release-notes/opensearch-sql.release-notes-2.19.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Version 2.19.6 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.19.6

### Enhancements

* Validate materialized view subqueries against SQL grammar deny list ([#5485](https://github.com/opensearch-project/sql/pull/5485))

### Bug Fixes

* Add ObjectInputFilter allowlist for deserialization in PlanSerializer, DefaultExpressionSerializer, and RelJsonSerializer ([#5469](https://github.com/opensearch-project/sql/pull/5469))

### Infrastructure

* Pin GitHub Actions to commit SHAs to prevent supply chain attacks ([#5573](https://github.com/opensearch-project/sql/pull/5573))

### Maintenance

* Bump assertj-core from 3.9.1 to 3.27.7 to address CVE-2026-24400 ([#5294](https://github.com/opensearch-project/sql/pull/5294))
Loading