Skip to content

v2.33.0

Latest

Choose a tag to compare

@newrelic-coreint-bot newrelic-coreint-bot released this 16 Jun 11:18

v2.33.0 - 2026-06-16

πŸ›‘οΈ Security notices

  • Updated golang to v1.26.4
  • Replaced goversioninfo with go-winres for Windows exe metadata generation

πŸš€ Enhancements

  • Logged per-query execution duration to help diagnose slow queries during peak load

🐞 Bug fixes

  • Enforced per-query execution timeout via context.WithTimeout so blocked queries are cancelled at the configured TIMEOUT instead of stalling the integration
  • Fixed IsSystemDatabase filtering out queries with NULL database names, which caused MSSQLTopSlowQueries to drop data on servers running cross-database ETL workloads
  • Routed QPM queries through SQLConnection.Queryx so the per-query timeout applies on all query paths