Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-mysql-org/go-mysql-1.7.0
Open

Bump github.com/go-mysql-org/go-mysql from 1.6.0 to 1.7.0#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-mysql-org/go-mysql-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2023

Copy link
Copy Markdown
Contributor

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 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)

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] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 8, 2023
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.

0 participants