Releases: bangunindo/trap2json
Releases · bangunindo/trap2json
v0.8.0
v0.7.1
Bug Fix
- Fixed issue on multiple kafka forwarders
v0.7.0
Breaking Changes
- Dropped support for zabbix 6.x. In theory, zabbix 6.x should still work, but our test cases only covers zabbix 7.x
Improvement
- Updated golang runtime from 1.21 to 1.24
- Updated golang dependencies
New Features
- Add support for zabbix 7.x
v0.6.0
Improvement
- Updated golang dependencies
- Use encoding/json/v2 candidate library for smaller message structure (less memory usage for queued messages)
- Time fields on message is now using native golang type. Now it can be used in json_format for further customizing payload schema
New Features
- New correlate module. Now message can have open/raise time and duration for a specific alarm.
v0.5.0
New Features
- Added HTTP forwarder support
v0.4.8
New Features
- Kafka forwarder now supports TLS, SASL, and batch write
v0.4.7
New Features
- Linux pipe buffer size is also now customizable via
T2J_BUFFERSIZEenv var.
v0.4.6
Bug Fix
- Parser prometheus metrics wasn't initialized, resulting in non-existent counter if no traffic passed through/dropped yet
New Features
- Snmptrapd buffer size can now be set from configuration. It's previously a static value of 64kb
v0.4.4
Bug Fix
- Prometheus counter for forwarder is not incremented
v0.4.2
Improvement
- Updated golang runtime from 1.21.3 to 1.21.5
- Updated golang dependencies