Skip to content

Commit 2b25b9a

Browse files
committed
Update release notes
1 parent f31ff7b commit 2b25b9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.12.1-beta
2+
* 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") })
3+
* Allow empty strings in non-key attributes (thanks @purkhusid)
4+
* Support multi-table transactions (thanks @purkhusid)
5+
16
### 0.12.0-beta
27
* Added support for `Array.contains` and `List.contains` to compare an attribute against multiple values (thanks @faldor20)
38
* Added `AllowMultiple = true` for `GlobalSecondaryIndex*` Attributes to allow indices to share an attribute

0 commit comments

Comments
 (0)