Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

112 lines (87 loc) · 7.03 KB

Changelog

v2.1.0 (2022-12-09)

Feature

v2.0.4 (2022-06-28)

Fix

v2.0.3 (2022-06-21)

Fix

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

v2.0.2 (2022-06-17)

Fix

  • Return support for Python 3.8 (6bc2b1b)

v2.0.1 (2022-06-17)

Fix

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

v2.0.0 (2022-06-17)

Feature

  • Use Drain3 to template failure messages (efe9538)

Breaking

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

v1.1.0 (2022-06-17)

Feature

  • Add possibility to define minimum similarity (7bfa099)

v1.0.5 (2022-06-16)

Fix

  • Small performance improvement (8d85431)

v1.0.4 (2022-06-16)

Fix

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

v1.0.3 (2022-06-07)

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)

v1.0.2 (2022-06-07)

Fix

  • Fix for a fix to support 2 frameworks (5063ca3)
  • Fix to support both robotframework and pytest (d9d57ad)

v1.0.1 (2022-06-07)

Fix

  • Reading error message (60ba117)
  • Do not parse folder with lxml (1bfb32c)
  • Fix to AttributeError: 'SequenceMatcher' object has no attribute 'matching_blocks' (195e671)

Documentation

  • Update install instructions (cc084b4)

v1.0.0 (2022-06-05)

Feature

Breaking

  • update entry point runner (ede8538)

Documentation

  • CHANGELOG.md remove not user visible change (421dae3)

v0.2.3 (2022-06-01)

Fix

  • Fix for no failures found case (b45715e)

v0.2.2 (2022-05-31)

Fix

  • Better failure if xunit path is not found (2f2bd6a)
  • Reading xml files from folder (dcef437)

v0.2.1 (2022-05-30)

Fix

v0.2.0 (2022-05-30)

Feature

  • Automatic release (e55530e)
  • Classifiers and entry point (2991286)
  • Entry point for console script (966e292)

Fix

  • Freeze python-semantic-release (d02b7be)
  • Add logging for release (bacbec0)
  • Description too long in pyproject.toml for publish (df501a8)
  • Description too long in pyproject.toml for publish (d54a62a)
  • Remove jellyfish warning (13f86c9)
  • Invalid entry point definition (91fe7d4)
  • Fail if path is not file (e823d44)
  • Use argument parser to parsing args (f388922)

Documentation