mongodb-js / mongodb-prebuilt

Install MongoDB prebuilt package using npm https://npmjs.org/package/mongodb-prebuilt
ISC License
56 stars 50 forks source link

mongodb 3.4 update #36

Closed asaf-romano closed 7 years ago

asaf-romano commented 7 years ago

Hi,

I got this error running some test (through mockgoose): Unrecognized pipeline stage name: '$replaceRoot'

I guess this is because mongodb-prebuilt still runs on 3.2. What does it take to update it to 3.4? I'd happily submit a PR.

winfinit commented 7 years ago

this was resolved with latest release, now by default "latest" is being used

asaf-romano commented 7 years ago

Thanks!