Meteor.js has launched model 2.12, which incorporates a number of updates and enhancements. Listed below are a few of the key options of this launch:
Blaze has obtained a number of minor modifications however improves the standard of life.
Meteor.js 2.12 additionally contains an replace to the MongoDB driver, up to date to model 4.16. This replace brings new options and bug fixes. You will discover extra details about the replace of their replace.
In an effort to assist customers migrate to newer APIs, Meteor.js 2.12 now contains warnings when outdated APIs are used. These warnings will assist customers determine deprecated code and migrate to the newer APIs. You may learn extra about it within the changelog. To strive it out now, it’s important to run your app utilizing the flag WARN_WHEN_USING_OLD_API
set to true
like this:
WARN_WHEN_USING_OLD_API=true meteor
This can make your app run, and when there’s a sync name, it is going to set off the warning operate with the hint.
Questioning, what are these “outdated APIs”? Now we have coated them within the migration information for two.8.
As you may need seen in our boards and on this weblog put up from Fred Maia about having Prolonged Assist Upkeep for Node.js v14, that is the primary official model.
Quoting Fred’s put up:
Our Prolonged Assist Upkeep will deal with the next:
Safety updates: We are going to actively monitor and backport safety fixes from newer variations of Node.js (resembling Node.js 16 and 18) to make sure the continuing security and stability of your Meteor.js purposes working on Node.js 14.
Important bug fixes: We are going to deal with any vital points that may come up, prioritizing stability and compatibility on your tasks.
If in case you have any considerations or doubts about this matter, we encourage you to ping us along with your query.
For extra data, you possibly can test the migration information for two.12
Particular thanks
We wish to lengthen particular because of the next contributors for his or her contributions to this launch:
Thanks on your laborious work and dedication to the Meteor.js neighborhood!
We encourage all customers to replace to Meteor.js 2.12 to benefit from these new options and enhancements.
For extra details about Meteor.js, please go to the Meteor.js web site.
Glad coding!