Skip to content

Releases: newrelic/nri-redis

v1.11.1

07 Aug 09:33
Compare
Choose a tag to compare

v1.11.1 - 2023-08-07

⛓️ Dependencies

  • Updated golang to v1.20.7

v1.11.0

18 Jul 11:11
Compare
Choose a tag to compare

v1.11.0 - 2023-07-17

🚀 Enhancements

bumped golang version pinning 1.20.6

v1.10.0

05 Jun 08:50
e1508da
Compare
Choose a tag to compare
chore: Update Go version to 1.20 (#150)

v1.9.1

05 Jul 08:07
155d973
Compare
Choose a tag to compare

Changed

Updated several dependencies

Added

Added support for more distributions:

  • RHEL(EL) 9
  • Ubuntu 22.04

Full Changelog: v1.9.0...v1.9.1

v1.9.0

09 Mar 09:52
2655719
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.8.2

20 Oct 11:12
6a0715c
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.8.1

27 Aug 11:18
d3e3573
Compare
Choose a tag to compare

Fixed

Added unit notation to the default interval in the config sample.

Added missing config parameters in the config sample.

v1.8.0

27 Aug 08:14
671a9d6
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

Changed

Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0 newrelic/nri-nginx#83
Please notice that old V3 configuration format is deprecated, but still supported.

v1.7.1

06 Aug 08:42
535182d
Compare
Choose a tag to compare

A stricter validation of args was introduced without noticing that use_unix_socket was false in defaults, but true in the sample config.

There are users having use_unix_socket=true and then connecting with hostname and port, or use_unix_socket=false and then connecting with the unix socket.

Arg use_unix_socket is not used to define how to connect, but merely the entity name.:

Adds the UnixSocketPath value to the entity. If you are monitoring more than one Redis instance on the same host using Unix sockets, then you should set it to true.

v1.7.0

04 Aug 14:12
bbd1388
Compare
Choose a tag to compare

Feat: