dependabot[bot] opened a new pull request, #26425: URL: https://github.com/apache/beam/pull/26425
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.7.0 to 1.7.1. <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.7.1</h2> <h2>What's Changed</h2> <ul> <li>bump actions/checkout@v3 and actions/setup-go@v3 by <a href="https://github.com/shogo82148"><code>@shogo82148</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1375">go-sql-driver/mysql#1375</a></li> <li>Use SET syntax as specified in the MySQL documentation by <a href="https://github.com/beautifulentropy"><code>@beautifulentropy</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1402">go-sql-driver/mysql#1402</a></li> <li>Add go1.20 and mariadb10.11 to the testing matrix by <a href="https://github.com/pgporada"><code>@pgporada</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1403">go-sql-driver/mysql#1403</a></li> <li>Increase default maxAllowedPacket size. by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1411">go-sql-driver/mysql#1411</a></li> <li>Correct maxAllowedPacket default value mentioned in docs to match the… by <a href="https://github.com/sjmudd"><code>@sjmudd</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1412">go-sql-driver/mysql#1412</a></li> <li>fix some comments by <a href="https://github.com/cuishuang"><code>@cuishuang</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1417">go-sql-driver/mysql#1417</a></li> <li>Update changelog for version 1.7.1 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1418">go-sql-driver/mysql#1418</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/beautifulentropy"><code>@beautifulentropy</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1402">go-sql-driver/mysql#1402</a></li> <li><a href="https://github.com/pgporada"><code>@pgporada</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1403">go-sql-driver/mysql#1403</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1">https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1</a></p> </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>Version 1.7.1 (2023-04-25)</h2> <p>Changes:</p> <ul> <li>bump actions/checkout@v3 and actions/setup-go@v3 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1375">#1375</a>)</li> <li>Add go1.20 and mariadb10.11 to the testing matrix (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1403">#1403</a>)</li> <li>Increase default maxAllowedPacket size. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1411">#1411</a>)</li> </ul> <p>Bugfixes:</p> <ul> <li>Use SET syntax as specified in the MySQL documentation (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1402">#1402</a>)</li> </ul> <h2>Version 1.7 (2022-11-29)</h2> <p>Changes:</p> <ul> <li>Drop support of Go 1.12 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1211">#1211</a>)</li> <li>Refactoring <code>(*textRows).readRow</code> in a more clear way (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1230">#1230</a>)</li> <li>util: Reduce boundary check in escape functions. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1316">#1316</a>)</li> <li>enhancement for mysqlConn handleAuthResult (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1250">#1250</a>)</li> </ul> <p>New Features:</p> <ul> <li>support Is comparison on MySQLError (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1210">#1210</a>)</li> <li>return unsigned in database type name when necessary (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1238">#1238</a>)</li> <li>Add API to express like a --ssl-mode=PREFERRED MySQL client (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1370">#1370</a>)</li> <li>Add SQLState to MySQLError (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1321">#1321</a>)</li> </ul> <p>Bugfixes:</p> <ul> <li>Fix parsing 0 year. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1257">#1257</a>)</li> </ul> <h2>Version 1.6 (2021-04-01)</h2> <p>Changes:</p> <ul> <li>Migrate the CI service from travis-ci to GitHub Actions (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1176">#1176</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1183">#1183</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1190">#1190</a>)</li> <li><code>NullTime</code> is deprecated (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/960">#960</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1144">#1144</a>)</li> <li>Reduce allocations when building SET command (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1111">#1111</a>)</li> <li>Performance improvement for time formatting (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1118">#1118</a>)</li> <li>Performance improvement for time parsing (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1098">#1098</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1113">#1113</a>)</li> </ul> <p>New Features:</p> <ul> <li>Implement <code>driver.Validator</code> interface (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1106">#1106</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1174">#1174</a>)</li> <li>Support returning <code>uint64</code> from <code>Valuer</code> in <code>ConvertValue</code> (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1143">#1143</a>)</li> <li>Add <code>json.RawMessage</code> for converter and prepared statement (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1059">#1059</a>)</li> <li>Interpolate <code>json.RawMessage</code> as <code>string</code> (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1058">#1058</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/f20b2863636093e5fbf1481b59bdaff3b0fbb779"><code>f20b286</code></a> Update changelog for version 1.7.1 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1418">#1418</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/8503110d880a06b863c5a93c8214068c71f16e9d"><code>8503110</code></a> fix some comments (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1417">#1417</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/faedeff6d3187aad8fa1d08a206d082f8c371656"><code>faedeff</code></a> Correct maxAllowedPacket default value mentioned in docs to match the new set...</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/f0e16c6977aae7045c058989971467759e470e99"><code>f0e16c6</code></a> Increase default maxAllowedPacket size. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1411">#1411</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/d83ecdc268ff92fa198c0bf64356a1479cc83438"><code>d83ecdc</code></a> Add go1.20 and mariadb10.11 to the testing matrix (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1403">#1403</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/af380e92cd245f1815fa16f42ea65472a7cb06ee"><code>af380e9</code></a> Use SET syntax as specified in the MySQL documentation (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1402">#1402</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/4591e42e65cf483147a7c7a4f4cfeac81b21c917"><code>4591e42</code></a> bump actions/checkout@v3 and actions/setup-go@v3 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1375">#1375</a>)</li> <li>See full diff in <a href="https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
