Skip to content
Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 09 Dec 19:01
· 189 commits to main since this release

This release introduces a new command called openapi:inspect, which provides various insights on how your API definition is utilizing the OpenAPI Specification.

This release also includes support for passing in your API key via the environmental variable RDME_API_KEY. More information can be found in the Authentication section.

What's Changed

  • feat(openapi): introduction of a new openapi:inspect command by @erunion in #698
  • chore(deps-dev): bumping dev deps and resolving type -> interface conversions by @erunion in #708
  • feat: dropping our position system for ordering commands in --help by @erunion in #707
  • feat: ability to pass in API key via env vars by @kanadgupta in #709

Full Changelog: v8.2.1...8.3.0