Releases: alexandre-spieser/mongodb-generic-repository
Version 1.6.3
Version 1.6.2
Version 1.6.1
Upgrade MongoDb driver and its related packages to 2.25.0
PR: #57
Commit: 9c48653
Thanks @mrtaikandi !
Version 1.6.0
- Upgrade to MongoDb Driver 2.20 and use GuidRepresentationMode.V3 as the default representation. #56 - Commit 7bd356c
Thanks @mrtaikandi !
CAUTION for CosmosDB Users :
This potentially can cause a breaking change to the package consumer, but the behaviour can be set to V2 by overriding the void SetGuidRepresentation(GuidRepresentation guidRepresentation) method.
GuidRepresentation and GuidRepresentationMode will be removed in the next major release of the MongoDB Driver:
https://www.mongodb.com/community/forums/t/c-guid-style-dont-work/126901/2
What's new in 2.20 and 2.19:
https://www.mongodb.com/docs/drivers/csharp/current/whats-new/#std-label-csharp-whats-new
https://www.nuget.org/packages/MongoDbGenericRepository/1.6.0
Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee:
Version 1.5.1
- MongoDB.Driver updated to Version 2.18.0 - 710b7b9
https://www.nuget.org/packages/MongoDbGenericRepository/1.5.1
Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee:
Version 1.5.0
- Added Optional Cancellation Token Overrides for all methods 9812bde - thanks @blacktau
- Target Frameworks are now net472 and netstandard2.0
- MongoDB.Driver updated to Version 2.15
Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee:
Version 1.4.8
Version 1.4.7
- Fix documentation being absent for some targetted frameworks.
- Added CancellationToken on most of the async methods.
- BREAKING CHANGE: BucketSize field has been removed from the IndexCreationOptions
- MongoDB.Driver updated to Version 2.12.0
Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee:
Version 1.4.5
- Potential breaking change for your application: Remove
new UpdateOptions { IsUpsert = true }
default argument in update methods, to avoid unexpected document insertions. Commit hash : ba3f876
Support This Project
If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying Alex a coffee: