Changes¶
3.0.0 (7 Mar 2019)¶
- Drop support for the ancient SQLAlchemy extension mechanism.
2.2.0 (29 Oct 2015)¶
- More careful password masking.
- Better support for using
controlled.Scriptsas part of another script framework.
2.1.1 (4 Oct 2015)¶
- Deploy to PyPI using Travis.
2.1.0 (4 Oct 2015)¶
- Drop support for Python 2.6.
- Add support for Python 3.4+.
- Move to Read The Docs for documentation.
- Move to virtualenv and nose for development.
- Move to Travis CI and Coveralls for automated continuous testing.
2.0.0 (29 Oct 2013)¶
- Remove use of
sqlalchemy-migrate,alembicis a better bet but not yet introduced. - Much work to better adhere to PEP 8, including renaming the major functions.
1.2.1 (30 Jun 2011)¶
- Add
setuptools_gitto the build chain so thatsetuptoolsinclude_package_data works once more.
1.2.0 (30 Jun 2011)¶
- Pass None as the default for echo rather than False on the advice of Daniel Holth.
- When using
register_session(), allow explicit disabling of two-phase commit. - No longer log passwords during session registration.
- Specify
sqlalchemy0.6 as a requirement, untilzope.sqlalchemyis ported,mortar_rdbshouldn’t be used withsqlalchemy0.7.
1.1.0 (27 Feb 2011)¶
- Allow passing in
SessionExtensioninstances to bothregisterSession()functions. - Fixed a bug that resulted in an exception when passing
echo=Truetomortar_rdb.testing.registerSession()but not passing aurl.
1.0.1 (19 Feb 2011)¶
- Fixed a missing declaration of dependency on
zope.dottedname.
1.0.0 (18 Feb 2011)¶
- Initial Release.