Skip to content

Releases: newrelic/nri-mysql

v1.10.2

30 Oct 05:33
Compare
Choose a tag to compare

v1.10.2 - 2023-10-30

⛓️ Dependencies

  • Updated github.com/bitly/go-simplejson to v0.5.1 - Changelog 🔗
  • Updated golang version to 1.21

v1.10.1

07 Aug 05:33
Compare
Choose a tag to compare

v1.10.1 - 2023-08-07

⛓️ Dependencies

  • Updated golang to v1.20.7

v1.10.0

24 Jul 05:33
Compare
Choose a tag to compare

v1.10.0 - 2023-07-24

🚀 Enhancements

  • bumped golang version pinning 1.20.6

⛓️ Dependencies

v1.9.0

05 Jun 10:34
48b7a57
Compare
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
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