Releases: newrelic/nri-kafka
Releases · newrelic/nri-kafka
v3.4.2
v3.4.2 - 2023-04-05
⛓️ Dependencies
- Updated docker golang image to v1.20
v3.4.1
v3.4.1 - 2023-03-20
🐞 Bug fixes
- Compile the integration statically
v3.4.0
What's Changed
- Fix vulnerability bumping
golang.org/x/net
v0.6.0 --> v0.7.0 - Bump go version to 1.20
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#212)
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Fix vulnerability issue on
github.com/Shopify/sarama
by @marcsanmi in #209 - Bump dependencies and go version to 1.19 by @marcsanmi in #209
New Contributors
- @marcsanmi made their first contribution at #209
Full Changelog: v3.2.3...v3.3.0
v3.2.3
What's Changed
- Bump github.com/xdg-go/scram from 1.1.1 to 1.1.2 by @dependabot in #203
- updated nrjmx version to 2.3.0 by @cristianciutea in #200
- fix(dockerfile): ignoring warning about ownership of directory by @paologallinaharbur in #204
Full Changelog: v3.2.2...v3.2.3
v3.2.2
Fixes
- Fixed a bug caused by the sarama library in some scenarios. It can return a nil assigment and nil error for an unassigned consumer in a topic.
v3.2.1
What's Changed
- fixed dependencies:
- removed golangci and bumped dependencies by @paologallinaharbur in #197
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Changed
- Bump dependencies:
gojmx
v0.0.0-20220801092610-d842b96425bf -> v0.0.0-20220818135048-2c786ece1d31
Fixes
- Fixed a bug that prevented -collect_topic_size and -collect_topic_offset from working as expected
v3.1.0
Changed
- Bump dependencies:
sarama
v1.34.1 -> v1.36.0
gojmx
v0.0.0-20220422131558-879b33f09229 -> v0.0.0-20220801092610-d842b96425bf
sync
v0.0.0-20210220032951-036812b2e83c -> v0.0.0-20220722155255-886fb9371eb4
v3.0.0
This new release adds two new features to monitor inactive consumers. We encourage you to take a look at this new features in here.
⚠️ Breaking changes ⚠️
- CONSUMER_GROUPS flag removed, CONSUMER_GROUP_REGEX should be used instead.
- COLLECT_BROKER_TOPIC_DATA has been removed (It was not having any effect).
- BOOTSTRAP_BROKER_JMX_USER and BOOTSTRAP_BROKER_JMX_PASSWORD are honored taking precedence to DEFAULT_JMX_USER and DEFAULT_JMX_BROKER on Bootsrap discovery.