With 2.2 the API has changed and now MongoClient is the preferred entry point.
When integrating, ensure that the mistakes we made with Mongo are addressed. Specifically, ensure that all options passable to the Java API are available in the cfmongodb API as well.
Done. Improved API by enabling a simple struct of MongoOptions to be passed into the MongoClient constructor. CFMongoDB will convert that struct to the appropriate method calls
With 2.2 the API has changed and now MongoClient is the preferred entry point.
When integrating, ensure that the mistakes we made with Mongo are addressed. Specifically, ensure that all options passable to the Java API are available in the cfmongodb API as well.
http://api.mongodb.org/java/2.10.1/