Files
meteor/docs/generators/changelog/versions/2.15.0.md
2024-02-05 12:09:02 -04:00

1.6 KiB

v2.15.0, 2024-02-05

Highlights

  • Bumps embedded MongoDB to 7.0.5.

Breaking Changes

N/A

Internal API changes

N/A

Migration Steps

In development, if you're using Linux, you might get an error like version GLIBCXX_3.4.26 not found or something related to g++.

This is related to your g++ version. With MongoDB 7, you need to have g++ 11 or higher. So make sure to have this updated.

This will happen only if you are trying to run your Meteor application with a MongoDB 7 version. If you run your app with a MONGO_URL pointing to a different MongoDB version, you won't have this issue.


meteor update --release 2.15

Meteor Version Release

  • Command line:
    • The bundle version was changed to include embedded MongoDB to 7.0.5.
    • Fix cordova launch screen warnings on 2.15 [PR #12971]
  • underscore@get-version:
    • A test related to [PR #12798] to see if the tests can manage the first update step. [PR #12912]
  • service-configuration@get-version:
    • added new types* [PR #12922]
  • meteor@get-version:
    • added new types [PR #12922]
  • accounts-base@get-version:
    • Added missing type for createUserVerifyingEmail [PR #12919]

Special thanks to

For making this great framework even better!