Skip to content

Releases: gregflynn/settler

0.6.1

12 Nov 17:42
Compare
Choose a tag to compare
  • Bump the version number, whoops

0.6.0

12 Nov 17:31
Compare
Choose a tag to compare
  • 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

28 Mar 03:17
Compare
Choose a tag to compare
  • Fix required version of SQLAlchemy

0.5.1

28 Mar 03:10
Compare
Choose a tag to compare
  • Fix version in setup.py

0.5.0

28 Mar 02:17
Compare
Choose a tag to compare
  • Updated implemented to remove warnings when using SQLAlchemy 1.4+
  • Add docs for running the tests
  • docker-compose for test db

0.4.0

07 Feb 04:13
Compare
Choose a tag to compare
  • Update calls to work with SQLAlchemy 1.4 and 2.0
  • Fix autoincrement bug with mariadb

0.3.0

26 Sep 01:50
Compare
Choose a tag to compare

New Features:

  • added new(name) to MigrationManager API for creating new migrations

0.2.0

01 Mar 18:21
Compare
Choose a tag to compare

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

0.1.1

01 Mar 18:18
Compare
Choose a tag to compare
bump version for bugfix