Skip to content

dropshot-api-manager 0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Nov 05:07
· 105 commits to main since this release

Added

  • ValidationContext::is_latest() returns true if this is the latest version of a versioned API, or if it is a lockstep API.
  • ValidationContext::is_blessed() returns Some(true) if a version is blessed, Some(false) if not, or None for non-versioned APIs.

Changed

  • extra_validation is now compatible with versioned APIs. Use the ValidationContext::is_blessed to filter out validation checks for blessed APIs as appropriate (since those APIs are immutable), and is_latest to only write out extra files for the latest version of the API.