Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 12:08
· 28 commits to main since this release

Added

  • Multiple Kafka output drivers that connect to the same Kafka cluster can use a single Kafka client (#155)

Changed

  • Files output drivers use a single thread (for all outputs) to write to files. Multiple Files outputs can write to the same file (which was not safe before) (#155)
  • A garbage collector runs regularly to close unused opened files (#155)
  • Files output driver is now configured using a unique path value which can be customized using variables. Warning: this require a databatase migration. (#156)

Fixed

  • Added a 'WWWW-Authenticate' header when sending a HTTP response with status 401 (#154)

Deprecated

  • Using commands to manage subscriptions and there outputs is deprecated and will be removed in future releases. Use subscription configuration files instead. (#156)

Commits

Full Changelog: v0.2.1...v0.3.0