AWS neptune documentation change
Summary
Updated release notes with terminology changes ('bug' to 'issue') and improved query examples
Security assessment
Changes are routine fixes for query handling and error messages without explicit security context. The IAM authentication-related fix addresses an error scenario but doesn't mention security vulnerabilities
Diff
diff --git a/neptune/latest/userguide/engine-releases-1.3.4.0.md b/neptune/latest/userguide/engine-releases-1.3.4.0.md index 096dc82b1..095ab4496 100644 --- a//neptune/latest/userguide/engine-releases-1.3.4.0.md +++ b//neptune/latest/userguide/engine-releases-1.3.4.0.md @@ -48 +48 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Fixed a bug where in rare cases, the engine crashes instead of returning a query error. + * Fixed an issue where in rare cases, the engine crashes instead of returning a query error. @@ -57 +57 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Optimized the handling of mergeV steps with single cardinality property value updates. For example, the query below is now natively supported in Neptune. + * Optimized the handling of `mergeV` steps with single cardinality property value updates. For example, the query below is now natively supported in Neptune. @@ -61 +61 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Fixed a Gremlin DFE query evaluation bug that caused queries to fail with an `InternalFailureException` when the query contained a `ToMap` logical function to generate a map at runtime, and the map output is used as an aggregation key (in `DFEAggregationNode`). Affected example query: + * Fixed a Gremlin DFE query evaluation issue that caused queries to fail with an `InternalFailureException`. This error occurred with certain patterns of `select` as shown in the following example: @@ -70 +70 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Fixed a bug where running `collect(distinct())` with null values present caused an error to be returned. + * Fixed an issue where running `collect(distinct())` with null values present caused an error to be returned. @@ -72 +72 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Fixed a bug where running a parameterized query containing range filter (</<=/>/>= against the parameter value) leads to duplicate/missing results. + * Fixed an issue where running a parameterized query containing range filter (</<=/>/>= against the parameter value) leads to duplicate/missing results. @@ -81 +81 @@ The query plan cache was temporarily disabled for parameterized queries involvin - * Fixed a bug where running a federated SPARQL update query on IAM authentication-enabled clusters caused an error to be returned. + * Fixed an issue where running a federated SPARQL update query on IAM authentication-enabled clusters caused an error to be returned.