Bump mysql2 from 0.5.6 to 0.5.7
Bumps mysql2 from 0.5.6 to 0.5.7.
Release notes
Sourced from mysql2's releases.
0.5.7
What's Changed
- Ruby 3.2 deprecates
double_heapoption toGC.verify_compaction_referencesby@yahondain brianmario/mysql2#1365- Add
ruby-3.3to CI by@VitaliySerovin brianmario/mysql2#1340- Add bigdecimal to runtime dependencies by
@nekketsuuuin brianmario/mysql2#1367- Add vector type added in MySQL 9.0 by
@dbussinkin brianmario/mysql2#1375- Avoid modifying frozen string literals by
@patin brianmario/mysql2#1364- Set CA:TRUE for ca-cert.pem used in SSL tests. by
@jackorpin brianmario/mysql2#1357- Support get_server_public_key option by
@samitaniin brianmario/mysql2#1377- Fix some typos by
@fkmyin brianmario/mysql2#1378- Save affected_rows on the wrapper when reading results by
@byrootin brianmario/mysql2#1383- extconf.rb: locate zstd when using homebrew by
@byrootin brianmario/mysql2#1384- Redact password from query_options by
@flavorjonesin brianmario/mysql2#1334- Improve prepared statement ergonomics by
@byrootin brianmario/mysql2#1385- Fix CI by
@davidsiawin brianmario/mysql2#1371- Set charset name utf8mb4 by default by
@kamipoin brianmario/mysql2#1157- CI: Add Ruby 3.4, MySQL 8.4, MariaDB 11.4, Ubuntu 24.04 and other updates by
@sodabrewin brianmario/mysql2#1387- Allow newer rake, rake-comiler dependencies by
@sodabrewin brianmario/mysql2#1400- rb_mysql_result_free_result is now executed if the result is 0 rows. by
@YujiSoftwarein brianmario/mysql2#1399- Add an option to use SSL certifications generated from specific host (Create certificaitons in CI) by
@junarugain brianmario/mysql2#1310- CI: select better MariaDB mirrors because some block GitHub Actions by
@sodabrewin brianmario/mysql2#1401- Correct MariaDB runtime library verison check by
@grooverdanin brianmario/mysql2#1406- Expose
dbattribute ofMYSQLclient struct by@richardlarocquein brianmario/mysql2#1245New Contributors
@nekketsuuumade their first contribution in brianmario/mysql2#1367@patmade their first contribution in brianmario/mysql2#1364@jackorpmade their first contribution in brianmario/mysql2#1357@samitanimade their first contribution in brianmario/mysql2#1377@fkmymade their first contribution in brianmario/mysql2#1378@byrootmade their first contribution in brianmario/mysql2#1383@davidsiawmade their first contribution in brianmario/mysql2#1371@YujiSoftwaremade their first contribution in brianmario/mysql2#1399@grooverdanmade their first contribution in brianmario/mysql2#1406@richardlarocquemade their first contribution in brianmario/mysql2#1245Full Changelog: https://github.com/brianmario/mysql2/compare/0.5.6...0.5.7
Commits
c79b3c1bump version0f38974Exposedbattribute ofMYSQLclient struct (#1245)b63d2e8Correct MariaDB runtime library verison check (#1406)441b104CI: select better MariaDB mirrors because some block GitHub Actions (#1401)99a6cc3CI: Add an option to use SSL certifications generated from specific host. (#1...3adb531rb_mysql_result_free_result is now executed if the result is 0 rows. (#1399)794ca50Merge pull request #1400 from sodabrew/update-rake-compilercd6fc60CI: fixes for centos 7 dockerfilef10e767CI: Allow newer rake, rake-compiler dependencies57b8df1README: Remove link to Travis CI- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @Floppy.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Coverage summary from Codacy
See diff coverage on Codacy
| Coverage variation | Diff coverage |
|---|---|
| :white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: ∅ |
Coverage variation details
| Coverable lines | Covered lines | Coverage | |
|---|---|---|---|
| Common ancestor commit (61a0ce22127c2e3eb33948270d3197c963e14951) | 5319 | 4473 | 84.09% |
| Head commit (9379b2383d10d84eebbcdabc98d04887b5b97b9b) | 5319 (+0) | 4473 (+0) | 84.09% (+0.00%) |
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
| Coverable lines | Covered lines | Diff coverage | |
|---|---|---|---|
| Pull request (#4740) | 0 | 0 | ∅ (not applicable) |
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%
See your quality gate settings Change summary preferences
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.
@dependabot rebase