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
-[#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.
0 commit comments