Skip to content

Commit 4dfcc8c

Browse files
committed
New version v1.7.0
1 parent 724bb94 commit 4dfcc8c

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
### Tag v1.7.0 (2023-01-31)
2+
* Replication - just return an error not logging it. [#764](https://github.com/go-mysql-org/go-mysql/pull/764) ([atercattus](https://github.com/atercattus))
3+
* Binlogsyncer: Format config in logs. [#763](https://github.com/go-mysql-org/go-mysql/pull/763) ([dveeden](https://github.com/dveeden))
4+
* Allow to run tests in local environment + fix tests for it. [#762](https://github.com/go-mysql-org/go-mysql/pull/762) ([atercattus](https://github.com/atercattus))
5+
* Mariadb: fix nil currGset for mariadb. [#760](https://github.com/go-mysql-org/go-mysql/pull/760) ([GMHDBJD](https://github.com/GMHDBJD))
6+
* Adding replication protocol support to mysql server implementation. [#759](https://github.com/go-mysql-org/go-mysql/pull/759) ([Fizic](https://github.com/Fizic))
7+
* Upgrade github.com/pingcap/parser to github.com/pingcap/tidb/parser. [#758](https://github.com/go-mysql-org/go-mysql/pull/758) ([axfor](https://github.com/axfor))
8+
* Support "mysql_clear_password" auth plugin. [#757](https://github.com/go-mysql-org/go-mysql/pull/757) ([tirsen](https://github.com/tirsen))
9+
* Handle fake rotate event as real if binlog filename changed. [#753](https://github.com/go-mysql-org/go-mysql/pull/753) ([gaojijun](https://github.com/gaojijun))
10+
* Binlog_syncer: reduce the times of Clone of MySQLGTIDSet to speed up. [#746](https://github.com/go-mysql-org/go-mysql/pull/746) ([GMHDBJD](https://github.com/GMHDBJD))
11+
* Support to check if a column is primary key. [#744](https://github.com/go-mysql-org/go-mysql/pull/744) ([fungaren](https://github.com/fungaren))
12+
* Fix panic when logger or dialer is not set in canal config. [#743](https://github.com/go-mysql-org/go-mysql/pull/743) ([fungaren](https://github.com/fungaren))
13+
* EventHandlerV2 support handle event with replication.EventHeader. [#740](https://github.com/go-mysql-org/go-mysql/pull/740) ([BLAZZ](https://github.com/BLAZZ))
14+
* Speed up gtid process for mysql. [#738](https://github.com/go-mysql-org/go-mysql/pull/738) ([GMHDBJD](https://github.com/GMHDBJD))
15+
* Parser: allow user-defined rows_event decode func. [#737](https://github.com/go-mysql-org/go-mysql/pull/737) ([GMHDBJD](https://github.com/GMHDBJD))
16+
* Code refractoring. [#736](https://github.com/go-mysql-org/go-mysql/pull/736) ([tech-sumit](https://github.com/tech-sumit))
17+
* Make logger require an interface instead of a concrete implementation. [#732](https://github.com/go-mysql-org/go-mysql/pull/732) ([mcuelenaere](https://github.com/mcuelenaere))
18+
* Packet: fix misusing of defer. [#729](https://github.com/go-mysql-org/go-mysql/pull/729) ([shizhx](https://github.com/shizhx))
19+
* Fix: fix client field list. [#726](https://github.com/go-mysql-org/go-mysql/pull/726) ([black-06](https://github.com/black-06))
20+
* Add go1.19 test matrix. [#725](https://github.com/go-mysql-org/go-mysql/pull/725) ([takumin](https://github.com/takumin))
21+
* Removed use of deprecated ioutil. [#724](https://github.com/go-mysql-org/go-mysql/pull/724) ([skoef](https://github.com/skoef))
22+
* Update testify dependency. [#722](https://github.com/go-mysql-org/go-mysql/pull/722) ([lance6716](https://github.com/lance6716))
23+
* Fix: return null values properly in proxy mode. [#721](https://github.com/go-mysql-org/go-mysql/pull/721) ([btoonk](https://github.com/btoonk))
24+
* Added SetTableCache method to set new schema for a table without load…. [#719](https://github.com/go-mysql-org/go-mysql/pull/719) ([sergan99](https://github.com/sergan99))
25+
* Use background context when KILL last connection. [#718](https://github.com/go-mysql-org/go-mysql/pull/718) ([D3Hunter](https://github.com/D3Hunter))
26+
* Fix typo. [#717](https://github.com/go-mysql-org/go-mysql/pull/717) ([psi59](https://github.com/psi59))
27+
* Fix readme example. [#716](https://github.com/go-mysql-org/go-mysql/pull/716) ([trim21](https://github.com/trim21))
28+
* Use net.JoinHostPort to join host and port. [#715](https://github.com/go-mysql-org/go-mysql/pull/715) ([GMHDBJD](https://github.com/GMHDBJD))
29+
* Optim: remove useless return value for mysql.util.RandomBuf. [#708](https://github.com/go-mysql-org/go-mysql/pull/708) ([LPX3F8](https://github.com/LPX3F8))
30+
* Add support for custom dialer in canal and binlog syncer. [#707](https://github.com/go-mysql-org/go-mysql/pull/707) ([viciious](https://github.com/viciious))
31+
* Fix initialization of TLS connections. [#706](https://github.com/go-mysql-org/go-mysql/pull/706) ([viciious](https://github.com/viciious))
32+
* Use existing function for comparing auth data. [#704](https://github.com/go-mysql-org/go-mysql/pull/704) ([skoef](https://github.com/skoef))
33+
134
### Tag v1.6.0 (2022-06-16)
235
* Allow logger override. [#699](https://github.com/go-mysql-org/go-mysql/pull/699) ([cameron-p-m](https://github.com/cameron-p-m))
336
* Improved the server example in README. [#696](https://github.com/go-mysql-org/go-mysql/pull/696) ([skoef](https://github.com/skoef))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication.
99
## How to migrate to this repo
1010
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
1111
```
12-
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.6.0
12+
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.7.0
1313
```
1414

15-
v1.6.0 - is the last tag in repo, feel free to choose what you want.
15+
v1.7.0 - is the last tag in repo, feel free to choose what you want.
1616

1717
## Changelog
1818
This repo uses [Changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)