Skip to content

v0.25.0

Compare
Choose a tag to compare
@ncruces ncruces released this 31 Mar 16:09
· 60 commits to main since this release

What's Changed

Breaking changes:

  • changed BindBlob, BindRawText, ResultBlob, ResultRawText in 9f626b2
    • binding/returning a nil slice is no longer the same as BindNull, ResultNull
  • tweaked some database/sql scanning heuristics in #256
    • don't automatically revive RFC 3339 time.Time for TEXT columns
    • revive bool automatically for BOOLEAN columns
    • in both cases, it's best to use ANY with STRICT tables

Performance improvements:

Thanks to @michaellenaghan in #250 and his new benchmark, significant improvements were attained for long running, complex queries, when used in combination with context cancellation.

Full Changelog: v0.24.1...v0.25.0

Artifact attestations