Skip to content

v4.0.0

Compare
Choose a tag to compare
@edd edd released this 19 Oct 10:34
· 91 commits to main since this release
v4.0.0
b10c7ef

Approbation now supports multiple categories per spec file.

Pre v3.0.0, approbation used hardcoded categories. In v3.0.0, this changed to be a new parameter pointing to a JSON file containing categories. How ever this was (silently) limited to one category per spec, which meant that if a spec was accidentally in two categories, its data would only count towards the first category. As of v4.0.0, you can now use 'Categories' as tags, and add as many 'tags' as you like per spec.

Breaking changes since last tagged release

  • --categories is now a required parameter

Features

  • Add multi-category support
  • Add prometheus output parameter