-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 #35255
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovatebot
labels
Sep 17, 2024
|
codeboten
approved these changes
Sep 17, 2024
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this pull request
Oct 4, 2024
…en-telemetry#35255) 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.7.1` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-sql-driver%2fmysql/v1.8.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.8.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.7.1/v1.8.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.7.1/v1.8.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.8.1`](https://redirect.github.com/go-sql-driver/mysql/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.8.0...v1.8.1) #### What's Changed Bugfixes: - fix race condition when context is canceled in [#&open-telemetry#8203;1562](https://redirect.github.com/go-sql-driver/mysql/pull/1562) and [#&open-telemetry#8203;1570](https://redirect.github.com/go-sql-driver/mysql/pull/1570) **Full Changelog**: go-sql-driver/mysql@v1.8.0...v1.8.1 ### [`v1.8.0`](https://redirect.github.com/go-sql-driver/mysql/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/go-sql-driver/mysql/compare/v1.7.1...v1.8.0) #### What's Changed ##### Major changes - Use `SET NAMES charset COLLATE collation`. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1437](https://redirect.github.com/go-sql-driver/mysql/pull/1437) - PathEscape dbname in DSN. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1432](https://redirect.github.com/go-sql-driver/mysql/pull/1432) - Drop Go 1.13-17 support by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1420](https://redirect.github.com/go-sql-driver/mysql/pull/1420) - Parse numbers on text protocol too by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1452](https://redirect.github.com/go-sql-driver/mysql/pull/1452) ##### Other changes - Adding DeregisterDialContext to prevent memory leaks with dialers we don't need anymore by [@&open-telemetry#8203;jypelle](https://redirect.github.com/jypelle) in [https://github.com/go-sql-driver/mysql/pull/1422](https://redirect.github.com/go-sql-driver/mysql/pull/1422) - Make logger configurable per connection by [@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) in [https://github.com/go-sql-driver/mysql/pull/1408](https://redirect.github.com/go-sql-driver/mysql/pull/1408) - Fix ColumnType.DatabaseTypeName for mediumint unsigned by [@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) in [https://github.com/go-sql-driver/mysql/pull/1428](https://redirect.github.com/go-sql-driver/mysql/pull/1428) - Add connection attributes by [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in [https://github.com/go-sql-driver/mysql/pull/1389](https://redirect.github.com/go-sql-driver/mysql/pull/1389) - Stop `ColumnTypeScanType()` from returning `sql.RawBytes` by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1424](https://redirect.github.com/go-sql-driver/mysql/pull/1424) - Exec() now provides access to status of multiple statements. by [@&open-telemetry#8203;mherr-google](https://redirect.github.com/mherr-google) in [https://github.com/go-sql-driver/mysql/pull/1309](https://redirect.github.com/go-sql-driver/mysql/pull/1309) - Allow to change (or disable) the default driver name for registration by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1499](https://redirect.github.com/go-sql-driver/mysql/pull/1499) - Add default connection attribute '\_server_host' by [@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) in [https://github.com/go-sql-driver/mysql/pull/1506](https://redirect.github.com/go-sql-driver/mysql/pull/1506) - Make TimeTruncate functional option by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1552](https://redirect.github.com/go-sql-driver/mysql/pull/1552) - Add BeforeConnect callback to configuration object by [@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) in [https://github.com/go-sql-driver/mysql/pull/1469](https://redirect.github.com/go-sql-driver/mysql/pull/1469) - QueryUnescape DSN ConnectionAttribute value by [@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) in [https://github.com/go-sql-driver/mysql/pull/1470](https://redirect.github.com/go-sql-driver/mysql/pull/1470) - Add client_ed25519 authentication by [@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) in [https://github.com/go-sql-driver/mysql/pull/1518](https://redirect.github.com/go-sql-driver/mysql/pull/1518) - Reduced allocation on connection.go by [@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) in [https://github.com/go-sql-driver/mysql/pull/1421](https://redirect.github.com/go-sql-driver/mysql/pull/1421) - Avoid panic in TestRowsColumnTypes by [@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) in [https://github.com/go-sql-driver/mysql/pull/1426](https://redirect.github.com/go-sql-driver/mysql/pull/1426) - Add benchmark to receive massive rows. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1415](https://redirect.github.com/go-sql-driver/mysql/pull/1415) - README: Update multistatement by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1431](https://redirect.github.com/go-sql-driver/mysql/pull/1431) - all: replace ioutil pkg to new package by [@&open-telemetry#8203;uji](https://redirect.github.com/uji) in [https://github.com/go-sql-driver/mysql/pull/1438](https://redirect.github.com/go-sql-driver/mysql/pull/1438) - chore: code optimization by [@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) in [https://github.com/go-sql-driver/mysql/pull/1439](https://redirect.github.com/go-sql-driver/mysql/pull/1439) - Reduce map lookup in ColumnTypeDatabaseTypeName. by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1436](https://redirect.github.com/go-sql-driver/mysql/pull/1436) - doc: add link to NewConnector from FormatDSN by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1442](https://redirect.github.com/go-sql-driver/mysql/pull/1442) - Add fuzz test for ParseDSN / FormatDSN roundtrip by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1444](https://redirect.github.com/go-sql-driver/mysql/pull/1444) - TestDSNReformat: add more roundtrip checks by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1443](https://redirect.github.com/go-sql-driver/mysql/pull/1443) - tcp: handle errors returned by SetKeepAlive by [@&open-telemetry#8203;achille-roussel](https://redirect.github.com/achille-roussel) in [https://github.com/go-sql-driver/mysql/pull/1448](https://redirect.github.com/go-sql-driver/mysql/pull/1448) - use staticcheck by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1449](https://redirect.github.com/go-sql-driver/mysql/pull/1449) - Add Daemonxiao to AUTHORS by [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) in [https://github.com/go-sql-driver/mysql/pull/1459](https://redirect.github.com/go-sql-driver/mysql/pull/1459) - Update link about `LOAD DATA LOCAL` in README.md by [@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) in [https://github.com/go-sql-driver/mysql/pull/1468](https://redirect.github.com/go-sql-driver/mysql/pull/1468) - Update README.md by [@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) in [https://github.com/go-sql-driver/mysql/pull/1464](https://redirect.github.com/go-sql-driver/mysql/pull/1464) - add Go 1.21 and MySQL 8.1 to the build matrix by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1472](https://redirect.github.com/go-sql-driver/mysql/pull/1472) - Improve DSN docstsrings by [@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) in [https://github.com/go-sql-driver/mysql/pull/1475](https://redirect.github.com/go-sql-driver/mysql/pull/1475) - Fix [#&open-telemetry#8203;1478](https://redirect.github.com/go-sql-driver/mysql/issues/1478) remove length check by [@&open-telemetry#8203;ShenFeng312](https://redirect.github.com/ShenFeng312) in [https://github.com/go-sql-driver/mysql/pull/1481](https://redirect.github.com/go-sql-driver/mysql/pull/1481) - README: fix markup error by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1480](https://redirect.github.com/go-sql-driver/mysql/pull/1480) - Close connection on ErrPktSync and ErrPktSyncMul by [@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) in [https://github.com/go-sql-driver/mysql/pull/1473](https://redirect.github.com/go-sql-driver/mysql/pull/1473) - Spelling, grammar, and link fixes by [@&open-telemetry#8203;scop](https://redirect.github.com/scop) in [https://github.com/go-sql-driver/mysql/pull/1485](https://redirect.github.com/go-sql-driver/mysql/pull/1485) - Make use of strings.Cut by [@&open-telemetry#8203;scop](https://redirect.github.com/scop) in [https://github.com/go-sql-driver/mysql/pull/1486](https://redirect.github.com/go-sql-driver/mysql/pull/1486) - move stale connection check to ResetSession() by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1496](https://redirect.github.com/go-sql-driver/mysql/pull/1496) - fix race condition of TestConcurrent by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1490](https://redirect.github.com/go-sql-driver/mysql/pull/1490) - mark fail, mustExec and mustQuery as test helpers by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1488](https://redirect.github.com/go-sql-driver/mysql/pull/1488) - Remove obsolete fuzz.go [#&open-telemetry#8203;1445](https://redirect.github.com/go-sql-driver/mysql/issues/1445) by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1498](https://redirect.github.com/go-sql-driver/mysql/pull/1498) - testing: expose testing.TB in DBTest instead of full \*testing.T by [@&open-telemetry#8203;dolmen](https://redirect.github.com/dolmen) in [https://github.com/go-sql-driver/mysql/pull/1500](https://redirect.github.com/go-sql-driver/mysql/pull/1500) - symbol removed from installation command by [@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994) in [https://github.com/go-sql-driver/mysql/pull/1510](https://redirect.github.com/go-sql-driver/mysql/pull/1510) - fix issue 1361 by [@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221) in [https://github.com/go-sql-driver/mysql/pull/1462](https://redirect.github.com/go-sql-driver/mysql/pull/1462) - fix fragile test by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1522](https://redirect.github.com/go-sql-driver/mysql/pull/1522) - Fix sql.RawBytes corruption issue by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1523](https://redirect.github.com/go-sql-driver/mysql/pull/1523) - fix for enum and set field type to column type identifying by [@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) in [https://github.com/go-sql-driver/mysql/pull/1520](https://redirect.github.com/go-sql-driver/mysql/pull/1520) - Parallelize test by [@&open-telemetry#8203;shogo82148](https://redirect.github.com/shogo82148) in [https://github.com/go-sql-driver/mysql/pull/1525](https://redirect.github.com/go-sql-driver/mysql/pull/1525) - Fix unsigned int overflow by [@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) in [https://github.com/go-sql-driver/mysql/pull/1530](https://redirect.github.com/go-sql-driver/mysql/pull/1530) - Introduce `timeTruncate` parameter for `time.Time` arguments by [@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) in [https://github.com/go-sql-driver/mysql/pull/1541](https://redirect.github.com/go-sql-driver/mysql/pull/1541) - add TiDB support in README.md by [@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) in [https://github.com/go-sql-driver/mysql/pull/1333](https://redirect.github.com/go-sql-driver/mysql/pull/1333) - Update workflows by [@&open-telemetry#8203;methane](https://redirect.github.com/methane) in [https://github.com/go-sql-driver/mysql/pull/1547](https://redirect.github.com/go-sql-driver/mysql/pull/1547) #### New Contributors - [@&open-telemetry#8203;EPuncker](https://redirect.github.com/EPuncker) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1421](https://redirect.github.com/go-sql-driver/mysql/pull/1421) - [@&open-telemetry#8203;jypelle](https://redirect.github.com/jypelle) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1422](https://redirect.github.com/go-sql-driver/mysql/pull/1422) - [@&open-telemetry#8203;frozenbonito](https://redirect.github.com/frozenbonito) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1408](https://redirect.github.com/go-sql-driver/mysql/pull/1408) - [@&open-telemetry#8203;wayyoungboy](https://redirect.github.com/wayyoungboy) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1426](https://redirect.github.com/go-sql-driver/mysql/pull/1426) - [@&open-telemetry#8203;evanelias](https://redirect.github.com/evanelias) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1428](https://redirect.github.com/go-sql-driver/mysql/pull/1428) - [@&open-telemetry#8203;Daemonxiao](https://redirect.github.com/Daemonxiao) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1389](https://redirect.github.com/go-sql-driver/mysql/pull/1389) - [@&open-telemetry#8203;uji](https://redirect.github.com/uji) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1438](https://redirect.github.com/go-sql-driver/mysql/pull/1438) - [@&open-telemetry#8203;testwill](https://redirect.github.com/testwill) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1439](https://redirect.github.com/go-sql-driver/mysql/pull/1439) - [@&open-telemetry#8203;i7a7467](https://redirect.github.com/i7a7467) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1468](https://redirect.github.com/go-sql-driver/mysql/pull/1468) - [@&open-telemetry#8203;Netzer7](https://redirect.github.com/Netzer7) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1464](https://redirect.github.com/go-sql-driver/mysql/pull/1464) - [@&open-telemetry#8203;golddranks](https://redirect.github.com/golddranks) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1475](https://redirect.github.com/go-sql-driver/mysql/pull/1475) - [@&open-telemetry#8203;ShenFeng312](https://redirect.github.com/ShenFeng312) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1481](https://redirect.github.com/go-sql-driver/mysql/pull/1481) - [@&open-telemetry#8203;owbone](https://redirect.github.com/owbone) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1473](https://redirect.github.com/go-sql-driver/mysql/pull/1473) - [@&open-telemetry#8203;scop](https://redirect.github.com/scop) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1485](https://redirect.github.com/go-sql-driver/mysql/pull/1485) - [@&open-telemetry#8203;panvalkar1994](https://redirect.github.com/panvalkar1994) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1510](https://redirect.github.com/go-sql-driver/mysql/pull/1510) - [@&open-telemetry#8203;zhangyangyu](https://redirect.github.com/zhangyangyu) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1470](https://redirect.github.com/go-sql-driver/mysql/pull/1470) - [@&open-telemetry#8203;keeplearning20221](https://redirect.github.com/keeplearning20221) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1462](https://redirect.github.com/go-sql-driver/mysql/pull/1462) - [@&open-telemetry#8203;oblitorum](https://redirect.github.com/oblitorum) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1506](https://redirect.github.com/go-sql-driver/mysql/pull/1506) - [@&open-telemetry#8203;Gusted](https://redirect.github.com/Gusted) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1518](https://redirect.github.com/go-sql-driver/mysql/pull/1518) - [@&open-telemetry#8203;jennifersp](https://redirect.github.com/jennifersp) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1520](https://redirect.github.com/go-sql-driver/mysql/pull/1520) - [@&open-telemetry#8203;shiyuhang0](https://redirect.github.com/shiyuhang0) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1530](https://redirect.github.com/go-sql-driver/mysql/pull/1530) - [@&open-telemetry#8203;PauliusLozys](https://redirect.github.com/PauliusLozys) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1541](https://redirect.github.com/go-sql-driver/mysql/pull/1541) - [@&open-telemetry#8203;crazycs520](https://redirect.github.com/crazycs520) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1333](https://redirect.github.com/go-sql-driver/mysql/pull/1333) - [@&open-telemetry#8203;ItalyPaleAle](https://redirect.github.com/ItalyPaleAle) made their first contribution in [https://github.com/go-sql-driver/mysql/pull/1469](https://redirect.github.com/go-sql-driver/mysql/pull/1469) **Full Changelog**: go-sql-driver/mysql@v1.7.1...v1.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.1
->v1.8.1
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.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
SET NAMES charset COLLATE collation
. by @methane in https://github.com/go-sql-driver/mysql/pull/1437Other changes
Adding DeregisterDialContext to prevent memory leaks with dialers we don't need anymore by @jypelle in https://github.com/go-sql-driver/mysql/pull/1422
Make logger configurable per connection by @frozenbonito in https://github.com/go-sql-driver/mysql/pull/1408
Fix ColumnType.DatabaseTypeName for mediumint unsigned by @evanelias in https://github.com/go-sql-driver/mysql/pull/1428
Add connection attributes by @Daemonxiao in https://github.com/go-sql-driver/mysql/pull/1389
Stop
ColumnTypeScanType()
from returningsql.RawBytes
by @methane in https://github.com/go-sql-driver/mysql/pull/1424Exec() now provides access to status of multiple statements. by @mherr-google in https://github.com/go-sql-driver/mysql/pull/1309
Allow to change (or disable) the default driver name for registration by @dolmen in https://github.com/go-sql-driver/mysql/pull/1499
Add default connection attribute '_server_host' by @oblitorum in https://github.com/go-sql-driver/mysql/pull/1506
Make TimeTruncate functional option by @methane in https://github.com/go-sql-driver/mysql/pull/1552
Add BeforeConnect callback to configuration object by @ItalyPaleAle in https://github.com/go-sql-driver/mysql/pull/1469
QueryUnescape DSN ConnectionAttribute value by @zhangyangyu in https://github.com/go-sql-driver/mysql/pull/1470
Add client_ed25519 authentication by @Gusted in https://github.com/go-sql-driver/mysql/pull/1518
Reduced allocation on connection.go by @EPuncker in https://github.com/go-sql-driver/mysql/pull/1421
Avoid panic in TestRowsColumnTypes by @wayyoungboy in https://github.com/go-sql-driver/mysql/pull/1426
Add benchmark to receive massive rows. by @methane in https://github.com/go-sql-driver/mysql/pull/1415
README: Update multistatement by @methane in https://github.com/go-sql-driver/mysql/pull/1431
all: replace ioutil pkg to new package by @uji in https://github.com/go-sql-driver/mysql/pull/1438
chore: code optimization by @testwill in https://github.com/go-sql-driver/mysql/pull/1439
Reduce map lookup in ColumnTypeDatabaseTypeName. by @methane in https://github.com/go-sql-driver/mysql/pull/1436
doc: add link to NewConnector from FormatDSN by @dolmen in https://github.com/go-sql-driver/mysql/pull/1442
Add fuzz test for ParseDSN / FormatDSN roundtrip by @dolmen in https://github.com/go-sql-driver/mysql/pull/1444
TestDSNReformat: add more roundtrip checks by @dolmen in https://github.com/go-sql-driver/mysql/pull/1443
tcp: handle errors returned by SetKeepAlive by @achille-roussel in https://github.com/go-sql-driver/mysql/pull/1448
use staticcheck by @methane in https://github.com/go-sql-driver/mysql/pull/1449
Add Daemonxiao to AUTHORS by @Daemonxiao in https://github.com/go-sql-driver/mysql/pull/1459
Update link about
LOAD DATA LOCAL
in README.md by @i7a7467 in https://github.com/go-sql-driver/mysql/pull/1468Update README.md by @Netzer7 in https://github.com/go-sql-driver/mysql/pull/1464
add Go 1.21 and MySQL 8.1 to the build matrix by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1472
Improve DSN docstsrings by @golddranks in https://github.com/go-sql-driver/mysql/pull/1475
Fix #1478 remove length check by @ShenFeng312 in https://github.com/go-sql-driver/mysql/pull/1481
README: fix markup error by @methane in https://github.com/go-sql-driver/mysql/pull/1480
Close connection on ErrPktSync and ErrPktSyncMul by @owbone in https://github.com/go-sql-driver/mysql/pull/1473
Spelling, grammar, and link fixes by @scop in https://github.com/go-sql-driver/mysql/pull/1485
Make use of strings.Cut by @scop in https://github.com/go-sql-driver/mysql/pull/1486
move stale connection check to ResetSession() by @methane in https://github.com/go-sql-driver/mysql/pull/1496
fix race condition of TestConcurrent by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1490
mark fail, mustExec and mustQuery as test helpers by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1488
Remove obsolete fuzz.go #1445 by @dolmen in https://github.com/go-sql-driver/mysql/pull/1498
testing: expose testing.TB in DBTest instead of full *testing.T by @dolmen in https://github.com/go-sql-driver/mysql/pull/1500
symbol removed from installation command by @panvalkar1994 in https://github.com/go-sql-driver/mysql/pull/1510
fix issue 1361 by @keeplearning20221 in https://github.com/go-sql-driver/mysql/pull/1462
fix fragile test by @methane in https://github.com/go-sql-driver/mysql/pull/1522
Fix sql.RawBytes corruption issue by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1523
fix for enum and set field type to column type identifying by @jennifersp in https://github.com/go-sql-driver/mysql/pull/1520
Parallelize test by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1525
Fix unsigned int overflow by @shiyuhang0 in https://github.com/go-sql-driver/mysql/pull/1530
Introduce
timeTruncate
parameter fortime.Time
arguments by @PauliusLozys in https://github.com/go-sql-driver/mysql/pull/1541add TiDB support in README.md by @crazycs520 in https://github.com/go-sql-driver/mysql/pull/1333
Update workflows by @methane in https://github.com/go-sql-driver/mysql/pull/1547
New Contributors
Full Changelog: go-sql-driver/mysql@v1.7.1...v1.8.0
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.