AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2026-03-04 · Documentation medium

File: neptune/latest/userguide/engine-releases-1.4.6.3.md

Summary

Updated release notes with more detailed bug fixes: clarified inline edge ID validation behavior, formatted code references, and updated release version header

Security assessment

The changes describe bug fixes related to startup failures and query processing, but no explicit security vulnerability or exploit mitigation is mentioned. The inline edge ID validation fix addresses stability rather than security vulnerabilities.

Diff

diff --git a/neptune/latest/userguide/engine-releases-1.4.6.3.md b/neptune/latest/userguide/engine-releases-1.4.6.3.md
index 9800c7710..6bb8e8171 100644
--- a//neptune/latest/userguide/engine-releases-1.4.6.3.md
+++ b//neptune/latest/userguide/engine-releases-1.4.6.3.md
@@ -17 +17 @@ As of 2025-12-18, engine version 1.4.6.3 is being generally deployed. Please not
-  * Fixed a bug in edge inline id check which was causing issues during startup. 
+  * Fixed an issue that could cause Neptune Database instances to fail during startup when inline edge ID validation encountered unexpected dictionary entry types. Inline edge ID validation now only runs for Gremlin query engine configurations and gracefully handles non-URI dictionary entries. 
@@ -24 +24 @@ As of 2025-12-18, engine version 1.4.6.3 is being generally deployed. Please not
-  * Fixed an engine crash that sometimes occurred in queries using CALL. 
+  * Fixed an engine crash that sometimes occurred in queries using `CALL`. 
@@ -28 +28 @@ As of 2025-12-18, engine version 1.4.6.3 is being generally deployed. Please not
-  * Fixed a bug where the MERGE clause gave incorrect results when one of the property values passed to MERGE has null value. 
+  * Fixed a bug where the `MERGE` clause gave incorrect results when one of the property values passed to `MERGE` has null value. 
@@ -122 +122 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Engine releases
+Release: 1.4.7.0 (2026-03-03)