Skip to content

v1.3.0

Compare
Choose a tag to compare
@MikeSchiessl MikeSchiessl released this 17 Dec 12:29
· 33 commits to main since this release
25ed2a6

Version 1.3.0

Date 2021-12-17
Kind Feature & Bugfix release
Author [email protected]
  • Features

    • [internal] Added automated test scripts to improve continuous release quality
    • AUTO-RESUME feature enables ULS to automatically continue operation starting from the last saved checkpoint.
    • FileAction support to trigger custom scripts upon file rotation event.
  • Minor improvements

    • Bumped ETP-CLI to version 0.3.6 in Dockerfile
    • Bumped EAA-CLI version to 0.4.5 in Dockerfile
    • Added additional fields to the monitoring output (uls_version, event_count_interval)
  • Bugfixes

    • removed hard requirement to run ULS via bin/uls.py - can now be run from everywhere
    • introduced HTTP Timeout (for HTTP OUTPUT) to the configuration file (http stream did not issue proper error messages in some cases)
    • Fixed an output issue on "CLI failure", added configureable output handling to the config
    • replaced pip with pip3 in CLI usage docs
    • Fixed a windows bug (bypass blocking on windows) + added a FAQ entry on how fix a installation specific bug