v3.74.0
·
1343 commits
to master
since this release
- Added experimental range functions to the
query.Result
andquery.ResultSet
types, available as for-range loops starting with Go version 1.22. These features can be enabled by setting the environment variableGOEXPERIMENT=rangefunc
. - Added public types for
tx.Option
,options.DoOption
andoptions.DoTxOption
Full Changelog: v3.73.1...v3.74.0