Skip to content

Commit

Permalink
Updated docs/release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed Oct 11, 2022
1 parent 6ea0151 commit 997c19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ async {
}
```

**Note:** strongly consistent reads are more likely to fail, have higher latency, and use more read capacity than eventually consistent reads.

## Building & Running Tests

To build using the dotnet SDK:
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### 0.11.1-beta
### 0.11.2-beta
* Added optional `?consistentRead` parameter to Get requests (thanks @matti-avilabs)
* Fixed `TransactWriteItems`: updated validation to reflect [increased limit of 100 items in service](https://aws.amazon.com/about-aws/whats-new/2022/09/amazon-dynamodb-supports-100-actions-per-transaction/)

### 0.11.1-beta
Expand Down

0 comments on commit 997c19e

Please sign in to comment.