Summary
A few minor bug fixes in this release, namely resolving #2172 which could cause traced tasks in statements to be erroneously cancelled and resolving a data race in our net/http contribution.
Fixes
- contrib/database/sql: use correct context for trace tasks in statements by @ajgajg1134 in #2202
- contrib/net/http: Copy span options and resource name to avoid data race (#2204) by @ajgajg1134 in #2207
Full Changelog: v1.54.0...v1.54.1