Skip to content

Releases: newrelic/nri-mysql

v1.8.2

13 Oct 09:27
885c5f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

30 Jun 14:35
46a3b78
Compare
Choose a tag to compare

Added

Added support for more distributions:

  • RHEL(EL) 9
  • Ubuntu 22.04

v1.8.0

08 Mar 14:11
7cb96ef
Compare
Choose a tag to compare

What's Changed

  • Log example file is now present in Linux installers @lchapman4 in #97

Full Changelog: v1.7.1...v1.8.0

v1.7.1

20 Oct 12:06
267847f
Compare
Choose a tag to compare

Added

Added support for more distributions:

  • Debian 11
  • Ubuntu 20.10
  • Ubuntu 21.04
  • SUSE 12.15
  • SUSE 15.1
  • SUSE 15.2
  • SUSE 15.3
  • Oracle Linux 7
  • Oracle Linux 8

v1.7.0

27 Aug 13:36
882c2c4
Compare
Choose a tag to compare

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

09 Jun 09:16
c2deafc
Compare
Choose a tag to compare

Changed

  • Add ARM support

v1.6.0

05 May 15:32
47a4aac
Compare
Choose a tag to compare

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

25 Mar 13:23
Compare
Choose a tag to compare

1.5.1 (2021-03-25)

Fixed

  • Fixed a bug that caused rows to not be fully consumed (and therefore a panic) in some rare circumstances (#77).
    

v1.5.0

10 Mar 17:34
1d838f1
Compare
Choose a tag to compare

Added

Added new metrics related to commit and rollback transactions.

Version 1.4.0

22 Nov 10:53
ec9b041
Compare
Choose a tag to compare

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.