- Nothing changed yet.
- Added use of greenlets and handle reconnects if cluster is enabled [Victor Fernandez de Alba]
- Support for mongoDB cluster [Victor Fernandez de Alba]
- Update the deprecated method to connect to a MongoDB database.
- Added ability to connect to a MongoDB replica set.
- Added a new way of parse LDAP settings to use with pyramid_ldap via a config file ldap.ini
- Fix UnboundLocalError when LDAP plugin enabled
- Improved test coverage (91% overall, 100% on implemented parts)
- Updated implementation to be standard with the final oAuth 2.0 spec.
- Polished scopes, error handling, return codes and error messaging
- Included support for pyramid_ldap plug-in, as it has a better implementation than the repoze.who one.
- Deprecate capped collections on mongodb_store
- Initial version