v2.15.0
What's Changed
Enhancements π
- Add context watchdog for batch send cancellation by @jkaflik in #1114
- drop unnecessary bytes to str conversion by @cergxx in #1126
- reflection-free AppendRow for plain arrays by @cergxx in #1130
- Support scan of custom types implementing sql.Scanner into array/tuple columns by @leodido in #1129
Fixes π
- Fix panic on zero/nil value for net.IP for IPv4 and IPv6 types by @jkaflik in #1118
- Fix type match condition using reflection for autogen types by @jkaflik in #1125
Other Changes π
New Contributors
Full Changelog: v2.14.3...v2.15.0