Skip to content

Releases: json-api-dotnet/JsonApiDotNetCore.MongoDb

v5.6.0

30 Jun 21:57
c26263c
Compare
Choose a tag to compare

Built against JsonApiDotNetCore v5.6.0.

Merged PRs

Full Changelog: v5.5.0...v5.6.0

v5.5.0

23 Nov 03:39
34f2485
Compare
Choose a tag to compare

Built against JsonApiDotNetCore v5.5.0.
Adds support for .NET 8.

Merged PRs

Full Changelog: v5.4.0...v5.5.0

v5.4.0

25 Sep 23:48
ba5d205
Compare
Choose a tag to compare

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

25 Jul 21:10
Compare
Choose a tag to compare

Built against JsonApiDotNetCore v5.3.0.
Updated MongoDB.Driver dependency due to a moderate vulnerability in the previous version.

Merged PRs

Full Changelog: v5.1.2...v5.3.0

v5.1.2

07 Feb 16:56
Compare
Choose a tag to compare

Built against JsonApiDotNetCore v5.1.2.

Merged PRs

  • Update to build against JsonApiDotNetCore v5.1.2 by @bkoelman in #18

Full Changelog: v5.1.0...v5.1.2

v5.1.0

09 Nov 10:37
1fddd2e
Compare
Choose a tag to compare

Built against JsonApiDotNetCore v5.1.0.

Merged PRs

Full Changelog: v5.0.1...v5.1.0

v5.0.1

06 Apr 18:42
6524e5e
Compare
Choose a tag to compare

v5.0.0-pre1

20 Dec 16:09
Compare
Choose a tag to compare
v5.0.0-pre1 Pre-release
Pre-release

Updated for .NET 6 and built against JsonApiDotNetCore v5.0.0-pre1.

Renamed MongoIdentifiable to HexStringMongoIdentifiable and added FreeStringMongoIdentifiable.

v4.2.0-alpha1

24 Jun 08:37
Compare
Choose a tag to compare
v4.2.0-alpha1 Pre-release
Pre-release

Built against JsonApiDotNetCore v4.2.

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.