v3-docs/docs/generators/changelog/versions/3.1.0.md
roles package into the coremongo package into TypeScriptunderscore and eliminate it from packageshttp package to 3.0.0N/A
Please run the following command to update your project:
meteor update --release 3.1
Make sure to migrate userland code to use the new Express APIs:
https://expressjs.com/en/guide/migrating-5.html
The MongoDB Node.js driver implemented a significant breaking change regarding operation handling. Applications leveraging rawCollection() or rawDatabase() methods must now utilize Promise-based syntax exclusively, as the callback-pattern API has been deprecated and removed. This modification affects all direct MongoDB operations previously using callback functions.
✨✨✨
✨✨✨