Skip to content

Latest commit

 

History

History
131 lines (100 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

131 lines (100 loc) · 3.17 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.6.1 (2021-06-08)

Changed

  • Support for ARM

2.6.0 (2021-06-05)

Changed

  • Update Go to v1.16.
  • Migrate to Go Modules
  • Update Infrastracture SDK to v3.6.7.
  • Update other dependecies.

2.5.4 (2021-04-06)

Added

  • ExtraConnectionURLArgs argument allowing to specify custom connection strings

2.5.3 (2021-03-23)

Changes

  • Adds arm packages and binaries

2.5.2 (2020-11-16)

Fixed

  • Add connection timeout to connection params to mitigate a zombie request bug in the driver

2.5.1 (2020-07-29)

Fixed

  • MSSQL instances were being reported with only the host name instead of the full instance name

2.5.0 (2020-07-13)

Changed

  • Updated the MSSQL driver
  • Username is no longer required to open up support for Windows auth

2.4.2 (2020-07-13)

Changed

  • Rename bufferPoolHit to bufferPoolHitPercent

2.4.1 (2020-03-12)

Changed

  • Skip system databases that we don't get permissions for by default

2.4.0 (2020-03-05)

Added

  • EnableDatabaseReserveMetrics argument

2.3.1 (2020-02-12)

Fixed

  • Missing vendored dependency

2.3.0 (2020-02-11)

Added

  • Support for custom metrics query file with custom_metrics_config

2.2.1 (2020-01-13)

Fixed

  • Make sample query a valid MSSQL query

2.2.0 (2020-01-13)

Added

  • Support for custom metrics with custom_metrics_query

2.1.0 (2019-11-18)

Changed

  • Renamed the integration executable from nr-mssql to nri-mssql in order to be consistent with the package naming. Important Note: if you have any security module rules (eg. SELinux), alerts or automation that depends on the name of this binary, these will have to be updated.

2.0.7 - 2019-11-11

Changed

  • Add enable_buffer_metrics (default true) option, which allows disabling resource-intensive buffer metrics

2.0.6 - 2019-09-26

Fixed

  • Add instance name fallbacks with COALESCE

2.0.4 - 2019-09-16

Fixed

  • Add NOLOCK hints to avoid deadlocking

2.0.3 - 2019-07-30

Changed

  • Windows build scripts for packaging

2.0.2 - 2019-07-17

Changed

  • Fixed bug causing host to be collected as a database

2.0.0 - 2019-05-06

Changed

  • Updated SDK
  • Made entity keys more unique

1.1.2 - 2019-02-04

Changed

  • Updated Definition file protocol version to 2

1.0.1 - 2018-11-29

Changes

  • Fixed MSI install location

1.0.0 - 2018-11-29

Changes

  • Bumped version for GA release

0.1.5 - 2018-11-15

Added

  • Instance as an attribute to WaitGroup and Instance samples
  • Host as an attribute to all samples

0.1.4 - 2018-11-14

Changed

  • Made sub query for Instance errors more generic

0.1.3 - 2018-11-14

Fixed

  • Issue where if no rows were returned for an instance query then a panic would occur

0.1.2 - 2018-11-08

Changed

  • If both port and instance are not specified will default to port 1433

0.1.1 - 2018-10-18

Removed

  • Comment from definition file

0.1.0 - 2018-09-20

Added

  • Initial version: Includes Metrics and Inventory data