Releases: json-api-dotnet/JsonApiDotNetCore.MongoDb
v5.6.0
v5.5.0
Built against JsonApiDotNetCore v5.5.0.
Adds support for .NET 8.
Merged PRs
Full Changelog: v5.4.0...v5.5.0
v5.4.0
Built against JsonApiDotNetCore v5.4.0.
Corrected inheritdoc
usage to fix IntelliSense on classes.
Merged PRs
Full Changelog: v5.3.0...v5.4.0
v5.3.0
Built against JsonApiDotNetCore v5.3.0.
Updated MongoDB.Driver dependency due to a moderate vulnerability in the previous version.
Merged PRs
- Package updates by @bkoelman in #19
- Update to JADNC v5.2.0 by @bkoelman in #21
- Update to JsonApiDotNetCore v5.3.0 by @bkoelman in #22
Full Changelog: v5.1.2...v5.3.0
v5.1.2
v5.1.0
v5.0.1
Built against JsonApiDotNetCore v5.0.1.
v5.0.0-pre1
Updated for .NET 6 and built against JsonApiDotNetCore v5.0.0-pre1.
Renamed MongoIdentifiable
to HexStringMongoIdentifiable
and added FreeStringMongoIdentifiable
.
v4.2.0-alpha1
Built against JsonApiDotNetCore v4.2.
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
.