Meteor v1.9.3 Release Notes

Release Date: 2020-03-09 // about 4 years ago
  • 💥 Breaking changes

    • 0️⃣ The MongoDB retryWrites option now defaults to true (it previously defaulted to false). Users of database services that don't support retryWrites will experience a fatal error due to this.

    Migration Steps

    • 🚀 If you get the error MongoError: This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string., append retryWrites=false to your MongoDB connection string.

    🔄 Changes

    • ⚡️ mongodb driver package has been updated from 3.2.7 to 3.5.4 #10961