Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@voropaevp voropaevp released this 04 Apr 08:32
· 13 commits to master since this release
fe96b14

This release changes default behaviour in event parsing, which will validate the maximum field length according to atomic event schema.

Error messages no longer contain log values to avoid accidentally leaking personal information in log or protect from vulnerabilities like log4j.

Changelog:

  • Event parser should fail on oversized fields (close #115)
  • Fix scoverage failures in github actions (close #119)
  • Update github workflows fix snyk vulnerability scanning (close #120)