Notable changes in this release include:
- prompt for password
- option to avoid password prompt (useful for scripts)
- fix add/drop primary key
- fix add/drop foreign key
- fix single transaction option
- PostgreSQL 11 support
- improve building process (detect static libs in Debian/Ubuntu)
- update Travis CI (trusty -> xenial / pg 10 -> pg 11)
Observe the following incompatibilities:
- ask for password if it is required (
--source-no-password
and--target-no-password
should be used to restore the old behavior).