|
|
WhatsNew
What's new with sqlalchemy-migrate
What's new with sqlalchemy-migrate
2008/05/05
- use a specific logger for 'migrate.versioning' instead of the root logger
2008/04/04
- sqlalchemy-migrate 0.4.4 has been released
- patch by pwannygoodness for Issue #15
- fixed unit tests to work with py.test 0.9.1
- fix for a SQLAlchemy deprecation warning
2008/03/28
- sqlalchemy-migrate 0.4.3 has been released
- patch by Kevin Dangoor to handle database revisions as python packages
- fixes for unit tests by Christian Simms
2008/02/19
- sqlalchemy-migrate 0.4.2 has been released
- the package name is sqlalchemy-migrate because of trouble with easy_install
- a problem with imports in migrate/changeset/ansisql.py has been fixed
2008/02/15
- sqlalchemy-migrate 0.4.1 has been released
- the package name in setup.py is migrate again
- a patch for improved setuptools usage by Kevin Dangoor has been integrated
2008/02/14
- sqlalchemy-migrate 0.4.0 has been released it supports SQLAlchemy >= 0.3.10 (including 0.4.x) ( Issue9 )
- a tag rel_0_4_0 for 0.4.0 has been created
- trunk can be used for new development now
2007/11/11
- sqlalchemy-migrate 0.3.0 has been released it supports SQLAlchemy >= 0.3.10 (but < 0.4) ( Issue2 )
- a new branch to fix remaining 0.3 issues has been created ( Issue3 )
- the trunk has been changed to start 0.4 compatibility development ( Issue4 )
2007/11/01
- a svn dump of Evan Rossons svn repository has been loaded into the google code repository
- a new branch sa-0.3.10-fix has been created
- a patch that fixes the unit tests (http://groups.google.com/group/migrate-users/browse_thread/thread/84203043f7c0351c/5c41f7fd1194f853) has been checked in
Sign in to add a comment
