dependabot[bot] opened a new pull request, #34033: URL: https://github.com/apache/beam/pull/34033
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 "filename:line" 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 "busy buffer" 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 "filename:line" 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 "busy buffer" 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 /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org