Meteor v1.4.1.3 Release Notes

Release Date: 2016-10-21 // over 7 years ago
    • ⚡️ Node has been updated to version 4.6.1: https://nodejs.org/en/blog/release/v4.6.1/

    • 📦 The mongodb npm package used by the npm-mongo Meteor package has been updated to version 2.2.11. #7780

    • ⬆️ The fibers npm package has been upgraded to version 1.0.15.

    • ⚙ Running Meteor with a different --port will now automatically reconfigure the Mongo replica set when using the WiredTiger storage engine, instead of failing to start Mongo. #7840.

    • When the Meteor development server shuts down, it now attempts to kill the mongod process it spawned, in addition to killing any running mongod processes when the server first starts up. https://github.com/meteor/meteor/pull/7668/commits/295d3d5678228f06ee0ab6c0d60139849a0ea192

    • The meteor <command> ... syntax will now work for any command installed in dev_bundle/bin, except for Meteor's own commands.

    • 📦 Incomplete package downloads will now fail (and be retried several times) instead of silently succeeding, which was the cause of the dreaded Error: ENOENT: no such file or directory, open... os.json error. #7806