thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
324 stars 40 forks source link

Mongo Rust driver upgrade coming #69

Closed c650 closed 3 years ago

c650 commented 3 years ago

Hey there, we are going to see a new version of https://github.com/mongodb/mongo-rust-driver soon along with the upgrade to MongoDB 4.4 (up from 4.2) on Atlas.

thedodd commented 3 years ago

@c650 awesome, thanks for the heads-up.

simoneromano96 commented 3 years ago

It should be a simple version bump, I'm locally trying the alpha version and for now I'm not having any issue

c650 commented 3 years ago

Great!!!

thedodd commented 3 years ago

@c650 in reviewing the way we depend on the mongodb crate (https://github.com/thedodd/wither/blob/master/wither/Cargo.toml#L18) it looks like we will not actually need to update anything. As long as the update is still part of the 1.x line, then things will continue to work with Wither. Is there something more complex which I am missing?

c650 commented 3 years ago

@thedodd i dont think so. i just got an email from mongo atlas saying to make sure to update drivers. should be fine to close and if anything breaks ill let you know. thanks for making this lib i <3 it

thedodd commented 3 years ago

Sounds great! Thank you!