Releases: scale-tone/linq2dynamodb
LINQ2DynamoDB 2.4.0
Migrated to VS2017.
OData $select support.
.TryFind() methods.
Bugfix.
Linq2DynamoDb.WebApi.OData 1.1.0
A set of extensions to Linq2DynamoDb.DataContext for use in ASP.Net WebApi projects.
Added more ctors to DynamoDbController, that allow to pre-configure DataContext, e.g. to add OnLog handler.
LINQ2DynamoDB 2.3.0
SubmitChangesAsync() method for saving changes asynchronously.
WithFilterExpression() method, that allows to apply a custom FilterExpression to QUERY and SCAN operations.
ConfigureXXXOperation() methods for customizing read requests to DynamoDb before they're executed.
LINQ2DynamoDB 2.2.0
Added ToListAsync() and FindAsync() methods. Now queries can be executed asynchronously.
Fixed nuget references (version 2.1 had a global reference to NETStandard.Library, so it was downloaded even for normal .Net Framework projects and caused them to stop compiling, sorry for that).
LINQ2DynamoDB 2.1.0
Converted to .XPROJ.
Ported Linq2DynamoDb.DataContext and Linq2DynamoDb.DataContext.Caching.Redis to .Net Standard 1.6.