Skip to content

Releases: scale-tone/linq2dynamodb

LINQ2DynamoDB 2.4.0

09 Dec 23:52
Compare
Choose a tag to compare

Migrated to VS2017.
OData $select support.
.TryFind() methods.
Bugfix.

Linq2DynamoDb.WebApi.OData 1.1.0

15 Apr 10:28
Compare
Choose a tag to compare

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

03 Mar 12:33
Compare
Choose a tag to compare

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

12 Feb 12:36
Compare
Choose a tag to compare

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

02 Feb 22:18
Compare
Choose a tag to compare