Skip to content

v0.1.23

Latest
Compare
Choose a tag to compare
@erdirowlands erdirowlands released this 13 May 16:14
cb60b60

What's Changed

Bug fixes:

  • FFM-11470:
    • Previously, from versions v0.1.21 to v0.1.22, a critical bug was identified where evaluation metrics processing could cause a system panic. This occurred when at least one evaluation involved a target with nil attributes—either due to attributes being omitted or explicitly set to nil. This release addresses this issue by implementing a fix that prevents such panics.
      *Enhanced Testing: To ensure the stability and reliability of this fix and similar functionalities, we have expanded the evaluation metrics suite of unit tests. These additional tests will help safeguard against regressions and improve code coverage.
    • Versions v0.1.21 and v0.1.22 have been retracted.
    • Removes GitHub Actions step Static Code Analysis / Build (push) as it is constantly failing due to out of date credentials. These checks have moved to Harness CI but this step had yet to be removed until now.
    • Bumps golang.org/x/net v0.25.0 for GHSA-4v7x-pqxf-cx7m

Full Changelog: v0.1.22...v0.1.23