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
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
Thank you!
Would it be technically possible to bundle the arm64 version of mongod to avoid the need for Rosetta?
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.