[PR #188] [MERGED] chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 #221

Closed
opened 2026-03-03 11:56:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/188
Author: @dependabot[bot]
Created: 12/5/2022
Status: Merged
Merged: 12/5/2022
Merged by: @mritd

Base: masterHead: dependabot/go_modules/github.com/go-sql-driver/mysql-1.7.0


📝 Commits (1)

  • 98c1ff8 chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0.

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

Version 1.7

Changes:

  • Drop support of Go 1.12 (#1211)
  • Refactoring (*textRows).readRow in a more clear way (#1230)
  • util: Reduce boundary check in escape functions. (#1316)
  • enhancement for mysqlConn handleAuthResult (#1250)

New Features:

  • support Is comparison on MySQLError (#1210)
  • return unsigned in database type name when necessary (#1238)
  • Add API to express like a --ssl-mode=PREFERRED MySQL client (#1370)
  • Add SQLState to MySQLError (#1321)

Bugfixes:

  • Fix parsing 0 year. (#1257)
Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

Version 1.7 (2022-11-29)

Changes:

  • Drop support of Go 1.12 (#1211)
  • Refactoring (*textRows).readRow in a more clear way (#1230)
  • util: Reduce boundary check in escape functions. (#1316)
  • enhancement for mysqlConn handleAuthResult (#1250)

New Features:

  • support Is comparison on MySQLError (#1210)
  • return unsigned in database type name when necessary (#1238)
  • Add API to express like a --ssl-mode=PREFERRED MySQL client (#1370)
  • Add SQLState to MySQLError (#1321)

Bugfixes:

  • Fix parsing 0 year. (#1257)

Version 1.6 (2021-04-01)

Changes:

  • Migrate the CI service from travis-ci to GitHub Actions (#1176, #1183, #1190)
  • NullTime is deprecated (#960, #1144)
  • Reduce allocations when building SET command (#1111)
  • Performance improvement for time formatting (#1118)
  • Performance improvement for time parsing (#1098, #1113)

New Features:

  • Implement driver.Validator interface (#1106, #1174)
  • Support returning uint64 from Valuer in ConvertValue (#1143)
  • Add json.RawMessage for converter and prepared statement (#1059)
  • Interpolate json.RawMessage as string (#1058)
  • Implements CheckNamedValue (#1090)

Bugfixes:

  • Stop rounding times (#1121, #1172)
  • Put zero filler into the SSL handshake packet (#1066)
  • Fix checking cancelled connections back into the connection pool (#1095)
  • Fix remove last 0 byte for mysql_old_password when password is empty (#1133)

Version 1.5 (2020-01-07)

Changes:

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/188 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2022 **Status:** ✅ Merged **Merged:** 12/5/2022 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-sql-driver/mysql-1.7.0` --- ### 📝 Commits (1) - [`98c1ff8`](https://github.com/Finb/bark-server/commit/98c1ff8d3de7f44e828fe958b26d27cff496176b) chore(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.6.0 to 1.7.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>Version 1.7</h2> <p>Changes:</p> <ul> <li>Drop support of Go 1.12 (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1211">#1211</a>)</li> <li>Refactoring <code>(*textRows).readRow</code> in a more clear way (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1230">#1230</a>)</li> <li>util: Reduce boundary check in escape functions. (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1316">#1316</a>)</li> <li>enhancement for mysqlConn handleAuthResult (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1210">#1210</a>)</li> <li>return unsigned in database type name when necessary (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1370">#1370</a>)</li> <li>Add SQLState to MySQLError (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1321">#1321</a>)</li> </ul> <p>Bugfixes:</p> <ul> <li>Fix parsing 0 year. (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1257">#1257</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>Version 1.7 (2022-11-29)</h2> <p>Changes:</p> <ul> <li>Drop support of Go 1.12 (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1211">#1211</a>)</li> <li>Refactoring <code>(*textRows).readRow</code> in a more clear way (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1230">#1230</a>)</li> <li>util: Reduce boundary check in escape functions. (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1316">#1316</a>)</li> <li>enhancement for mysqlConn handleAuthResult (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1210">#1210</a>)</li> <li>return unsigned in database type name when necessary (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1370">#1370</a>)</li> <li>Add SQLState to MySQLError (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1321">#1321</a>)</li> </ul> <p>Bugfixes:</p> <ul> <li>Fix parsing 0 year. (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1176">#1176</a>, <a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1183">#1183</a>, <a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1190">#1190</a>)</li> <li><code>NullTime</code> is deprecated (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/960">#960</a>, <a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1144">#1144</a>)</li> <li>Reduce allocations when building SET command (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1111">#1111</a>)</li> <li>Performance improvement for time formatting (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1118">#1118</a>)</li> <li>Performance improvement for time parsing (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1098">#1098</a>, <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1106">#1106</a>, <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1143">#1143</a>)</li> <li>Add <code>json.RawMessage</code> for converter and prepared statement (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1059">#1059</a>)</li> <li>Interpolate <code>json.RawMessage</code> as <code>string</code> (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1058">#1058</a>)</li> <li>Implements <code>CheckNamedValue</code> (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1090">#1090</a>)</li> </ul> <p>Bugfixes:</p> <ul> <li>Stop rounding times (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1121">#1121</a>, <a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1172">#1172</a>)</li> <li>Put zero filler into the SSL handshake packet (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1066">#1066</a>)</li> <li>Fix checking cancelled connections back into the connection pool (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1095">#1095</a>)</li> <li>Fix remove last 0 byte for mysql_old_password when password is empty (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1133">#1133</a>)</li> </ul> <h2>Version 1.5 (2020-01-07)</h2> <p>Changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/5cee457661043566c72c86b89aadbab7b88cce7a"><code>5cee457</code></a> update changelog for Version 1.7 (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1376">#1376</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/41dd159e6ec9afad00d2b90144bbc083ea860db1"><code>41dd159</code></a> Add <code>AllowFallbackToPlaintext</code> and <code>TLS</code> to config (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1370">#1370</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/fa1e4ed592daa59bcd70003263b5fc72e3de0137"><code>fa1e4ed</code></a> Fix parsing 0 year. (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1257">#1257</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/05bed834d054b8361595c6544146567d70713dc1"><code>05bed83</code></a> Add CodeQL workflow for GitHub code scanning (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1369">#1369</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/803c0e06f2b703d30b18e168e7349ffc66e7fa86"><code>803c0e0</code></a> migrate set-output to the environment file (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1368">#1368</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/a477f69f3c2abaf4646680bdc3a65d5172a6566e"><code>a477f69</code></a> fix: benchmarkExecContext is unused (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1351">#1351</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/0c62bb2791485d4260371bcc6017321de93b2430"><code>0c62bb2</code></a> Go1.19 is released (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1350">#1350</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/ad9fa14acdcf7d0533e7fbe58728f3d216213ade"><code>ad9fa14</code></a> Add SQLState to MySQLError (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1321">#1321</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/eff3908a822d24d8952cc3cd547eeb36f2affa7f"><code>eff3908</code></a> Move default packet size to constant (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1319">#1319</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/90e813fe43edc87a66650b570e8362da44041a4c"><code>90e813f</code></a> Add go1.18 to test matrix (<a href="https://github-redirect.dependabot.com/go-sql-driver/mysql/issues/1317">#1317</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-sql-driver/mysql/compare/v1.6.0...v1.7.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.6.0&new-version=1.7.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#221
No description provided.