Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed Oct 16, 2024
1 parent f31ff7b commit 2b25b9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2b25b9a

Please sign in to comment.