- Support full connection strings via the MONGOALCHEMY_CONNECTION_STRING setting (issue 40)
0.7.0
- Add support for multiple databases (issue 24)
0.6.1
- Replica set support, via the MONGOALCHEMY_REPLICA_SET configuration value.
0.6.0
- Use the not-so-new extension scheme for Flask, users now should import the extension using the flask.ext metapackage - Some fixes in the docs, regarding other extensions usage in examples