Migrating to Meteor 1.11

How to migrate your application to Meteor 1.11.

Most of the new features in Meteor 1.11 are either applied directly behind the scenes (in a backwards compatible manner) or are opt-in. For a complete breakdown of the changes, please refer to the changelog.

The above being said, there some breaking changes to note and migration steps for a bug that you might encounter.

Email DNS lookup

email package dependencies have been update and package version has been bumped to 2.0.0 There is a potential breaking change as the underlying package started to use dns.resolve() instead of dns.lookup() which might be breaking on some environments. See nodemailer changelog for more information.

Cordova now working with Git urls

Cordova add plugin is not working with plugin name in the git URL when the plugin id was different than the name in the config.xml.

Migrating from a version older than 1.10.2?

If you’re migrating from a version of Meteor older than Meteor 1.10.2, there may be important considerations not listed in this guide (which specifically covers 1.10.2 to 1.11). Please review the older migration guides for details:

Edit on GitHub
// search box