Meteor v2.14.1-beta.0 is out!

Meteor 2.14.1-beta.0 is out!
In this version Meteor.js now includes MongoDB v7.0.5
Its PR is this one
Please test it!

meteor update --release 2.14.1-beta.0
# or 
meteor create appname --release 2.14.1-beta.0
2 Likes

Thank you!

Would it be technically possible to bundle the arm64 version of mongod to avoid the need for Rosetta?

2 Likes

I guess it would need to change here https://github.com/meteor/meteor/blob/088c1e4d62f2a2bef6b5dd15328c8a81699e9c8b/scripts/generate-dev-bundle.sh#L80-L86

not sure which URL is for mongod in arm64

https://fastdl.mongodb.org/osx/mongodb-macos-arm64-7.0.5.tgz Is the one listed in the download page at https://www.mongodb.com/download-center/community/releases so by the looks of it, you could just remove the if statement

Is this like a long-term support release?

If you mean Meteor 3.0-beta.0, then the key word here is beta, this is a pre-release for testing before the main release. Currently Meteor doesn’t have any long-term support releases.

1 Like

This version is now 2.15. You can follow updates in this post.

1 Like