Releases: newrelic/nri-mysql
Releases · newrelic/nri-mysql
v1.10.2
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
v1.10.1 - 2023-08-07
⛓️ Dependencies
- Updated golang to v1.20.7
v1.10.0
v1.10.0 - 2023-07-24
🚀 Enhancements
- bumped golang version pinning 1.20.6
⛓️ Dependencies
- Updated github.com/sirupsen/logrus to v1.9.3 - Changelog 🔗
v1.9.0
What's Changed
- chore: disable CGO by @sigilioso in #110
- chore: Update Go version to 1.20 by @gsanchezgavier in #119
New Contributors
- @sigilioso made their first contribution in #110
- @renovate made their first contribution in #114
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- update issue templates by @davidgit in #103
- Mysql logging template windows by @kang-makes in #105
- fix msi by @gsanchezgavier in #106
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
v1.8.0
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
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
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
Changed
- Add ARM support