Meteor 3.1.1 is right here! This newest patch brings efficiency enhancements, vital fixes, and updates primarily based on group suggestions.
You possibly can try all that is new about his model on this video, the place I had a chat with the core group:
Or simply hold studying 🙂
One of many highlights of Meteor 3.1.1 is a lift in real-time efficiency. Our tem refactored the synchronous queue for parallel processing and optimized MongoDB observers to deal with preliminary paperwork extra effectively.
Beforehand, Meteor 3.1 had some efficiency regressions when coping with reactive flows, limiting the variety of connections it may deal with. This patch resolves these points and improves Meteor 3’s scalability, outperforming earlier Meteor 2 variations when it comes to dealing with extra simultaneous connections.
Based mostly on group suggestions, async guidelines have been deprecated, and the API has been streamlined to deal with simply insert, replace, and take away operations. Moreover, take a look at protection has been expanded to handle edge circumstances recognized by builders.
Meteor now features a Meteor.deprecate API, which was initially designed for inside use however is now accessible to library builders. This function permits extra exact monitoring of deprecated capabilities and API calls, serving to builders transition easily when modifications happen. Though it’s not but totally documented, superior customers can discover it within the Meteor supply code.
This model additionally contains an improve to the newest Node.js model, together with a number of community-driven fixes. The group has addressed a number of GitHub points, improved the Accounts bundle, and carried out safety updates. Ith additionally introduces fixes for Home windows customers, making certain a extra secure growth atmosphere throughout platforms.
A major addition to the Meteor ecosystem is the discharge of Meteor RPC, launched in December, a brand new bundle designed to streamline distant process calls (RPC) and improve real-time capabilities. This bundle, powered by Zod for runtime validation, brings improved TypeScript assist and a extra fashionable strategy to defining and calling APIs in Meteor. It’s already powering Galaxy, that means when you’re a Galaxy person, you’re already benefiting from it!
If you wish to discover Meteor RPC, try the official weblog submit or be part of the dialog on Discord.

