Skip to content

Latest commit

 

History

History
144 lines (84 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

144 lines (84 loc) · 3.86 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

Changed

Fixed

Removed

[0.13.0]

Added

  • Added exit-on-unmatched-rule flag: #63
  • Added sequences to the http server: #64

Changed

Fixed

Removed

[0.12.0]

Added

  • Added support for azure eventhub output: #58

[0.11.0]

Added

  • Added ability to specify disallowed parameters: #59

[0.10.0]

Added

  • Added content type support to GCS output: #51

[0.9.1]

Changed

  • Modified azureblobstorage output to use correct content type header: #50

[0.9.0]

Added

  • Add GCS output support: #46
  • Added support for azure blob storage output: #46

Added

  • Add lumberjack output support: #41

Changed

  • Update build to use Go 1.19. #40

Added

  • Add kafka output support: #33
  • Update build to use Go 1.17.8, and update versions of runc and image-spec Go modules to fix dependabot #34

Fixed

  • Only message sent via TCP and TLS are framed using newlines. UDP messages will no longer contain a trailing newline. #31

Fixed

  • Fixed libdbus shared object error in Dockerfile. #30

Added

  • Added file template helper function. #25
  • Added regular expression-based body matching #26

Fixed

  • Ensure basic auth and body are only tested if explicitly set. #28
  • Added option to set up custom buffer size for the log reader. #22
  • Added support for glob patterns. #22
  • Convert http-server output into a mock HTTP server.#23
  • Added HTTP Server output. #19
  • Added --rate-limit flag to control rate (in bytes/sec) of UDP streaming. #12
  • Added gcppubsub output option. #13
  • Added --insecure to disable TLS verification for the TLS and webhook outputs.

Added

  • Added webhook output option.
  • Added the ability to set all flags via environment variable.

Added

  • Added pcap and log file inputs.
  • Added udp, tcp, and tls outputs.