AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-03-23 · Documentation low

File: redshift/latest/mgmt/cluster-versions.md

Summary

Added patch 189 details with new features and fixes including backup restoration changes

Security assessment

Update documents routine feature improvements and bug fixes without security-specific context

Diff

diff --git a/redshift/latest/mgmt/cluster-versions.md b/redshift/latest/mgmt/cluster-versions.md
index 03a357e03..b41364310 100644
--- a/redshift/latest/mgmt/cluster-versions.md
+++ b/redshift/latest/mgmt/cluster-versions.md
@@ -5 +5 @@
-Patch 188Patch 187Patch 186Patch 185Patch 184Patch 183Patch 182Patch 181Patch 180Patch 179Patch 178Patch 177Patch 176Patch 175Patch 174Patch 173Patch 172Patch 171Patch 170Patch 169Patch 168
+Patch 189Patch 188Patch 187Patch 186Patch 185Patch 184Patch 183Patch 182Patch 181Patch 180Patch 179Patch 178Patch 177Patch 176Patch 175Patch 174Patch 173Patch 172Patch 171Patch 170Patch 169Patch 168
@@ -21,0 +22,2 @@ Critical updates that affect Amazon Redshift behavior are introduced as Amazon R
+  * Amazon Redshift patch 189
+
@@ -66,0 +69,26 @@ Critical updates that affect Amazon Redshift behavior are introduced as Amazon R
+## Amazon Redshift patch 189
+
+Cluster versions in this patch:
+
+  * 1.0.109284 – Current Amazon Redshift provisioned cluster version and Amazon Redshift Serverless workgroup version – Released on March 13, 2025
+
+  * 1.0.108971 – Current Amazon Redshift provisioned cluster version and Amazon Redshift Serverless workgroup version – Released on March 7, 2025
+
+
+
+
+### New features and improvements in this patch
+
+  * Adds support for concurrency scaling for write queries using the SUPER, GEOMETRY, and GEOGRAPHY data types. 
+
+  * Fixes an issue that allowed SUPER, GEOMETRY, or GEOGRAPHY columns to be set as DISTKEY or SORTKEY columns during table creation with CREATE TABLE AS. 
+
+  * Adds support for the TRY_CAST function. 
+
+  * Enables support for running multiple vacuum commands concurrently across different tables. 
+
+  * Restores all tables including no-backup tables when restoring from a snapshot. 
+
+
+
+
@@ -87,0 +116,2 @@ Cluster versions in this patch:
+  * Adds support for automatic mounting of an Amazon S3 Tables catalog, making it easier for you to run queries on Apache Iceberg tables managed in Amazon S3 Tables. See [ Prerequisites for managing Amazon Redshift namespaces in the AWS Glue Data Catalog](https://docs.aws.amazon.com/lake-formation/latest/dg/redshift-ns-prereqs.html) in the _AWS Lake Formation Developer Guide_ for required permissions. 
+
@@ -244 +274 @@ Cluster versions in this patch:
-  * You can now run DDL queries on Amazon S3 tables using Amazon Redshift. For more information, see [ Accessing Amazon S3 tables with Amazon Redshift ](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-redshift.html) in the _Amazon Simple Storage Service User Guide_. 
+  * You can now run `SELECT` queries on Apache Iceberg tables managed in Amazon S3 Tables using Amazon Redshift For more information, see [ Accessing Amazon S3 tables with Amazon Redshift ](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-redshift.html) in the _Amazon Simple Storage Service User Guide_.