What's Changed
MySQL:
- Give MySQL sql_log_bin at DSN level to take parameter into account by @fgaillot-qosenergy in #171
- optional binlog parameters in mysql connection string by @mleahu in #201
- fix: remove unneeded flush privileges call for mysql by @Duologic in #202
- feat: add custom tls config support to mysql by @silphid in #184
- refactor(mysql): consistent username/host parameters by @Duologic in #205
PostgreSQL:
- PostgreSQL CREATE SCHEMA support by @chlunde in #181
- change the host with endpoint to make it worked by @developer-guy in #198
MSSQL:
- MSSQL allow to define different databases for login an user by @bakito in #192
- add support for MSSQL schema in grants by @bakito in #193
Housekeeping:
- Refresh build system - update to latest Go, Up, crossplane-runtime etc by @chlunde in #182
- chore: add provider install documentation by @Bastichou in #174
- chore: update build/ and Makefile by @Duologic in #204
New Contributors
- @Bastichou made their first contribution in #174
- @fgaillot-qosenergy made their first contribution in #171
- @developer-guy made their first contribution in #198
- @bakito made their first contribution in #192
- @mleahu made their first contribution in #201
- @silphid made their first contribution in #184
Full Changelog: v0.9.0...v0.10.0