[PR #212] [MERGED] chore(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #238

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

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/212
Author: @dependabot[bot]
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @mritd

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


📝 Commits (1)

  • f06446d chore(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1

📊 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.7.0 to 1.7.1.

Release notes

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

v1.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1

Changelog

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

Version 1.7.1 (2023-04-25)

Changes:

  • bump actions/checkout@v3 and actions/setup-go@v3 (#1375)
  • Add go1.20 and mariadb10.11 to the testing matrix (#1403)
  • Increase default maxAllowedPacket size. (#1411)

Bugfixes:

  • Use SET syntax as specified in the MySQL documentation (#1402)

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)

... (truncated)

Commits
  • f20b286 Update changelog for version 1.7.1 (#1418)
  • 8503110 fix some comments (#1417)
  • faedeff Correct maxAllowedPacket default value mentioned in docs to match the new set...
  • f0e16c6 Increase default maxAllowedPacket size. (#1411)
  • d83ecdc Add go1.20 and mariadb10.11 to the testing matrix (#1403)
  • af380e9 Use SET syntax as specified in the MySQL documentation (#1402)
  • 4591e42 bump actions/checkout@v3 and actions/setup-go@v3 (#1375)
  • See full diff in compare view

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/212 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@mritd](https://github.com/mritd) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-sql-driver/mysql-1.7.1` --- ### 📝 Commits (1) - [`f06446d`](https://github.com/Finb/bark-server/commit/f06446d22cca9c6e1a2699dd54e58fe631e5449f) chore(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 ### 📊 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.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 /> [![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.7.0&new-version=1.7.1)](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:51 +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#238
No description provided.