- Init Resultset in Result when handling ddl statement. #578 (romberli)
- Add pool for client connections. #584 (atercattus)
- Prevent panic on malformed auth data. #557 (timvaillancourt)
- Fix a rare bug in Conn.readResultStreaming. #573 (atercattus)
- Fix tag. #575 (atercattus)
- Update dependency. #576 (Ehco1996)
- Fix canal test in readme. #516 (gaojijun)
- UUID clone. #522 (lance6716)
- Sort mariadb gtid set. #545 (zeminzhou)
- Mysql: use numeric comparison for binlog filename. #547 (lance6716)
- Fix MySQL spell. #549 (igoso)
- Update README.md and CHANGELOG.md. #564 (atercattus)
- Update method now may receive strings with GTID sets. #569 (mialinx)
- Change module name from siddontang/go-mysql to go-mysql-org/go-mysql. #571 (lance6716)
- Fix a bug that not cloned to original memory. #572 (lance6716)
- Update README.md for a new tag. #574 (atercattus)
- Restructured dump/ tests. #563 (atercattus)
- Replace magic numbers in canal/canal_test.go by constants. #562 (atercattus)
- Fix parsing GTIDs from mysqlpdump. #561 (dobegor)
- Streaming of SELECT responses.
client/Conn.ExecuteSelectStreaming()
added. #560 (atercattus) - Migation from travis.ci to github actions. #559 (atercattus)
- Output sorted mysql gtid. #500 (zr-hebo)
- Add skipped columns information. #505 (laskoviymishka)
- Feat: support disable retry sync for canal. #507 (everpcpc)
- Update README.md. #511 (TennyZhuang)
- Add function to extend replication options. #508 (wefen)
- Update .travis.yml (go 1.14 and tip). #510 (atercattus)
- Update README.md. #509 (atercattus)
- A lot of memory allocation optimizations. Changed public API for
mysql/Resultset
type. #466 (atercattus)
Add SemVer