Skip to content

Version 1.1.0

Latest

Choose a tag to compare

@dempseyatgithub dempseyatgithub released this 10 Jul 17:35

Additions

  • Add validate subcommand to generate validate reports (#83)
  • Add --pull-request option to validate proposals in a pull request (#87)

Changes

  • Support extraction of new "Summary of changes" section (#79)
  • Errors and warnings now include unique error codes (#90)
  • Add generalized mechanism for validation exemptions (#92)
  • Promote warnings to errors (#93, #117)
    • 'missing review manager'
    • 'missing review manager link'
    • 'missing author link'
    • 'missing Status field'
  • Remove warning for proposals with past due review period (#94)
  • Add detailed recovery suggestion for review date range errors (#100)
  • Validation report format improvements (#99, #101, #115)
  • Include validation report as part of extract command verbose output (#105)

Fixes

  • Fix crash caused by duplicate proposal ID (#106)
  • Fix crash when decoding pull request file listing (#111)