-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency mysqlclient to v2.2.6 #273
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/mysqlclient-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
changed the title
Update dependency mysqlclient to v2.0.3
Update dependency mysqlclient to v2.1.0
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
March 7, 2022 13:07
2a35b09
to
0587939
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
June 24, 2022 01:25
0587939
to
8803025
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.1.0
Update dependency mysqlclient to v2.1.1
Jun 24, 2022
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
changed the title
Update dependency mysqlclient to v2.1.1
Update dependency mysqlclient to v2.2.0
Jun 22, 2023
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
June 22, 2023 07:44
8803025
to
65a3e7f
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
December 13, 2023 15:42
65a3e7f
to
47e7ac4
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.0
Update dependency mysqlclient to v2.2.1
Dec 13, 2023
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
February 4, 2024 07:09
47e7ac4
to
6232117
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.1
Update dependency mysqlclient to v2.2.2
Feb 4, 2024
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
February 4, 2024 15:47
6232117
to
86315c8
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.2
Update dependency mysqlclient to v2.2.3
Feb 4, 2024
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
February 8, 2024 18:17
86315c8
to
7041f74
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.3
Update dependency mysqlclient to v2.2.4
Feb 8, 2024
Quality Gate passedIssues Measures |
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
October 20, 2024 12:47
7041f74
to
e37e1bb
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.4
Update dependency mysqlclient to v2.2.5
Oct 20, 2024
renovate
bot
force-pushed
the
renovate/mysqlclient-2.x
branch
from
November 13, 2024 06:13
e37e1bb
to
dd963d2
Compare
renovate
bot
changed the title
Update dependency mysqlclient to v2.2.5
Update dependency mysqlclient to v2.2.6
Nov 13, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.1
->==2.2.6
Release Notes
PyMySQL/mysqlclient (mysqlclient)
v2.2.5
Compare Source
What's Changed
libperconaserverclient
by @nattofriends in https://github.com/PyMySQL/mysqlclient/pull/718New Contributors
Full Changelog: PyMySQL/mysqlclient@v2.2.4...v2.2.5
v2.2.4
Compare Source
v2.2.3
Compare Source
What's Changed
Connection.kill()
broken since 2.2.2 by @methane in https://github.com/PyMySQL/mysqlclient/pull/696Full Changelog: PyMySQL/mysqlclient@v2.2.2...v2.2.3
v2.2.2
Compare Source
What's Changed
conn.kill()
andconn.shutdown()
are deprecated.Full Changelog: PyMySQL/mysqlclient@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
Connection.ping()
avoid usingMYSQL_OPT_RECONNECT
option untilreconnect=True
is specified. MySQL 8.0.33 start showing warning when the option is used. (#664)Merged pull requests
pkg-config
to documentation by @hamarituc in https://github.com/PyMySQL/mysqlclient/pull/621README.md
by @Benjamin-Loison in https://github.com/PyMySQL/mysqlclient/pull/665New Contributors
Full Changelog: PyMySQL/mysqlclient@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
mysqlclient uses
pkg-config
since v2.2. You need to configure pkg-config, or manually set envvars.READ the manual
New Contributors
Full Changelog: PyMySQL/mysqlclient@v2.1.1...v2.2.0
v2.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: PyMySQL/mysqlclient@v2.1.0...v2.1.1
v2.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: PyMySQL/mysqlclient@v2.0.3...v2.1.0
v2.0.3
Compare Source
v2.0.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.