Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 9bfa954

Browse files
Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 in /quesma (#1275)
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.1 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/mysql's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h2>Major Changes</h2> <ul> <li>Implement zlib compression. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li>Supported Go version is updated to Go 1.21+. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1639">#1639</a>)</li> <li>Add support for VECTOR type introduced in MySQL 9.0. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1609">#1609</a>)</li> <li>Config object can have custom dial function. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1527">#1527</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix auth errors when username/password are too long. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1625">#1625</a>)</li> <li>Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1640">#1640</a>)</li> <li>Fix auth switch request handling. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1666">#1666</a>)</li> </ul> <h2>Other changes</h2> <ul> <li>Add &quot;filename:line&quot; prefix to log in go-mysql. Custom loggers now show it. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1589">#1589</a>)</li> <li>Improve error handling. It reduces the &quot;busy buffer&quot; errors. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1595">#1595</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1601">#1601</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1641">#1641</a>)</li> <li>Use <code>strconv.Atoi</code> to parse max_allowed_packet. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><code>rejectReadOnly</code> option now handles ER_READ_ONLY_MODE (1290) error too. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0">https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dbussink"><code>@​dbussink</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1609">go-sql-driver/mysql#1609</a></li> <li><a href="https://github.com/yokonao"><code>@​yokonao</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1615">go-sql-driver/mysql#1615</a></li> <li><a href="https://github.com/pengbanban"><code>@​pengbanban</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1620">go-sql-driver/mysql#1620</a></li> <li><a href="https://github.com/aaronjheng"><code>@​aaronjheng</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1527">go-sql-driver/mysql#1527</a></li> <li><a href="https://github.com/kratkyzobak"><code>@​kratkyzobak</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1625">go-sql-driver/mysql#1625</a></li> <li><a href="https://github.com/raffertyyu"><code>@​raffertyyu</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1640">go-sql-driver/mysql#1640</a></li> <li><a href="https://github.com/minhquang4334"><code>@​minhquang4334</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1647">go-sql-driver/mysql#1647</a></li> <li><a href="https://github.com/joe-mann"><code>@​joe-mann</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1487">go-sql-driver/mysql#1487</a></li> <li><a href="https://github.com/arturmelanchyk"><code>@​arturmelanchyk</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1653">go-sql-driver/mysql#1653</a></li> <li><a href="https://github.com/kolbe"><code>@​kolbe</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1660">go-sql-driver/mysql#1660</a></li> <li><a href="https://github.com/bdollma-te"><code>@​bdollma-te</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1667">go-sql-driver/mysql#1667</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md">github.com/go-sql-driver/mysql's changelog</a>.</em></p> <blockquote> <h2>v1.9.0 (2025-02-18)</h2> <h3>Major Changes</h3> <ul> <li>Implement zlib compression. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li>Supported Go version is updated to Go 1.21+. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1639">#1639</a>)</li> <li>Add support for VECTOR type introduced in MySQL 9.0. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1609">#1609</a>)</li> <li>Config object can have custom dial function. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1527">#1527</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>Fix auth errors when username/password are too long. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1625">#1625</a>)</li> <li>Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1640">#1640</a>)</li> <li>Fix auth switch request handling. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1666">#1666</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add &quot;filename:line&quot; prefix to log in go-mysql. Custom loggers now show it. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1589">#1589</a>)</li> <li>Improve error handling. It reduces the &quot;busy buffer&quot; errors. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1595">#1595</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1601">#1601</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1641">#1641</a>)</li> <li>Use <code>strconv.Atoi</code> to parse max_allowed_packet. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><code>rejectReadOnly</code> option now handles ER_READ_ONLY_MODE (1290) error too. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/58941dd8a7888cf3d593d7bb182120e42168eac9"><code>58941dd</code></a> release v1.9.0 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1662">#1662</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/5d1bb8a9cf03422554dd52abf5eba89b8ca11307"><code>5d1bb8a</code></a> fix flaky test. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1663">#1663</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/341a5a5246835b2ac4b8d36bb12a9dfad70663f4"><code>341a5a5</code></a> Fix auth_switch_request packet handling</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/85c6311943c82f1300077b2d0e94687106ab61e7"><code>85c6311</code></a> Add error 1290/ER_READ_ONLY_MODE to rejectReadOnly handling (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/255d1ad98f1d3be99661d2a8c0a7a91418acbc8d"><code>255d1ad</code></a> better max_allowed_packet parsing (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/7403860363ca112af503b4612568c3096fecb466"><code>7403860</code></a> Make fileRegister a set (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1653">#1653</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/b335ed33d6a10803949fb71bbd7e0974c5be38b2"><code>b335ed3</code></a> use binary.LittleEndian (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1651">#1651</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/3348e573da4c1d7186ae7d6eabd4d7333bd486a0"><code>3348e57</code></a> Implement zlib compression (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/c9f41c074062d5ab9aeb5e44adeac3a7d85fbc4e"><code>c9f41c0</code></a> fix typo in comment (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1647">#1647</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/575e1b288d624fb14bf56532689f3ec1c1989149"><code>575e1b2</code></a> stop double-buffering (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1643">#1643</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-sql-driver/mysql&package-manager=go_modules&previous-version=1.8.1&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b893b71 commit 9bfa954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quesma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/apparentlymart/go-cidr v1.1.0
1111
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
1212
github.com/coreos/go-semver v0.3.1
13-
github.com/go-sql-driver/mysql v1.8.1
13+
github.com/go-sql-driver/mysql v1.9.0
1414
github.com/goccy/go-json v0.10.5
1515
github.com/google/go-cmp v0.6.0
1616
github.com/google/uuid v1.6.0

quesma/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ github.com/go-faster/errors v0.7.1/go.mod h1:5ySTjWFiphBs07IKuiL69nxdfd5+fzh1u7F
3434
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
3535
github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE=
3636
github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=
37-
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
38-
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
37+
github.com/go-sql-driver/mysql v1.9.0 h1:Y0zIbQXhQKmQgTp44Y1dp3wTXcn804QoTptLZT1vtvo=
38+
github.com/go-sql-driver/mysql v1.9.0/go.mod h1:pDetrLJeA3oMujJuvXc8RJoasr589B6A9fwzD3QMrqw=
3939
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
4040
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
4141
github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=

0 commit comments

Comments
 (0)