-
Notifications
You must be signed in to change notification settings - Fork 258
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 #612
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-go-sql-driver-mysql-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Go API Changes# github.com/cucumber/godog/formatters ## compatible changes FlushFormatter: added # summary Inferred base version: v0.15.0 Suggested version: v0.16.0 |
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
March 26, 2024 17:47
6d8c608
to
e72a90e
Compare
renovate
bot
changed the title
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1
Mar 26, 2024
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
4 times, most recently
from
April 8, 2024 12:53
eca4b86
to
d2c99ab
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
4 times, most recently
from
May 2, 2024 12:52
2599b49
to
2c324a3
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
4 times, most recently
from
May 31, 2024 20:34
e7ff70f
to
68f4eb0
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
July 1, 2024 09:29
68f4eb0
to
32bdeb2
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
July 23, 2024 16:23
32bdeb2
to
b1ba6ae
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
August 9, 2024 15:01
b1ba6ae
to
a2220dc
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
October 6, 2024 01:13
76017ea
to
d620556
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
October 16, 2024 14:42
c112f7d
to
cc87482
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
November 2, 2024 03:11
92deb25
to
d538fb5
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
2 times, most recently
from
November 14, 2024 09:43
822d3f4
to
66262b0
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
December 10, 2024 15:55
66262b0
to
c7f27ed
Compare
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
December 19, 2024 10:13
c7f27ed
to
d696477
Compare
renovate
bot
changed the title
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 - autoclosed
Dec 31, 2024
auto-merge was automatically disabled
December 31, 2024 03:09
Pull request was closed
renovate
bot
changed the title
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1 - autoclosed
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.1
Dec 31, 2024
renovate
bot
force-pushed
the
renovate/github.com-go-sql-driver-mysql-1.x
branch
from
December 31, 2024 07:33
ffd7adc
to
d696477
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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
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 - 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.
This PR was generated by Mend Renovate. View the repository job log.