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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
### 0.12.0-beta
2
7
* Added support for `Array.contains` and `List.contains` to compare an attribute against multiple values (thanks @faldor20)
3
8
* Added `AllowMultiple = true` for `GlobalSecondaryIndex*` Attributes to allow indices to share an attribute
0 commit comments