Skip to content
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

Bump github.com/go-mysql-org/go-mysql from 1.6.0 to 1.7.0 #53

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps github.com/go-mysql-org/go-mysql from 1.6.0 to 1.7.0.

Changelog

Sourced from github.com/go-mysql-org/go-mysql's changelog.

Tag v1.7.0 (2023-01-31)

  • Replication - just return an error not logging it. #764 (atercattus)
  • Binlogsyncer: Format config in logs. #763 (dveeden)
  • Allow to run tests in local environment + fix tests for it. #762 (atercattus)
  • Mariadb: fix nil currGset for mariadb. #760 (GMHDBJD)
  • Adding replication protocol support to mysql server implementation. #759 (Fizic)
  • Upgrade github.com/pingcap/parser to github.com/pingcap/tidb/parser. #758 (axfor)
  • Support "mysql_clear_password" auth plugin. #757 (tirsen)
  • Handle fake rotate event as real if binlog filename changed. #753 (gaojijun)
  • Binlog_syncer: reduce the times of Clone of MySQLGTIDSet to speed up. #746 (GMHDBJD)
  • Support to check if a column is primary key. #744 (fungaren)
  • Fix panic when logger or dialer is not set in canal config. #743 (fungaren)
  • EventHandlerV2 support handle event with replication.EventHeader. #740 (BLAZZ)
  • Speed up gtid process for mysql. #738 (GMHDBJD)
  • Parser: allow user-defined rows_event decode func. #737 (GMHDBJD)
  • Code refractoring. #736 (tech-sumit)
  • Make logger require an interface instead of a concrete implementation. #732 (mcuelenaere)
  • Packet: fix misusing of defer. #729 (shizhx)
  • Fix: fix client field list. #726 (black-06)
  • Add go1.19 test matrix. #725 (takumin)
  • Removed use of deprecated ioutil. #724 (skoef)
  • Update testify dependency. #722 (lance6716)
  • Fix: return null values properly in proxy mode. #721 (btoonk)
  • Added SetTableCache method to set new schema for a table without load…. #719 (sergan99)
  • Use background context when KILL last connection. #718 (D3Hunter)
  • Fix typo. #717 (psi59)
  • Fix readme example. #716 (trim21)
  • Use net.JoinHostPort to join host and port. #715 (GMHDBJD)
  • Optim: remove useless return value for mysql.util.RandomBuf. #708 (LPX3F8)
  • Add support for custom dialer in canal and binlog syncer. #707 (viciious)
  • Fix initialization of TLS connections. #706 (viciious)
  • Use existing function for comparing auth data. #704 (skoef)
Commits
  • 4dfcc8c New version v1.7.0
  • 724bb94 BinlogSyncer: Improve logging of config
  • a139a3f replication - just return an error not logging it
  • c4a17aa Merge pull request #762 from go-mysql-org/atercattus/allow-to-run-tests-in-lo...
  • bb0e767 Merge branch 'master' into atercattus/allow-to-run-tests-in-local-docker
  • 3dc80ac Merge pull request #759 from Fizic/master
  • 60d5d2f Merge branch 'master' into master
  • 9e7980a Allow to run tests in local environment (inside docker) + fix tests for it
  • 5f660c9 fix: parsing response
  • 960c01a fix: external default in case, imports
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Bumps [github.com/go-mysql-org/go-mysql](https://github.com/go-mysql-org/go-mysql) from 1.6.0 to 1.7.0.
- [Changelog](https://github.com/go-mysql-org/go-mysql/blob/master/CHANGELOG.md)
- [Commits](go-mysql-org/go-mysql@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/go-mysql-org/go-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/go-mysql-org/go-mysql-1.7.0 branch from 1456585 to 8d966e3 Compare December 5, 2023 14:01
@Fizic Fizic merged commit 3de4375 into master Dec 5, 2023
47 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-mysql-org/go-mysql-1.7.0 branch December 5, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant