Closed juergenzimmermann closed 3 years ago
Please see also https://thecodebarbarian.com/introducing-mongoose-6.html. Additionally, MongoDB (the database server) 5 is supported.
yes please update to use mongoose 6
+1
+2
+100^10
+*
+1 🙈
Any updates?
People, we see you, we see the comment of wanting this, we see all the noise you're generating. Give us time. A major upgrade of an underlying dependency usually means a breaking change for the package so we need to coordinate how we want to do that. This means updating the docs and the library and making sure that it is extra clear that this is breaking. But the more noise y'all generate, the more distracted we are. Please, be patient, use the reactions if you want to +1
or same here
. Subscribe to the issue (you can do it without commenting) if you want news on it. You don't need to keep making noise.
9.0.0 has just been released
I'm submitting a...
Current behavior
@nestjs/mongoose currently uses Mongoose 5 which uses mongodb 3 with external type definitions.
Expected behavior
Meanwhile Mongoose 6.0.1 is available which is using mongodb 4.1.1. Furthermore mongodb 4 ships with its own type definitions in TypeScript.
What is the motivation / use case for changing the behavior?
There will be no dependency on external type definitions.