Skip to content

Releases: json-api-dotnet/JsonApiDotNetCore.MongoDb

v4.1.0-alpha1

19 Mar 09:19
Compare
Choose a tag to compare
v4.1.0-alpha1 Pre-release
Pre-release

This release adds support for bulk/batch requests (json:api atomic:operations). See here for more details.

In addition, several type names were simplified from MongoDbXXX to MongoXXX.

v4.0.0-alpha2

12 Jan 14:16
08b6231
Compare
Choose a tag to compare
v4.0.0-alpha2 Pre-release
Pre-release

Various fixes in error handling, resource definition callbacks and query string usage.
Produces proper error messages for relationship usage.

Big thanks to @mrnkr, who did most of the work!

v4.0.0-alpha1

01 Jan 23:46
4b327fd
Compare
Choose a tag to compare
v4.0.0-alpha1 Pre-release
Pre-release

Initial pre-release to enable basic usage of MongoDB with JsonApiDotNetCore v4. Relationships do not work.