Skip to content

Releases: newrelic/nri-mysql

v1.9.0

05 Jun 10:34
48b7a57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.9.0

v1.8.2

13 Oct 09:27
885c5f0

Choose a tag to compare

What's Changed

New Contributors

  • @davidgit made their first contribution in #103
  • @kang-makes made their first contribution in #105

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

v1.8.1

30 Jun 14:35
46a3b78

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

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

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

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

Choose a tag to compare

Changed

  • Add ARM support

v1.6.0

05 May 15:32
47a4aac

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

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

Choose a tag to compare

Added

Added new metrics related to commit and rollback transactions.