Skip to content

dropshot-api-manager 0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 23:16
· 49 commits to main since this release

Added

  • Add a way to specify an allowlist of unmanaged APIs within a local directory. See ManagedApis::with_unknown_apis for more.

Changed

  • Environment now accepts impl Into<String> and impl Into<Utf8PathBuf> for ease of use.
  • Hide private types and methods.
  • Update documentation.