* [FIX] pin python-tabulate to <0.8.6 for Python 3.4 or less * [FIX] pin python-slugify to <5.0.0 for Python 3.5 or less * [FIX] pin Click to 7.x for Python 3.5 or less
1.4.2
* [FIX] fix default column value not getting converted
1.4.1
* [FIX] get table list error when Click package is 8.0+
1.4.0
* [FEAT] add password prompt. This changes the default behavior of -p * [FEAT] add option to disable MySQL connection encryption * [FEAT] add non-chunked progress bar * [FIX] pin mysql-connector-python to <8.0.24 for Python 3.5 or lower * [FIX] require sqlalchemy <1.4.0 to make compatible with sqlalchemy-utils
1.3.8
* [FIX] some MySQL integer column definitions result in TEXT fields in sqlite3 * [FIX] fix CI tests
1.3.7
* [CHORE] transition from Travis CI to GitHub Actions