Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps mysqlclient from 1.4.2.post1 to 1.4.4.

Changelog

Sourced from mysqlclient's changelog.

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 <charset> 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)
  • Fixed from MySQLdb import *, while I don't recommend it. (#369)
  • Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and no connection is created. (#367)
  • Fixed many circular references are created in Cursor.executemany(). (#375)

What's new in 1.4.2

Release: 2019-02-08

  • Fix Django 1.11 compatibility. (#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, 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)
  • 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

Dependabot compatibility score

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 during working hours.


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 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 the .dependabot/config.yml file in this repo:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 12, 2019
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@fizyk fizyk merged commit 94878ad into master Aug 12, 2019
@fizyk fizyk deleted the dependabot/pip/mysqlclient-1.4.4 branch August 12, 2019 11:20
@coveralls
Copy link

Coverage Status

Coverage remained the same at 43.316% when pulling 2890f75 on dependabot/pip/mysqlclient-1.4.4 into 3ac636c on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants