Changelog
*Sourced from [mysqlclient's changelog](https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst).*
> > What's new in 1.4.4
>
> ------------------------------------------------------------------------
>
> Release: 2019-08-12
>
> - `charset` option is passed to `mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset)` before `mysql_real_connect` is called. This avoid extra `SET NAMES ` query when creating connection.
>
> What's new in 1.4.3
> ===================
>
> Release: 2019-08-09
>
> - `--static` build supports `libmariadbclient.a`
> - Try `mariadb_config` when `mysql_config` is not found
> - Fixed warning happend in Python 3.8 ([#359](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/359))
> - Fixed `from MySQLdb import *`, while I don't recommend it. ([#369](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/369))
> - Fixed SEGV `MySQLdb.escape_string("1")` when libmariadb is used and no connection is created. ([#367](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/367))
> - Fixed many circular references are created in `Cursor.executemany()`. ([#375](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/375))
>
> What's new in 1.4.2
> ===================
>
> Release: 2019-02-08
>
> - Fix Django 1.11 compatibility. ([#327](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/327)) mysqlclient 1.5 will not support Django 1.11. It is not because mysqlclient will break backward compatibility, but Django used unsupported APIs and Django 1.11 don't fix bugs including compatibility issues.
>
> What's new in 1.4.1
> ===================
>
> Release: 2019-01-19
>
> - Fix dict parameter support ([#323](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/323), regression of 1.4.0)
>
> What's new in 1.4.0
> ===================
>
> Release: 2019-01-18
>
> - Dropped Python 3.4 support.
> - Removed `threadsafe` and `embedded` build options.
> - Remove some deprecated cursor classes and methods.
> - `_mysql` and `_mysql_exceptions` modules are moved under `MySQLdb` package. ([#293](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/293))
> - Remove `errorhandler` from Connection and Cursor classes.
> - Remove context manager API from Connection. It was for transaction. New context manager API for closing connection will be added in future version.
> - Remove `waiter` option from Connection.
> - Remove `escape_sequence`, and `escape_dict` methods from Connection class.
> - Remove automatic MySQL warning checking.
> - Drop support for MySQL Connector/C with MySQL<5.1.12.
> - Remove `_mysql.NULL` constant.
> ... (truncated)
Commits
- [`17045e8`](https://github.com/PyMySQL/mysqlclient-python/commit/17045e8ed04579ec2d80e9daa9c7b69fbfcd5c2f) 1.4.4
- [`b400acd`](https://github.com/PyMySQL/mysqlclient-python/commit/b400acddd0e1ee28e3fcfecc77512f660765efc9) set charset before connect ([#382](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/382))
- [`5a40d57`](https://github.com/PyMySQL/mysqlclient-python/commit/5a40d5772ec8e634626241cdfbe19acb35f3313e) 1.4.3
- [`a8329a3`](https://github.com/PyMySQL/mysqlclient-python/commit/a8329a3096596d65ff9ab26cdd579b1d1ca3a0af) travis: use build names ([#378](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/378))
- [`62c8c8c`](https://github.com/PyMySQL/mysqlclient-python/commit/62c8c8c62bd0c7e943c5dc68678d9fb2a0fd1610) call mysql_library_init in module initialization ([#377](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/377))
- [`8e9d759`](https://github.com/PyMySQL/mysqlclient-python/commit/8e9d75925dccb21ff210528f07ee8c07ac448e80) try mariadb_config when mysql_config is not found ([#374](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/374))
- [`b3e775a`](https://github.com/PyMySQL/mysqlclient-python/commit/b3e775a780a20caad0ba85d7de9458e1da71eb73) fix Cursor.executemany created many circular references ([#375](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/375))
- [`23addef`](https://github.com/PyMySQL/mysqlclient-python/commit/23addef86d4bd3b00975d203d05e89fafbd82e6c) Remove unused "NULL" from `__all__` in `__init__.py` ([#369](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/369))
- [`6f5f48b`](https://github.com/PyMySQL/mysqlclient-python/commit/6f5f48b76c4e0b81565b5b9221a6728ffb590b0a) use PY_SSIZE_T_CLEAN ([#360](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/360))
- [`3d046ad`](https://github.com/PyMySQL/mysqlclient-python/commit/3d046add194a2bb7c708f1d3271377ad8e78c26f) Add to the client library list for static builds ([#357](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/357))
- Additional commits viewable in [compare view](https://github.com/PyMySQL/mysqlclient-python/compare/v1.4.2.post1...v1.4.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps mysqlclient from 1.4.2.post1 to 1.4.4.
Changelog
*Sourced from [mysqlclient's changelog](https://github.com/PyMySQL/mysqlclient-python/blob/master/HISTORY.rst).* > > What's new in 1.4.4 > > ------------------------------------------------------------------------ > > Release: 2019-08-12 > > - `charset` option is passed to `mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset)` before `mysql_real_connect` is called. This avoid extra `SET NAMESCommits
- [`17045e8`](https://github.com/PyMySQL/mysqlclient-python/commit/17045e8ed04579ec2d80e9daa9c7b69fbfcd5c2f) 1.4.4 - [`b400acd`](https://github.com/PyMySQL/mysqlclient-python/commit/b400acddd0e1ee28e3fcfecc77512f660765efc9) set charset before connect ([#382](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/382)) - [`5a40d57`](https://github.com/PyMySQL/mysqlclient-python/commit/5a40d5772ec8e634626241cdfbe19acb35f3313e) 1.4.3 - [`a8329a3`](https://github.com/PyMySQL/mysqlclient-python/commit/a8329a3096596d65ff9ab26cdd579b1d1ca3a0af) travis: use build names ([#378](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/378)) - [`62c8c8c`](https://github.com/PyMySQL/mysqlclient-python/commit/62c8c8c62bd0c7e943c5dc68678d9fb2a0fd1610) call mysql_library_init in module initialization ([#377](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/377)) - [`8e9d759`](https://github.com/PyMySQL/mysqlclient-python/commit/8e9d75925dccb21ff210528f07ee8c07ac448e80) try mariadb_config when mysql_config is not found ([#374](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/374)) - [`b3e775a`](https://github.com/PyMySQL/mysqlclient-python/commit/b3e775a780a20caad0ba85d7de9458e1da71eb73) fix Cursor.executemany created many circular references ([#375](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/375)) - [`23addef`](https://github.com/PyMySQL/mysqlclient-python/commit/23addef86d4bd3b00975d203d05e89fafbd82e6c) Remove unused "NULL" from `__all__` in `__init__.py` ([#369](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/369)) - [`6f5f48b`](https://github.com/PyMySQL/mysqlclient-python/commit/6f5f48b76c4e0b81565b5b9221a6728ffb590b0a) use PY_SSIZE_T_CLEAN ([#360](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/360)) - [`3d046ad`](https://github.com/PyMySQL/mysqlclient-python/commit/3d046add194a2bb7c708f1d3271377ad8e78c26f) Add to the client library list for static builds ([#357](https://github-redirect.dependabot.com/PyMySQL/mysqlclient-python/issues/357)) - Additional commits viewable in [compare view](https://github.com/PyMySQL/mysqlclient-python/compare/v1.4.2.post1...v1.4.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.