You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/branch-key-store.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@
5
5
6
6
## Version
7
7
8
-
0.8.0
8
+
0.9.0
9
9
10
10
### Changelog
11
11
12
+
- 0.9.0
13
+
- Re-add [Mitigate Version Race Condition in the Branch Key Store](../changes/2025-01-16_key-store-mitigate-update-race/background.md) with DynamoDB as the only branch key storage option
12
14
- 0.8.0
13
15
- Revert Key store storage option. This reverts changes in 0.6.0 and 0.7.0
14
16
- 0.7.1
@@ -476,7 +478,8 @@ List of TransactWriteItem:
476
478
- “hierarchy-version” (N): 1
477
479
- Every key-value pair of the custom [encryption context](./structures.md#encryption-context-3) that is associated with the branch key
478
480
MUST be added with an Attribute Name of `aws-crypto-ec:` + the Key and Attribute Value (S) of the value.
0 commit comments