Releases: fsprojects/FSharp.AWS.DynamoDB
0.9.3-beta
Added RequestMetrics
record type
Added an optional metricsCollector
parameter to TableContext.Create
to receive operation metrics
0.9.2-beta
Pinned FSharp.Core to 4.7.2, properly this time I hope
0.9.1-beta
Pinned FSharp.Core to 4.7.2
0.9.0-beta
Added ScanPaginated*
and QueryPaginated*
methods to TableContext
to support paginating queries (implements #27)
Added IndexKey
type to support additional key fields in LastEvaluatedKey for queries (ie on LSI & GSI indices)
Breaking** renamed one of the method parameters from filterExpr
to filterCondition
for consistency
0.8.2-beta
Replace attribute name validation with something that sticks closer to the AWS naming rules - fixes #29
Update project to net50 & bumped dependencies
0.8.1-beta
Replace deprecated AWS ProfileManager usage
Bumped test project netcoreapp version to 3.1
Fixed 'Invalid UpdateExpression' exception for precomputed Map.remove operations (#20)
0.8.0-beta
Move to netstandard2.0.
0.7.0-beta
Add sparse GSI Support.
0.6.0-beta
Preserve original offsets when persisting DateTimeOffset fields.
0.4.0-beta
Implement credential helper methods.