From 2b25b9ab4cce0b53f06db1b7fad28d5ae2b10256 Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Wed, 16 Oct 2024 17:13:58 +0800 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 333fed3..829a09a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 0.12.1-beta +* Added support for `defaultArg` in update expressions on the same attribute, allowing SET if_not_exists semantics (eg { record with OptionalValue = Some (defaultArg record.OptionalValue "Default") }) +* Allow empty strings in non-key attributes (thanks @purkhusid) +* Support multi-table transactions (thanks @purkhusid) + ### 0.12.0-beta * Added support for `Array.contains` and `List.contains` to compare an attribute against multiple values (thanks @faldor20) * Added `AllowMultiple = true` for `GlobalSecondaryIndex*` Attributes to allow indices to share an attribute