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)
[1134]: https://github.com/nextstrain/augur/pull/1134
[1135]: https://github.com/nextstrain/augur/pull/1135
[1140]: https://github.com/nextstrain/augur/pull/1140
[1148]: https://github.com/nextstrain/augur/pull/1148