go-mysql v1.4.0 Release Notes

Release Date: 2021-12-15 // over 2 years ago
    • ๐Ÿ›  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)