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.4.0 to 1.7.0 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps github.com/go-mysql-org/go-mysql from 1.4.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)

Tag v1.6.0 (2022-06-16)

Tag v1.5.0 (2022-04-30)

  • Replacing github.com/satori/go.uuid with github.com/google/uuid. #690 (martinhrvn)
  • Fix dump gtid regexp. #688 (yrbb)
  • Utilise byteSlice as a part of struct to avoid allocations. #686 (moredure)
  • Update bytes_buffer_pool.go. #685 (moredure)
  • Add go1.18 to the test matrix. #684 (moredure)
  • Add 1.17 version into the test matrix. #683 (moredure)
  • Stop using channel for memory pooling. #682 (moredure)
  • Fix TIME value near zero will become zero. #678 (lance6716)
  • Fixed reading connection attributes on server side. #676 (skoef)
  • Support client connection attributes on the client side. #675 (skoef)
  • Support client connection attributes on the server side. #672 (skoef)

... (truncated)

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.4.0 to 1.7.0.
- [Release notes](https://github.com/go-mysql-org/go-mysql/releases)
- [Changelog](https://github.com/go-mysql-org/go-mysql/blob/master/CHANGELOG.md)
- [Commits](go-mysql-org/go-mysql@v1.4.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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants