Skip to content

Releases: WithSecureOpenSource/failures-analysis

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 09:38

Feature

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 28 Jun 05:57

Fix

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 21 Jun 09:19

Fix

  • Fix for linting (e150797)
  • Fix for printing the emojis in the failure message (944908a)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:56

Fix

  • Return support for Python 3.8 (6bc2b1b)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:31

Fix

  • If Drain3 is used, display original error (e75dfaa)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:21

Feature

  • Use Drain3 to template failure messages (efe9538)

Breaking

  • FIll use by default Drain3 to template error messages (efe9538)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:27

Feature

  • Add possibility to define minimum similarity (7bfa099)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:55

Fix

  • Small performance improvement (8d85431)

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:16

Fix

  • Fix for printing all rows (2fd01e3)
  • Further improvent to the timeout issue (d4236c5)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 14:29

Fix

  • Remove not used dependecies from pyproject.toml (e352da4)
  • Fix for the linting issue (581882a)
  • Fix for a test_score_similiarity to take in account latest changes in the failure_analysis.py (4714009)
  • Possible fix for a time-out issue, by commenting out other string similiarity algorithms but cosine similiarity. (e253d96)

Documentation

  • Update usage instructions (de4e4b1)