Skip to content

Release of v3.8.0 cb-event-forwarder

Choose a tag to compare

@dseidel-b9 dseidel-b9 released this 06 Jan 20:51
· 46 commits to develop since this release

Features

  • The new EDR event task.error.logged is now supported. This event is enabled using task_errors=ALL in the EF configuration file. It is also supported in the EDR console configuration page for EF, starting with EDR v7.5.0.
  • compression_type=lz4 A new compression type, lz4 is now available. The gzip type is still the default. LZ4 is a lossless data compression algorithm that is focused on compression and decompression speed.
  • log_level=DEBUG can be used to control logging level

Bug Fixes / Changes

  • Log files are now retained and rolled over after restarts.
  • Under some circumstances the EF process would not terminate when shut down. This is no longer the case.
  • S3 output has been improved.
  • Protobuf processing performance improvements