[PR #452] [MERGED] fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 #755

Closed
opened 2025-11-01 21:03:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/452
Author: @renovate[bot]
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-go-sql-driver-mysql-1.x


📝 Commits (1)

  • b64265d fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1

📊 Changes

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

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-sql-driver/mysql v1.8.1 -> v1.9.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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)

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

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/go-vikunja/vikunja/pull/452 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-go-sql-driver-mysql-1.x` --- ### 📝 Commits (1) - [`b64265d`](https://github.com/go-vikunja/vikunja/commit/b64265d9ab480986f66db26741077940869d9f62) fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-sql-driver/mysql](https://redirect.github.com/go-sql-driver/mysql) | `v1.8.1` -> `v1.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-sql-driver%2fmysql/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-sql-driver%2fmysql/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-sql-driver%2fmysql/v1.8.1/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-sql-driver%2fmysql/v1.8.1/v1.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-sql-driver/mysql (github.com/go-sql-driver/mysql)</summary> ### [`v1.9.1`](https://redirect.github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v191-2025-03-21) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1) ##### Major Changes - Add Charset() option. ([#&#8203;1679](https://redirect.github.com/go-sql-driver/mysql/issues/1679)) ##### Bugfixes - go.mod: fix go version format ([#&#8203;1682](https://redirect.github.com/go-sql-driver/mysql/issues/1682)) - Fix FormatDSN missing ConnectionAttributes ([#&#8203;1619](https://redirect.github.com/go-sql-driver/mysql/issues/1619)) ### [`v1.9.0`](https://redirect.github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v190-2025-02-18) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0) ##### Major Changes - Implement zlib compression. ([#&#8203;1487](https://redirect.github.com/go-sql-driver/mysql/issues/1487)) - Supported Go version is updated to Go 1.21+. ([#&#8203;1639](https://redirect.github.com/go-sql-driver/mysql/issues/1639)) - Add support for VECTOR type introduced in MySQL 9.0. ([#&#8203;1609](https://redirect.github.com/go-sql-driver/mysql/issues/1609)) - Config object can have custom dial function. ([#&#8203;1527](https://redirect.github.com/go-sql-driver/mysql/issues/1527)) ##### Bugfixes - Fix auth errors when username/password are too long. ([#&#8203;1625](https://redirect.github.com/go-sql-driver/mysql/issues/1625)) - Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. ([#&#8203;1640](https://redirect.github.com/go-sql-driver/mysql/issues/1640)) - Fix auth switch request handling. ([#&#8203;1666](https://redirect.github.com/go-sql-driver/mysql/issues/1666)) ##### Other changes - Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. ([#&#8203;1589](https://redirect.github.com/go-sql-driver/mysql/issues/1589)) - Improve error handling. It reduces the "busy buffer" errors. ([#&#8203;1595](https://redirect.github.com/go-sql-driver/mysql/issues/1595), [#&#8203;1601](https://redirect.github.com/go-sql-driver/mysql/issues/1601), [#&#8203;1641](https://redirect.github.com/go-sql-driver/mysql/issues/1641)) - Use `strconv.Atoi` to parse max_allowed_packet. ([#&#8203;1661](https://redirect.github.com/go-sql-driver/mysql/issues/1661)) - `rejectReadOnly` option now handles ER_READ_ONLY_MODE (1290) error too. ([#&#8203;1660](https://redirect.github.com/go-sql-driver/mysql/issues/1660)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:03:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#755