Skip to content

Commit 2f5c9e1

Browse files
committed
ChangeLog
1 parent c70085a commit 2f5c9e1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 3.2.0 2024-03-20
4+
5+
### Features
6+
7+
- A fourth Crypto Action will be made available : `SIGN_AND_INCLUDE_IN_ENCRYPTION_CONTEXT`, to join the existing `DO_NOTHING`, `SIGN_ONLY` and `ENCRYPT_AND_SIGN`. `SIGN_AND_INCLUDE_IN_ENCRYPTION_CONTEXT` behaves like `SIGN_ONLY`, but also includes the value in the encryption context, making it available to the branch key selector.
8+
- The Parsed Header, returned from EncryptItem and DecryptItem, now returns two more fields
9+
- encryptionContext : the full encryption context used for encryption
10+
- selectorContext : the encryption context as presented to the branch key selector
11+
- The Java Enhanced Client now supports Single Table Design. When using the DynamoDbEnhancedTableEncryptionConfig builder, one can now specify `schemaOnEncrypt` multiple times, once for each class being modeled in the table.
12+
313
## 3.2.0 2024-01-16
414

515
### Features
@@ -15,7 +25,7 @@
1525
- New APIs : ResolveAttributes and GetVirtualFields to assist in development and debugging.
1626

1727
### Fix
18-
- String compare for client side filtering of Scan and Query results could somtimes produce the wrong result for certain characters.
28+
- String compare for client side filtering of Scan and Query results could sometimes produce the wrong result for certain characters.
1929

2030

2131
## 3.1.2 2023-11-13

0 commit comments

Comments
 (0)