asimmon / ephemeral-mongo

EphemeralMongo is a set of three NuGet packages wrapping the binaries of MongoDB 4, 5 and 6 built for .NET Standard 2.0.
Apache License 2.0
105 stars 14 forks source link

Support MongoDB 7 #42

Closed cptCloud closed 1 year ago

cptCloud commented 1 year ago

MongoDB 7.0 just came out https://www.mongodb.com/blog/post/4-big-reasons-upgrade-mongodb-7-0. It requires the version 2.20 or higher for the driver first. They claimed massive query performance improvements.

asimmon commented 1 year ago

The code has been merged back, I plan to release a new version really soon (probably by end of day)

asimmon commented 1 year ago

MongoDB 7.0.0 is now available with EphemeralMongo7 and the MongoDB C# driver dependency has also been upgraded to support it.