AWS Security ChangesHomeSearch

AWS redshift high security documentation change

Service: redshift · 2025-11-13 · Security-related high

File: redshift/latest/mgmt/rsql-query-tool-changelog.md

Summary

Added changelog entry for version 1.1.0 with security-relevant fixes including OpenSSL removal and memory leak resolution

Security assessment

Removal of OpenSSL dependency directly addresses potential security vulnerabilities associated with that library. Memory leak resolution prevents potential denial-of-service scenarios. These changes explicitly mitigate security risks.

Diff

diff --git a/redshift/latest/mgmt/rsql-query-tool-changelog.md b/redshift/latest/mgmt/rsql-query-tool-changelog.md
index aa0e23921..d447d20e4 100644
--- a//redshift/latest/mgmt/rsql-query-tool-changelog.md
+++ b//redshift/latest/mgmt/rsql-query-tool-changelog.md
@@ -10,0 +11,17 @@ Amazon Redshift will no longer support the creation of new Python UDFs starting
+ _1.1.0 (2025-11-11)_
+
+Bug Fixes
+
+  * Resolved a memory leak issue that was causing unexpected crashes in rSQL.
+
+  * Removed OpenSSL dependency from RSQL.
+
+  * Fixed linking conflicts with libpq/psql installations in the same environment.
+
+  * Improved platform compatibility for Amazon Linux 2023, Windows, and macOS.
+
+  * Fixed an issue where output would be truncated when exceeding the current display size.
+
+
+
+