Skip to content

Commit 997c19e

Browse files
committed
Updated docs/release notes
1 parent 6ea0151 commit 997c19e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ async {
322322
}
323323
```
324324

325+
**Note:** strongly consistent reads are more likely to fail, have higher latency, and use more read capacity than eventually consistent reads.
326+
325327
## Building & Running Tests
326328

327329
To build using the dotnet SDK:

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### 0.11.1-beta
1+
### 0.11.2-beta
2+
* Added optional `?consistentRead` parameter to Get requests (thanks @matti-avilabs)
23
* 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/)
34

45
### 0.11.1-beta

0 commit comments

Comments
 (0)