AWS keyspaces documentation change
Summary
Added important note about range delete operations transitioning to asynchronous processing starting July 1, 2026.
Security assessment
This change documents a future behavioral change for range delete operations (synchronous to asynchronous). While this could impact data consistency and application logic, there's no evidence it addresses a security vulnerability. It's a functional change announcement.
Diff
diff --git a/keyspaces/latest/devguide/functional-differences.md b/keyspaces/latest/devguide/functional-differences.md index d0b60bf65..ff858bcf8 100644 --- a//keyspaces/latest/devguide/functional-differences.md +++ b//keyspaces/latest/devguide/functional-differences.md @@ -146,0 +147,4 @@ Amazon Keyspaces supports the use of prepared statements for data manipulation l +###### Important + +Starting July 1, 2026, range delete operations will transition from synchronous to asynchronous processing. After this change, a successful response confirms that your delete request has been accepted, but the deletion may still be in progress. To verify that deletion is complete, query for items in the specified range. When the query returns no results, deletion is complete. +