Skip to content

v4.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 05:17
· 13 commits to main since this release
2dfaafe

What's Changed

Allows the user to ignore media_hypertext_reference when there are too many attachments to an inspection question:

inspection:
   archived: "false"
   completed: "true"
   included_inactive_items: false
   limit: 100
   skip_ids: []
   web_report_link: private
 inspection_items:
   skip_fields: ["media_hypertext_reference"]

Full Changelog: v4.16.0...v4.17.0