Skip to content

Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0#157

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-sql-driver/mysql-1.10.0
Open

Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0#157
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-sql-driver/mysql-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0.

Release notes

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

v1.10.0

What's Changed

New Contributors

Full Changelog: go-sql-driver/mysql@v1.9.2...v1.10.0

Changelog

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

v1.10.0 (2026-04-28)

  • Fix getSystemVar("max_allowed_packet") potentially returned wrong value. (#1754) This affects only when maxAllowedPacket=0 is set.

  • Bump filippo.io/edwards25519 from 1.1.1 to 1.2.0. (#1756) While older versions have reported CVEs, they do not affect go-mysql.

  • Update Go versions to 1.24-1.26. (#1763)

  • Enhance interpolateParams to correctly handle placeholders. (#1732) The question mark (?) within strings and comments will no longer be treated as a placeholder.

Commits


Note

Medium Risk
Upgrades the MySQL driver, which can subtly change connection/query behavior and error handling at runtime. No application logic changes, but DB integration should be exercised in tests/staging.

Overview
Updates dependencies by bumping github.com/go-sql-driver/mysql from v1.9.3 to v1.10.0.

Also updates the indirect dependency filippo.io/edwards25519 from v1.1.1 to v1.2.0 and refreshes go.sum checksums accordingly.

Reviewed by Cursor Bugbot for commit 4ded961. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 30, 2026
@dependabot dependabot Bot requested review from mitchwadair and muir as code owners April 30, 2026 08:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 30, 2026
@muir
Copy link
Copy Markdown
Collaborator

muir commented May 20, 2026

@dependabot recreate

Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.9.3...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/go-sql-driver/mysql-1.10.0 branch from 2567447 to 4ded961 Compare May 20, 2026 17:33
@dependabot dependabot Bot temporarily deployed to singlestore May 20, 2026 17:34 Inactive
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.33%. Comparing base (8c20b7f) to head (4ded961).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   78.28%   78.33%   +0.04%     
==========================================
  Files          36       36              
  Lines        4804     4804              
==========================================
+ Hits         3761     3763       +2     
+ Misses        799      798       -1     
+ Partials      244      243       -1     
Flag Coverage Δ
go_tests 1.91% <ø> (ø)
nodb_tests 59.97% <ø> (+0.04%) ⬆️
pg_tests 75.54% <ø> (-0.07%) ⬇️
s2_tests 77.04% <ø> (+0.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants