Skip to content

v2.15.0

Compare
Choose a tag to compare
@jkaflik jkaflik released this 26 Oct 14:15
· 167 commits to main since this release
3d3d8b3

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