Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ mysql2 (0.5.5 → 0.5.6) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 15 commits:
bump version
Merge pull request #1341 from VitaliySerov/fix/ci
Merge pull request #1353 from flavorjones/flavorjones-fix-mysql-83-ssl
fix: mysql 8.3 ssl settings
Merge pull request #1352 from flavorjones/flavorjones-replace-mysql_ssl_set
use mysql_options if mysql_ssl_set isn't available
Fix missing yaml.h for intalling gems
Fix key verification for mysql repos in ubuntu
CI: fix defunct MariaDB package names and repo URLs (#1326)
Support utf8mb3 charset naming for MySQL 8 and MariaDB 10.6 (#1323)
Session tracking: account for MySQL 8 reporting statement_id changes along with other system variables (#1324)
Fix a typo (#1308)
Merge pull request #1293 from junaruga/wip/ssl-dir-custom
Add an option to set a custom SSL certificates pem files directory in test.
CI: Set the verbose option in the Makefile to print compiling commands. (#1187)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands