Skip to content

Releases: bangunindo/trap2json

v0.8.0

18 Nov 12:28

Choose a tag to compare

Bug Fix

  • Fixed issue on parsing snmp trap v1 trap subtype #31 (Thanks to @maetthu PR in #32)

Improvement

  • Updated golang runtime from 1.24 to 1.25
  • Updated golang dependencies
  • Use experimental greenteagc

v0.7.1

24 Oct 08:14

Choose a tag to compare

Bug Fix

  • Fixed issue on multiple kafka forwarders

v0.7.0

27 Mar 15:49
0ef66b7

Choose a tag to compare

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

17 Jan 12:27

Choose a tag to compare

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

21 Dec 12:56
8bec46d

Choose a tag to compare

New Features

  • Added HTTP forwarder support

v0.4.8

15 Dec 12:06

Choose a tag to compare

New Features

  • Kafka forwarder now supports TLS, SASL, and batch write

v0.4.7

13 Dec 06:08

Choose a tag to compare

New Features

  • Linux pipe buffer size is also now customizable via T2J_BUFFERSIZE env var.

v0.4.6

12 Dec 13:15

Choose a tag to compare

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

12 Dec 05:13

Choose a tag to compare

Bug Fix

  • Prometheus counter for forwarder is not incremented

v0.4.2

11 Dec 14:24

Choose a tag to compare

Improvement

  • Updated golang runtime from 1.21.3 to 1.21.5
  • Updated golang dependencies