MongoDB 3.0.7 is out and is ready for production deployment. This release contains only fixes since 3.0.6, and is a recommended upgrade for all 3.0 users.
Fixed in this release:
SERVER-20204 Segmentation fault during index build on 3.0 secondary
SERVER-20159 Out of memory on index build during initial sync even with low cacheSize parameter
SERVER-19361 Insert of document with duplicate _id fields should be forbidden
SERVER-19131 clusterManager role does not have permission for adding tag ranges
SERVER-18624 listCollections command should not be O(n^2) on MMAPv1
SERVER-18250 Once enabled journal cannot be disabled under WiredTiger
TOOLS-916 mongoexport throws reflect.Value.Type errors
As always, please let us know of any issues.
– The MongoDB Team