Skip to content

Commit ee97d76

Browse files
committed
Release 0.13.0-beta
1 parent 745dde1 commit ee97d76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 0.13.0-beta
2+
* Targeted `AWSSDK.DynamoDBv2` v4 [#86](https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/86)
13
### 0.12.3-beta
24
* Removed erroneous `Dotnet.Reproduciblebuilds` dependency [#75](https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/75)
35
### 0.12.2-beta
@@ -48,7 +50,7 @@
4850

4951
### 0.9.4-beta
5052
* Moved Sync-over-Async versions of `TableContext` operations into `namespace FSharp.AWS.DynamoDB.Scripting`
51-
* Added `WithMetricsCollector()` copy method to allow separating metrics by context (eg by request)
53+
* Added `WithMetricsCollector()` copy method to allow separating metrics by context (e.g. by request)
5254
* Ensured metrics are reported even for failed requests
5355
* Added `TryGetItemAsync` (same as `GetItemAsync`, but returns `None`, instead of throwing, if an item is not present)
5456
* Switched test framework to Xunit, assertions to Unquote, runner to `dotnet test`
@@ -75,7 +77,7 @@
7577
### 0.8.1-beta
7678
* Replace deprecated AWS ProfileManager usage
7779
* Bumped test project netcoreapp version to 3.1
78-
* Fixed 'Invalid UpdateExpression' exception for precomputed Map.remove operations (#20)
80+
* Fixed 'Invalid UpdateExpression' exception for precomputed `Map.remove` operations (#20)
7981

8082
### 0.8.0-beta
8183
* Move to netstandard2.0.

0 commit comments

Comments
 (0)