dropshot-api-manager 0.2.4
·
105 commits
to main
since this release
Added
ValidationContext::is_latest()returnstrueif this is the latest version of a versioned API, or if it is a lockstep API.ValidationContext::is_blessed()returnsSome(true)if a version is blessed,Some(false)if not, orNonefor non-versioned APIs.
Changed
extra_validationis now compatible with versioned APIs. Use theValidationContext::is_blessedto filter out validation checks for blessed APIs as appropriate (since those APIs are immutable), andis_latestto only write out extra files for the latest version of the API.