Releases: ThoronicLLC/collector
Releases · ThoronicLLC/collector
v0.8.0
Bug Fixes
- updated docker to use Go 1.21 (3312e90)
Features
v0.7.1
Bug Fixes
- fixed parsing kafka input message headers when non JSON types (#59) (3d797e8)
v0.7.0
Features
- added support for extracting kafka headers and inserting into message (#57) (2b6d590)
v0.6.0
Features
- added optional gzip compression to s3 output (#55) (4afd84a)
v0.5.0
Features
- added kafka input and output plugins (#54) (e14403f)
v0.4.1
Bug Fixes
- refactor tmp_writer to not open files until data is being written (#51) (1228c79)
v0.4.0
Features
- processor: added key-value and CEF processor (#49) (9bbce68)
- processor: added syslog message processor (#48) (807e2cc)
v0.3.1
Bug Fixes
- correctly flush sqs input results when closed (#45) (7184a73)
- input: correctly flush data when pubsub input is closed (#42) (6374665)
v0.3.0
Bug Fixes
- prevent junk directories existing in release zip (#37) (6b0d835)
Features