Bump mysqlclient from 2.1.1 to 2.2.0
Bumps mysqlclient from 2.1.1 to 2.2.0.
Release notes
Sourced from mysqlclient's releases.
v2.2.0
What's Changed
- Actions: Drop Python 3.6 and add 3.11-dev by
@methane
in PyMySQL/mysqlclient#542- docs: fix simple typo, portible -> portable by
@timgates42
in PyMySQL/mysqlclient#547- Update python_requires to match supported python versions by
@gopackgo90
in PyMySQL/mysqlclient#543- Raise ProgrammingError on -inf by
@methane
in PyMySQL/mysqlclient#557- Swap 3.11-dev for 3.11 in CI by
@joshuadavidthomas
in PyMySQL/mysqlclient#561- Add CodeQL workflow for GitHub code scanning by
@lgtm-com
in PyMySQL/mysqlclient#565- ER_BAD_NULL should be IntegrityError. by
@methane
in PyMySQL/mysqlclient#579- Update windows build workflow by
@methane
in PyMySQL/mysqlclient#585- Use pkg-config instead of mysql_config by
@methane
in PyMySQL/mysqlclient#586- Remove uneeded code. by
@methane
in PyMySQL/mysqlclient#512- Add collation option by
@vsalvino
in PyMySQL/mysqlclient#564- Start 2.2.0 development by
@methane
in PyMySQL/mysqlclient#587- Action: Use Ruff by
@methane
in PyMySQL/mysqlclient#588- Run pyupgrade --py38-plus by
@methane
in PyMySQL/mysqlclient#590- Update workflows by
@methane
in PyMySQL/mysqlclient#593- Update Django test workflow by
@methane
in PyMySQL/mysqlclient#594- CI: Update codeql build. by
@methane
in PyMySQL/mysqlclient#595- Improved exception handling when importing the module by
@piglei
in PyMySQL/mysqlclient#596- CI: Fix django workflow by
@methane
in PyMySQL/mysqlclient#597- Use pyproject.toml by
@methane
in PyMySQL/mysqlclient#598- Add Cursor.mogrify(). by
@steveteahan
in PyMySQL/mysqlclient#477- Add ability to customize ssl mode settings by
@thereisnosun
in PyMySQL/mysqlclient#475- Use src-layout. by
@methane
in PyMySQL/mysqlclient#600- Discard results without converting them into Python objects. by
@methane
in PyMySQL/mysqlclient#601- Fix sphinx warnings by
@methane
in PyMySQL/mysqlclient#602- Release GIL during result.discard() by
@methane
in PyMySQL/mysqlclient#604- Fix executemany with binary prefix by
@methane
in PyMySQL/mysqlclient#605- CI: Fix Django test by
@methane
in PyMySQL/mysqlclient#606- Fix Connection.escape() with Unicode input by
@methane
in PyMySQL/mysqlclient#608- fix: fix sslmode typo by
@mschoettle
in PyMySQL/mysqlclient#609- CI: Update Django test workflow by
@methane
in PyMySQL/mysqlclient#610- Release v2.2.0rc1 by
@methane
in PyMySQL/mysqlclient#607- CI: Use MariaDB by
@methane
in PyMySQL/mysqlclient#611- ci: Run django test after our test by
@methane
in PyMySQL/mysqlclient#612- Configure Renovate by
@renovate
in PyMySQL/mysqlclient#616- Release v2.2.0 by
@methane
in PyMySQL/mysqlclient#618New Contributors
@gopackgo90
made their first contribution in PyMySQL/mysqlclient#543@joshuadavidthomas
made their first contribution in PyMySQL/mysqlclient#561@lgtm-com
made their first contribution in PyMySQL/mysqlclient#565@vsalvino
made their first contribution in PyMySQL/mysqlclient#564@piglei
made their first contribution in PyMySQL/mysqlclient#596@steveteahan
made their first contribution in PyMySQL/mysqlclient#477@thereisnosun
made their first contribution in PyMySQL/mysqlclient#475@mschoettle
made their first contribution in PyMySQL/mysqlclient#609@renovate
made their first contribution in PyMySQL/mysqlclient#616
... (truncated)
Changelog
Sourced from mysqlclient's changelog.
What's new in 2.2.0
Release: 2023-06-22
- Use
pkg-config
instead ofmysql_config
(#586)- Raise ProgrammingError on -inf (#557)
- Raise IntegrityError for ER_BAD_NULL. (#579)
- Windows: Use MariaDB Connector/C 3.3.4 (#585)
- Use pkg-config instead of mysql_config (#586)
- Add collation option (#564)
- Drop Python 3.7 support (#593)
- Use pyproject.toml for build (#598)
- Add Cursor.mogrify (#477)
- Partial support of ssl_mode option with mariadbclient (#475)
- Discard remaining results without creating Python objects (#601)
- Fix executemany with binary prefix (#605)
======================
Commits
-
1e14055
Release v2.2.0 (#618) -
ae1a098
Configure Renovate (#616) -
d05a00e
ci: Run django test after our test (#612) -
c650aa0
CI: Use MariaDB (#611) -
d48c852
CI: Fix Windows wheel build workflow -
640fe6d
Release v2.2.0rc1 (#607) -
5dfab4d
CI: Update Django test workflow (#610) -
398208f
Fix mariadbclient SSL support (#609) -
ba85984
Update README.md -
b162ddd
Fix Connection.escape() with Unicode input (#608) - Additional commits viewable in compare view