Changes
Source Drivers
- Add BitBucket as a source thanks to @Doctor-X (#450)
- Improve error message readability when the source driver is missing thanks to @olicuzo (#454)
- Add iofs source driver (Go 1.16+ only) fixing #471 thanks to @johejo (#472)
- This enables support for
go:embed
(golang/go#41191)
- This enables support for
Database Drivers
- Spanner
- MySQL
- Fix issue (#411) connecting to MySQL with custom TLS parameters. Thanks @Chronojam for the detailed bug report!
- Fix issue with
ANSI
orANSI_QUOTES
sql_mode
(#475) thanks to @MacTynow (#476)
- Properly handle all errors when running
drop
thanks to @hypnoglow (#456) - Update dhui/dktest to update docker client which uses the module compatible version of logrus