From 09b720db746b2eb80b80c93073b2170ead243b53 Mon Sep 17 00:00:00 2001 From: lance6716 Date: Wed, 20 Nov 2024 10:27:59 +0800 Subject: [PATCH 1/3] prepare a release Signed-off-by: lance6716 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da48ab31..5a4b80e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Tag v1.10.0 WIP + ### Tag v1.9.1 (2024-09-12) * Fix can't connect to MySQL 8.0 with long password. [#914](https://github.com/go-mysql-org/go-mysql/pull/914) ([lance6716](https://github.com/lance6716)) * Fix actual master and add -race in CI. [#907](https://github.com/go-mysql-org/go-mysql/pull/907) ([atercattus](https://github.com/atercattus)) diff --git a/README.md b/README.md index 7790c88b2..88b4c10dd 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication. ## How to migrate to this repo To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`: ``` -replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.9.0 +replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.10.0 ``` -v1.9.0 - is the last tag in repo, feel free to choose what you want. +v1.10.0 - is the last tag in repo, feel free to choose what you want. ## Changelog This repo uses [Changelog](CHANGELOG.md). From 5f4f3ee2e5f6bf818b2a6fae29d3fcff02346579 Mon Sep 17 00:00:00 2001 From: lance6716 Date: Wed, 20 Nov 2024 15:06:38 +0800 Subject: [PATCH 2/3] --wip-- [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4b80e8e..7494d99c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ ## Tag v1.10.0 WIP +* replication,cmd: improve flavor handling (#946) ([dveeden](https://github.com/dveeden)) +* Upgrade github.com/pingcap/tidb/pkg/parser. (#948) ([Tang8330](https://github.com/Tang8330)) +* replication: Add GTID_TAGGED_LOG_EVENT (#947) ([dveeden](https://github.com/dveeden)) +* canal: support ipv6 address (#943) ([sinomoe](https://github.com/sinomoe)) +* Remove failover (#931) ([dveeden](https://github.com/dveeden)) +* dump: use mariadb-dump when available (#942) ([dveeden](https://github.com/dveeden)) +* go-mysqlbinlog: set to retry only 10 times (#945) ([dveeden](https://github.com/dveeden)) +* go-mysqldump: Add option to skip binlog position (#941) ([dveeden](https://github.com/dveeden)) +* server: Improve example (#936) ([dveeden](https://github.com/dveeden)) +* dump: use --source-data based on version (#933) ([dveeden](https://github.com/dveeden)) +* replication: Log info about server (#935) ([dveeden](https://github.com/dveeden)) +* replication: fix uuid typo (#934) ([dveeden](https://github.com/dveeden)) +* dump: Support newer mysqldump versions (#932) ([dveeden](https://github.com/dveeden)) +* replication: Make ServerVersion a proper string (#930) ([dveeden](https://github.com/dveeden)) +* Makefile: allow for gotip (#928) ([dveeden](https://github.com/dveeden)) +* client: Fix timeout reset during TLS handshake (#925) ([willdonnelly](https://github.com/willdonnelly)) +* Ensure ACKs are sent after backup (#921) ([dt8269](https://github.com/dt8269)) ### Tag v1.9.1 (2024-09-12) * Fix can't connect to MySQL 8.0 with long password. [#914](https://github.com/go-mysql-org/go-mysql/pull/914) ([lance6716](https://github.com/lance6716)) From 84270171abb82d5b551b82e5a15234b121893f81 Mon Sep 17 00:00:00 2001 From: lance6716 Date: Wed, 20 Nov 2024 15:08:15 +0800 Subject: [PATCH 3/3] done Signed-off-by: lance6716 --- CHANGELOG.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7494d99c6..cdcc8d051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,21 @@ -## Tag v1.10.0 WIP -* replication,cmd: improve flavor handling (#946) ([dveeden](https://github.com/dveeden)) -* Upgrade github.com/pingcap/tidb/pkg/parser. (#948) ([Tang8330](https://github.com/Tang8330)) -* replication: Add GTID_TAGGED_LOG_EVENT (#947) ([dveeden](https://github.com/dveeden)) -* canal: support ipv6 address (#943) ([sinomoe](https://github.com/sinomoe)) -* Remove failover (#931) ([dveeden](https://github.com/dveeden)) -* dump: use mariadb-dump when available (#942) ([dveeden](https://github.com/dveeden)) -* go-mysqlbinlog: set to retry only 10 times (#945) ([dveeden](https://github.com/dveeden)) -* go-mysqldump: Add option to skip binlog position (#941) ([dveeden](https://github.com/dveeden)) -* server: Improve example (#936) ([dveeden](https://github.com/dveeden)) -* dump: use --source-data based on version (#933) ([dveeden](https://github.com/dveeden)) -* replication: Log info about server (#935) ([dveeden](https://github.com/dveeden)) -* replication: fix uuid typo (#934) ([dveeden](https://github.com/dveeden)) -* dump: Support newer mysqldump versions (#932) ([dveeden](https://github.com/dveeden)) -* replication: Make ServerVersion a proper string (#930) ([dveeden](https://github.com/dveeden)) -* Makefile: allow for gotip (#928) ([dveeden](https://github.com/dveeden)) -* client: Fix timeout reset during TLS handshake (#925) ([willdonnelly](https://github.com/willdonnelly)) -* Ensure ACKs are sent after backup (#921) ([dt8269](https://github.com/dt8269)) +## Tag v1.10.0 (2024-11-20) +* replication,cmd: improve flavor handling [#946](https://github.com/go-mysql-org/go-mysql/pull/946) ([dveeden](https://github.com/dveeden)) +* Upgrade github.com/pingcap/tidb/pkg/parser. [#948](https://github.com/go-mysql-org/go-mysql/pull/948) ([Tang8330](https://github.com/Tang8330)) +* replication: Add GTID_TAGGED_LOG_EVENT [#947](https://github.com/go-mysql-org/go-mysql/pull/947) ([dveeden](https://github.com/dveeden)) +* canal: support ipv6 address [#943](https://github.com/go-mysql-org/go-mysql/pull/943) ([sinomoe](https://github.com/sinomoe)) +* Remove failover [#931](https://github.com/go-mysql-org/go-mysql/pull/931) ([dveeden](https://github.com/dveeden)) +* dump: use mariadb-dump when available [#942](https://github.com/go-mysql-org/go-mysql/pull/942) ([dveeden](https://github.com/dveeden)) +* go-mysqlbinlog: set to retry only 10 times [#945](https://github.com/go-mysql-org/go-mysql/pull/945) ([dveeden](https://github.com/dveeden)) +* go-mysqldump: Add option to skip binlog position [#941](https://github.com/go-mysql-org/go-mysql/pull/941) ([dveeden](https://github.com/dveeden)) +* server: Improve example [#936](https://github.com/go-mysql-org/go-mysql/pull/936) ([dveeden](https://github.com/dveeden)) +* dump: use --source-data based on version [#933](https://github.com/go-mysql-org/go-mysql/pull/933) ([dveeden](https://github.com/dveeden)) +* replication: Log info about server [#935](https://github.com/go-mysql-org/go-mysql/pull/935) ([dveeden](https://github.com/dveeden)) +* replication: fix uuid typo [#934](https://github.com/go-mysql-org/go-mysql/pull/934) ([dveeden](https://github.com/dveeden)) +* dump: Support newer mysqldump versions [#932](https://github.com/go-mysql-org/go-mysql/pull/932) ([dveeden](https://github.com/dveeden)) +* replication: Make ServerVersion a proper string [#930](https://github.com/go-mysql-org/go-mysql/pull/930) ([dveeden](https://github.com/dveeden)) +* Makefile: allow for gotip [#928](https://github.com/go-mysql-org/go-mysql/pull/928) ([dveeden](https://github.com/dveeden)) +* client: Fix timeout reset during TLS handshake [#925](https://github.com/go-mysql-org/go-mysql/pull/925) ([willdonnelly](https://github.com/willdonnelly)) +* Ensure ACKs are sent after backup [#921](https://github.com/go-mysql-org/go-mysql/pull/921) ([dt8269](https://github.com/dt8269)) ### Tag v1.9.1 (2024-09-12) * Fix can't connect to MySQL 8.0 with long password. [#914](https://github.com/go-mysql-org/go-mysql/pull/914) ([lance6716](https://github.com/lance6716))