Skip to content

Releases: newrelic/nri-mssql

v2.22.0

21 Oct 09:38

Choose a tag to compare

v2.22.0 - 2025-10-21

πŸš€ Enhancements

  • Removed the query store on/off check in prevalidations and queries in qpm

v2.21.2

17 Oct 14:12
06676cb

Choose a tag to compare

πŸš€ Enhancements

  • Removed the query store on/off check in pre-validations and queries in QPM

v2.21.1

18 Sep 10:14

Choose a tag to compare

v2.21.1 - 2025-09-18

🐞 Bug fixes

  • Fixed memory definition query to use pattern matching for Memory Manager object name to improve compatibility across different SQL Server configurations

v2.21.0

09 Sep 09:37

Choose a tag to compare

v2.21.0 - 2025-09-09

πŸš€ Enhancements

  • Reduced QueryMonitoringResponseTimeThreshold from 500ms to 1ms to improve visibility of Individual query performance data immediately

v2.20.3

26 Aug 09:38

Choose a tag to compare

v2.20.3 - 2025-08-26

⛓️ Dependencies

  • Updated golang patch version to v1.24.6
  • Updated github.com/microsoft/go-mssqldb to v1.9.3 - Changelog πŸ”—

v2.20.2

12 Aug 09:38

Choose a tag to compare

v2.20.2 - 2025-08-12

🐞 Bug fixes

  • Switched to using SYSDATETIME() for correct time comparisons where system date is not set to UTC

v2.20.1

06 Aug 10:10
ddfcc38

Choose a tag to compare

What's Changed

  • fix: io stalls query in #240
  • NR-428950: Added support for Entra ID (AD Service Principal) authentication in #242
  • docs: update changelog.md in #243
  • Converted GETUTCDATETIME() to SYSDATETIME() in #245
  • chore(deps): update golang patch version to v1.24.5 in #244

v2.19.1

01 Jul 09:39

Choose a tag to compare

v2.19.1 - 2025-07-01

🐞 Bug fixes

  • Fixed the query for instance.diskInBytes to support instances with case-sensitive collation

⛓️ Dependencies

  • Updated github.com/microsoft/go-mssqldb to v1.9.2 - Changelog πŸ”—
  • Updated golang version to v1.24.4

v2.19.0

24 Jun 09:39

Choose a tag to compare

v2.19.0 - 2025-06-24

πŸš€ Enhancements

  • Add support for monitoring Azure SQL Database
  • Add support for monitoring Azure SQL Managed Instance

v2.18.2

03 Jun 09:38

Choose a tag to compare

v2.18.2 - 2025-06-03

⛓️ Dependencies