Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps github.com/go-mysql-org/go-mysql from 1.3.0 to 1.5.0.

Changelog

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

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)
  • Added constants for COM_SET_OPTION. #670 (skoef)
  • Implemented ExecuteMultiple. #668 (skoef)
  • Add MysqlGTIDSet.Add() and Minus() methods. #667 (ostinru)
  • Enabled ineffassign in golangci. #666 (skoef)
  • Enabled gosimple in golangci. #665 (skoef)
  • Add MysqlGTIDSet.Add() and Minus() methods. #662 (ostinru)
  • Store json as string in rows events. #658 (D3Hunter)
  • Set slave_uuid and replica_uuid. #656 (lance6716)
  • Fix malformed packet and a panic. #655 (lance6716)
  • Fix fetchIndexesViaSqlDB/NewTableFromSqlDB for MySQL 8.0. #527 (RobinGeuze)

Tag v1.4.0 (2021-12-15)

  • Fix that forget to readOK after writing. #652 (lance6716)
  • Packet: memory optimization for reading network packet. #651 (zr-hebo)
  • Add test for Conn.ExecuteSelectStreaming. #649 (atercattus)
  • Fix(server):java jdbc connect "Access denied for user 'root'@'127.0.0.1:3306' (using password: Yes). #646 (pretty66)
  • Reuse BytesBuffer in BinlogParser. #644 (D3Hunter)
  • Add ConnectWithDialer. #643 (bakins)
  • Read auth_data_len from InitialHandshake packet instead of hard code. #640 (guoyuanchao1202)
  • Fix: return error if error in packet. #637 (btoonk)
  • Fix ast.TruncateTableStmt node name assignment. #630 (daledude)
  • Support insert argument type json.RawMessage. #627 (domyway)
  • Adds parsing of IntVarEvents. #624 (IvoGoman)
  • Allow to set certain client-side capabilities. #616 (skoef)
  • Add GTID-based replication to example. #615 (lance6716)
  • Support MYSQL_TYPE_JSON. #614 (domyway)
  • Adds documentation for row-based replication flags. #611 (IvoGoman)
  • Add scheme/Index NoneUnique. #610 (afocus)
  • Hidden mysql password in log. #608 (elonzh)
  • Fix error when trying to check binlog settings. #602 (cr1sp1n)
  • Use constant and add comment for magic number 9. #599 (lance6716)
  • Extended ExecuteSelectStreaming. #596 (skoef)
  • Fixed access denied error messages. #595 (skoef)
  • Replaced all %lu, %ld and %u to %d for correct formatting of errors. #594 (skoef)
  • Connection status flag manipulation. #593 (skoef)
  • Return EOF response on COM_SET_OPTION commands. #590 (skoef)
  • Improved access denied error messages. #589 (skoef)
  • Expose capability and charset of connections to server. #588 (skoef)

... (truncated)

Commits
  • 5a98cc1 new tag v1.5.0
  • 6cdf450 Merge pull request #690 from martinhrvn/uuid
  • 4b20384 Fixing lint
  • 2866d47 Replace github.com/satori/go.uuid with github.com/google/uuid
  • dc7d081 Merge pull request #688 from yrbb/fix/dumpregexp
  • 9a02ac1 fix dump gtid regexp
  • 73ce4d0 Merge pull request #686 from moredure/master
  • e849204 Utilize byteSlice as a part of struct to avoid allocations
  • e7478b1 Merge pull request #685 from moredure/patch-4
  • 696b2fe Merge branch 'master' into patch-4
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/go-mysql-org/go-mysql](https://github.com/go-mysql-org/go-mysql) from 1.3.0 to 1.5.0.
- [Changelog](https://github.com/go-mysql-org/go-mysql/blob/master/CHANGELOG.md)
- [Commits](go-mysql-org/go-mysql@v1.3.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
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