Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 726 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 726 Bytes

Version 0.2.0

  • Added support for receiving GELF format messages by setting enable_gelf: true
  • Fixed issue where (more commonly when getting high volumes of messages) the processMessage goroutine might have it's byte buffer modified before it actually executes with the original payload/message. (Related to original PR #8, credit to vcostet)

Version 0.1.1

  • Added Dockerfile and seperate protologbeat-docker.yml config file to be used by docker image
  • Updated default protologbeat.yml to have bare-minimum config values
  • Added build-bin.sh build script to simplify compiling the binary for the most common platforms