Releases: newrelic/nri-mysql
Releases · newrelic/nri-mysql
Release list
v1.7.1
v1.7.0
Added
-
New parameter for MySQL local socket connection. Local socket connection is secure so MySQL will not complain about non-secure connection when require_secure_transport = ON.
-
Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0
Please notice that old V3 configuration format is deprecated, but still supported.
-
Fix detection of slave running for all mysql versions by @carlossscastro in #89
v1.6.1
v1.6.0
Changed
- Update Go to v1.16.
- Migrate to Go Modules
- Update Infrastracture SDK to v3.6.7.
- Update other dependecies.
- Improve logs
v1.5.1
v1.5.0
Version 1.4.0
Changed
- Renamed the integration executable from nr-mysql to nri-mysql 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.
Version 1.3.0
Version 1.2.0
Version 1.1.5
Fixed
-Issue where the plugin returned metrics when only inventory was requested.