Skip to content

v0.1.4

Latest

Choose a tag to compare

@t0kubetsu t0kubetsu released this 15 May 13:17
7db2cd7

What's changed

Added

  • pytest-mock>=3.12 added to dev extras.

Changed

  • assessor.assess(): parameters after url are now keyword-only (enforced by *,), preventing accidental positional mis-binding.
  • cli: --version short flag changed from -v to -V (uppercase), consistent with all other platform modules.
  • reporter.save_report(): now raises ValueError for unsupported file extensions instead of silently falling back to plain text.
  • verdict: VerdictSeverity gains a LOW member (1 pt penalty) between MEDIUM and INFO.

Impact

Harmonization pass 2. Migration: if you call assess() with positional arguments beyond url, switch to keyword form. Update any -v usage in scripts to -V.


Full changelog: https://github.com/NC3-TestingPlatform/headersvalidator/blob/master/CHANGELOG.md