Releases: json-api-dotnet/JsonApiDotNetCore.MongoDb
Releases · json-api-dotnet/JsonApiDotNetCore.MongoDb
v4.1.0-alpha1
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
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
Initial pre-release to enable basic usage of MongoDB with JsonApiDotNetCore v4. Relationships do not work.