Releases: gregflynn/settler
Releases · gregflynn/settler
0.6.1
- Bump the version number, whoops
0.6.0
- Support multiple statements in mariadb as well as postgres
- Require sqlparse as a new dependency for splitting SQL statements
- Run integration tests against mariadb from now on
0.5.2
- Fix required version of SQLAlchemy
0.5.0
- Updated implemented to remove warnings when using SQLAlchemy 1.4+
- Add docs for running the tests
- docker-compose for test db
0.4.0
- Update calls to work with SQLAlchemy 1.4 and 2.0
- Fix autoincrement bug with mariadb
0.3.0
New Features:
- added
new(name)
to MigrationManager
API for creating new migrations
0.2.0
0.2.0 is here
New Features:
- New (backwards incompatible) disposable syntax via
with
- Better db session management
- Support for vanila sqlalchemy (no more Flask dependency!)
- Full integration test coverage
- Unit test coverage of migration file parsing