Skip to content

Commit 2d1fa28

Browse files
committed
add note of smithy-dafny changes that impact searchable encryption in dotnet
1 parent e899a89 commit 2d1fa28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [3.4.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.3.0...v3.4.0) (2024-04-30)
44

5+
### Notes
6+
#### .NET
7+
- [#797](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/797) ([785481c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/785481c73b385918c5b60301b336ac90f451d307)) Enforces User input Constraints at Type Conversion.
8+
9+
Prior to this fix, unset Integers defaulted to `0`, and unset Booleans defaulted to `false`.
10+
11+
This particularly effects Searchable Encryption's
12+
`ConstructorPart`, who's required field previously
13+
would have defaulted to false.
14+
Any configuration ever created for Searchable Encryption can be re-created with the fix, but they may look different.
515

616
### Features
717

0 commit comments

Comments
 (0)