Skip to content

21.0.0

Choose a tag to compare

@joverlee521 joverlee521 released this 08 Feb 00:03
· 1602 commits to master since this release

Major Changes

  • measurements export: Supports exporting multiple thresholds per collection via the measurements config and the --thresholds option. This change is backwards compatible with previous uses of the --threshold option. However, due to the updates to the JSON schema, users will need to update to Auspice v2.43.0 for thresholds to be displayed properly in the measurements panel. #1148 (@joverlee521)

Features

  • export v2: Add --validation-mode={error,warn,skip} option for more nuanced control of validation. The new "warn" mode performs validation and emits messages about potential problems, but it does not cause the export command to fail even if there are problems. #1135 (@tsibley)

Bug Fixes

  • filter, frequencies, refine, parse: Properly handle invalid date errors and output the bad date. #1140 (@victorlin)
  • export, validate: Validation errors are now much more human-readable and actually pinpoint the problems. #1134 (@tsibley)