Skip to content

Version 1.5.5

Latest
Compare
Choose a tag to compare
@frikilax frikilax released this 05 Aug 14:26
· 2 commits to master since this release
0bc0f7c

Security

  • [PYTHON][DEPENDENCIES] bump numpy version to 1.22.0 (was 1.16.4) for python example filter

Added

  • [CORE] -n parameter to keep filter from daemonizing
  • [CORE] -o parameter to direct logs to a different file
  • [TESTS] test to check the -o parameter
  • [SESSION] validate presence of a non-empty token value
  • [TESTS][SESSION] 2 new tests to validate that filter now allows tokens with different lengths

Changed

  • [CORE] errors in parameters parsing are now directed to stderr
  • [TESTS][SESSION] Update input_too_much_parameters test with updated log line check
  • [TESTS][SESSION] Replace input_invalid_token_length with new input_empty_token_invalid test

Fixed

  • [MANAGER] wait long enough for a filter to start before declaring it dead

Removed

  • [SESSION] Do not validate token length anymore
  • [SESSION] [CODE] remove openssl dependency