Skip to content

dropshot-api-manager 0.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Sep 19:32
· 27 commits to main since this release

Added

  • For versioned APIs, comparisons between blessed and generated documents now use the drift crate rather than simple string comparisons. This means that trivial/wire-compatible changes between blessed and generated documents (such as adding or removing newtypes) are now allowed.

Fixed

  • Git commands are now run in the repository root instead of the current directory.
  • Changed some error output to use stderr instead of stdout.