dropshot-api-manager 0.2.1
·
27 commits
to main
since this release
Added
- For versioned APIs, comparisons between blessed and generated documents now use the
driftcrate 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.