webgme / webgme-engine

WebGME server and Client API without a GUI
MIT License
11 stars 7 forks source link

Mongo client upgrade from 2.2.35 -> 3.7.3 #292

Closed pmeijer closed 1 year ago

pmeijer commented 1 year ago

This will give support for the latest versions of mongo database. https://www.mongodb.com/docs/drivers/node/current/compatibility/

Migration guide. https://github.com/mongodb/node-mongodb-native/blob/3.0/CHANGES_3.0.0.md

nthorn-adam commented 1 year ago

Big win! I was starting to have compatibility concerns using WebGME, this does very well to remove those.