AWS redshift documentation change
Summary
Added Amazon Redshift patch 192 with fixes for JOIN operation issues on collated columns and updated version list
Security assessment
The change documents a new patch version with bug fixes for query operations but does not mention security vulnerabilities or security-related improvements.
Diff
diff --git a/redshift/latest/mgmt/cluster-versions.md b/redshift/latest/mgmt/cluster-versions.md index d4ac2c407..35021ba36 100644 --- a//redshift/latest/mgmt/cluster-versions.md +++ b//redshift/latest/mgmt/cluster-versions.md @@ -5 +5 @@ -Patch 191Patch 190Patch 189Patch 188Patch 187Patch 186Patch 185Patch 184Patch 183Patch 182Patch 181Patch 180Patch 179Patch 178Patch 177Patch 176Patch 175Patch 174Patch 173Patch 172Patch 171Patch 170Patch 169Patch 168 +Patch 192Patch 191Patch 190Patch 189Patch 188Patch 187Patch 186Patch 185Patch 184Patch 183Patch 182Patch 181Patch 180Patch 179Patch 178Patch 177Patch 176Patch 175Patch 174Patch 173Patch 172Patch 171Patch 170Patch 169Patch 168 @@ -23,0 +24,2 @@ Critical updates that affect Amazon Redshift behavior are introduced as Amazon R + * Amazon Redshift patch 192 + @@ -74,0 +77,16 @@ Critical updates that affect Amazon Redshift behavior are introduced as Amazon R +## Amazon Redshift patch 192 + +Cluster versions in this patch: + + * 1.0.118447 – Current Amazon Redshift provisioned cluster version and Amazon Redshift Serverless workgroup version – Released on July 24, 2025 + + + + +### New features and improvements in this patch + + * Fixes an issue when JOIN on a collated case-insensitive column and a constant string column selects a mismatching hash function. + + + + @@ -94 +112 @@ Cluster versions in this patch: - * Added support for the UNNEST operation in the SELECT statement's FROM clause, enabling customers to convert array elements into individual rows. + * Adds support for the UNNEST operation in the SELECT statement's FROM clause, enabling customers to convert array elements into individual rows. @@ -96 +114 @@ Cluster versions in this patch: - * Improved error handling for PartiQL unnesting syntax when using SUPER data type within Common Table Expressions (CTEs) and recursive CTEs, particularly when resolving table aliases with identical names. + * Improves error handling for PartiQL unnesting syntax when using SUPER data type within Common Table Expressions (CTEs) and recursive CTEs, particularly when resolving table aliases with identical names.