Skip to content

0.9.4-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@samritchie samritchie released this 06 Apr 08:13
· 147 commits to master since this release

Moved Sync-over-Async versions of TableContext operations into namespace FSharp.AWS.DynamoDB.Scripting
Added WithMetricsCollector() copy method to allow separating metrics by context (eg by request)
Ensured metrics are reported even for failed requests
Added TryGetItemAsync (same as GetItemAsync, but returns None, instead of throwing, if an item is not present)
Switched test framework to Xunit, assertions to Unquote, runner to dotnet test