All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
153 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
December 15, 2021- ๐ 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)
- ๐ Fix a bug that values of time(1),time(3),time(5) will generate 00:00:00. #529 (hamburgerbox)
-
v1.3.0 Changes
- Init Resultset in Result when handling ddl statement. #578 (romberli)
- โ Add pool for client connections. #584 (atercattus)
-
v1.2.1 Changes
- Prevent panic on malformed auth data. #557 (timvaillancourt)
-
v1.2.0 Changes
- ๐ Fix a rare bug in Conn.readResultStreaming. #573 (atercattus)
- ๐ Fix tag. #575 (atercattus)
- โก๏ธ Update dependency. #576 (Ehco1996)
-
v1.1.2 Changes
- ๐ 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)
-
v1.1.1 Changes
- โ 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)
-
v1.1.0 Changes
- โก๏ธ 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)
-
v1.0.0 Changes
โ Add SemVer