Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Feb 16, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/go-sql-driver/mysql v1.7.0 -> v1.9.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.9.3

Compare Source

What's Changed

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

v1.9.2

Compare Source

v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.

v1.9.1

Compare Source

Major Changes
Bugfixes
  • go.mod: fix go version format (#​1682)
  • Fix FormatDSN missing ConnectionAttributes (#​1619)

v1.9.0

Compare Source

Major Changes
  • Implement zlib compression. (#​1487)
  • Supported Go version is updated to Go 1.21+. (#​1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#​1609)
  • Config object can have custom dial function. (#​1527)
Bugfixes
  • Fix auth errors when username/password are too long. (#​1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#​1640)
  • Fix auth switch request handling. (#​1666)
Other changes
  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#​1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#​1595, #​1601, #​1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#​1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#​1660)

v1.8.1

Compare Source

What's Changed

Bugfixes:

Full Changelog: go-sql-driver/mysql@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

Major changes

  • Use SET NAMES charset COLLATE collation. by @​methane in #​1437

    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in #​1432

    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in #​1420

    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in #​1452

    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variabe.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negilible.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes

New Contributors

Full Changelog: go-sql-driver/mysql@v1.7.1...v1.8.0

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-sql-driver/mysql@v1.7.0...v1.7.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 6806a5d to b7cb1ab Compare February 23, 2025 16:56
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.8.1 Update module github.com/go-sql-driver/mysql to v1.9.0 Feb 23, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from b7cb1ab to bbff04a Compare March 30, 2025 12:20
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.0 Update module github.com/go-sql-driver/mysql to v1.9.1 Mar 30, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from bbff04a to c4a3dc4 Compare April 13, 2025 05:02
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.1 Update module github.com/go-sql-driver/mysql to v1.9.2 Apr 13, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from c4a3dc4 to a41ed66 Compare June 15, 2025 10:18
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.2 Update module github.com/go-sql-driver/mysql to v1.9.3 Jun 15, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Oct 8, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 8, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch October 8, 2025 20:16
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Oct 9, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 4a65a35 to a41ed66 Compare October 9, 2025 00:09
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Oct 10, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 10, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Oct 13, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 13, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Oct 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Oct 17, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from a3c7d5f to a41ed66 Compare October 17, 2025 04:09
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Oct 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Oct 17, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 17, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 08acf78 to a41ed66 Compare October 17, 2025 16:10
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Oct 26, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 26, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Oct 26, 2025
@red-hat-konflux red-hat-konflux bot reopened this Oct 26, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 5bde391 to a41ed66 Compare October 26, 2025 16:10
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Nov 11, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 11, 2025
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Update module github.com/go-sql-driver/mysql to v1.9.3 Nov 11, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 11, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 842cf33 to a41ed66 Compare November 11, 2025 12:15
@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/go-sql-driver/mysql to v1.9.3 fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 Nov 12, 2025
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Nov 15, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 15, 2025
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 Nov 15, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 15, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from 46f6ac6 to a41ed66 Compare November 15, 2025 20:20
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed Dec 2, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 2, 2025
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 - autoclosed fix(deps): update module github.com/go-sql-driver/mysql to v1.9.3 Dec 3, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 3, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-go-sql-driver-mysql-1.x branch from ed6d5ed to a41ed66 Compare December 3, 2025 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant