go-mysql v1.6.0 Release Notes
Release Date: 2022-06-16 // almost 3 years ago-
- ๐ Allow logger override. #699 (cameron-p-m)
- ๐ Improved the server example in README. #696 (skoef)
- ๐ Allow TLS connections in the driver. #673 (atomicules)
Previous changes from v1.5.0
-
- Replacing github.com/satori/go.uuid with github.com/google/uuid. #690 (martinhrvn)
- ๐ Fix dump gtid regexp. #688 (yrbb)
- Utilise byteSlice as a part of struct to avoid allocations. #686 (moredure)
- Update bytes_buffer_pool.go. #685 (moredure)
- โ Add go1.18 to the test matrix. #684 (moredure)
- โ Add 1.17 version into the test matrix. #683 (moredure)
- Stop using channel for memory pooling. #682 (moredure)
- ๐ Fix TIME value near zero will become zero. #678 (lance6716)
- ๐ Fixed reading connection attributes on server side. #676 (skoef)
- ๐ Support client connection attributes on the client side. #675 (skoef)
- ๐ Support client connection attributes on the server side. #672 (skoef)
- Added constants for COM_SET_OPTION. #670 (skoef)
- Implemented ExecuteMultiple. #668 (skoef)
- โ Add MysqlGTIDSet.Add() and Minus() methods. #667 (ostinru)
- Enabled ineffassign in golangci. #666 (skoef)
- Enabled gosimple in golangci. #665 (skoef)
- โ Add MysqlGTIDSet.Add() and Minus() methods. #662 (ostinru)
- Store json as string in rows events. #658 (D3Hunter)
- Set slave_uuid and replica_uuid. #656 (lance6716)
- ๐ Fix malformed packet and a panic. #655 (lance6716)
- ๐ Fix fetchIndexesViaSqlDB/NewTableFromSqlDB for MySQL 8.0. #527 (RobinGeuze)