Fix Config.FormatDSN() dropping Addr when Net is empty.
It now uses the default tcp network so configs with only Addr round-trip correctly. (#1770)
Fix typed-nil json.RawMessage with interpolateParams=true being interpolated as an empty string.
It is now interpolated as SQL NULL, matching server-side prepared statements. (#1782)
Add MariaDB 11.8 and 12.3 to the test matrix. (#1774)
Configuration
📅Schedule: (UTC)
Branch creation
At any time (no schedule defined)
Automerge
At any time (no schedule defined)
🚦Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `v1.10.0` → `v1.10.1` |  |  |
---
### Release Notes
<details>
<summary>go-sql-driver/mysql (github.com/go-sql-driver/mysql)</summary>
### [`v1.10.1`](https://github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v1101-2026-09-02)
[Compare Source](https://github.com/go-sql-driver/mysql/compare/v1.10.0...v1.10.1)
- Fix `Config.FormatDSN()` dropping `Addr` when `Net` is empty.
It now uses the default `tcp` network so configs with only `Addr` round-trip correctly. ([#​1770](https://github.com/go-sql-driver/mysql/issues/1770))
- Fix typed-nil `json.RawMessage` with `interpolateParams=true` being interpolated as an empty string.
It is now interpolated as SQL `NULL`, matching server-side prepared statements. ([#​1782](https://github.com/go-sql-driver/mysql/issues/1782))
- Add MariaDB 11.8 and 12.3 to the test matrix. ([#​1774](https://github.com/go-sql-driver/mysql/issues/1774))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41OS4yIiwidXBkYXRlZEluVmVyIjoiNDQuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.10.0→v1.10.1Release Notes
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.10.1Compare Source
Fix
Config.FormatDSN()droppingAddrwhenNetis empty.It now uses the default
tcpnetwork so configs with onlyAddrround-trip correctly. (#1770)Fix typed-nil
json.RawMessagewithinterpolateParams=truebeing interpolated as an empty string.It is now interpolated as SQL
NULL, matching server-side prepared statements. (#1782)Add MariaDB 11.8 and 12.3 to the test matrix. (#1774)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.