- Moving CI to github actions
- License under MIT
- Ability to skip database from migration, when it not available.
- API change: to support parallel processing Backend class grew connection management methods, that needs to be implemented in plugins.
- Type annotations added
- Support migration of multiple databases in parallel (see --parallel command line argument for command)
- Add support for Python-3.8
- Drop support for Python-2.7
- Modernize development environment with pipenv
- Updated the script template to make it lint friendly.
- Suppport for Python 3.6 and 3.7. Dropped Python 3.5.
- Fixed compatibility to not use future, since it imported ConfigParser as configparser in Python 2.7. Instead the official configparser backport is used.
- Bugfix: proper error when cmd argument missing in Python 3
- Python 3 compatibility.
- Update README.rst badges.
- First public release using all public tools.
- First packaged version.