AWS Security ChangesHomeSearch

AWS aurora-dsql documentation change

Service: aurora-dsql · 2026-03-28 · Documentation low

File: aurora-dsql/latest/userguide/doc-history.md

Summary

Added documentation history entries for March 2026 including new connectors for .NET and Ruby, SQL command updates, data loading guides, and PHP authentication token generation documentation.

Security assessment

These are routine documentation updates tracking new features and content additions. While one entry mentions 'PHP authentication token generation', this is a history log entry noting that documentation was added elsewhere, not adding security documentation in this file. There is no evidence of security vulnerabilities being addressed in these history entries.

Diff

diff --git a/aurora-dsql/latest/userguide/doc-history.md b/aurora-dsql/latest/userguide/doc-history.md
index d15c6c353..0362583df 100644
--- a//aurora-dsql/latest/userguide/doc-history.md
+++ b//aurora-dsql/latest/userguide/doc-history.md
@@ -10,0 +11,7 @@ Change| Description| Date
+New content: Aurora DSQL Connector for .NET Npgsql| Added documentation for the Aurora DSQL Connector for .NET Npgsql, which wraps Npgsql with automatic IAM authentication. The connector handles token generation, SSL configuration, and connection management for .NET applications. For more information, see [Connecting to Aurora DSQL clusters with a .NET Npgsql connector](SECTION_program-with-dsql-connector-for-dotnet-npgsql.html).| March 20, 2026  
+Updated content: SQL command reference and system queries| Added START TRANSACTION and ROLLBACK to the transaction control commands reference, with END and ABORT as aliases. Added useful system queries for retrieving Aurora DSQL and PostgreSQL version information. For more information, see [PostgreSQL compatibility reference](CHAP_working-with.html).| March 13, 2026  
+Updated content: Loading data into Aurora DSQL| Updated the data loading guide with client-side `\copy` usage, INSERT best practices, and guidance for pre-creating tables before loading. For more information, see [Loading data into Aurora DSQL](SECTION_aurora-dsql-loader.html).| March 13, 2026  
+New content: Aurora DSQL Connector for Ruby pg| Added documentation for the Aurora DSQL Connector for Ruby pg, which wraps the pg gem with automatic IAM authentication. The connector handles token generation, SSL configuration, and connection management for Ruby applications. For more information, see [Connecting to Aurora DSQL clusters with a Ruby pg connector](SECTION_program-with-dsql-connector-for-ruby-pg.html).| March 12, 2026  
+Updated content: Asynchronous DDL jobs| Updated the `sys.jobs` documentation with expanded details on monitoring and managing asynchronous DDL operations. For more information, see [PostgreSQL compatibility reference](CHAP_working-with.html).| March 6, 2026  
+Updated content: PHP authentication token generation| Added a PHP SDK tab to the authentication token generation page. For more information, see [Generating authentication tokens](SECTION_auth-token.html).| March 5, 2026  
+New content: Loading data into Aurora DSQL| Added a guide for loading data into Aurora DSQL clusters, including usage of the Aurora DSQL loader utility. For more information, see [Loading data into Aurora DSQL](SECTION_aurora-dsql-loader.html).| March 5, 2026