Skip to content

0.5.0 - 2020-08-05

Compare
Choose a tag to compare
@dbanty dbanty released this 05 Aug 15:07
· 662 commits to main since this release

Changes

  • When encountering a problem, the generator will now differentiate between warnings (things it was able to skip past)
    and errors (things which halt generation altogether).

Additions

  • The generator can now handle many more errors gracefully, skipping the things it can't generate and continuing
    with the pieces it can.
  • Support for Enums declared in "components/schemas" and references to them (#102).
  • Generated clients can now be installed via pip (#120).
  • Support for YAML OpenAPI documents (#111)

Internal Changes

  • Switched OpenAPI document parsing to use Pydantic based on a vendored version of
    openapi-schema-pydantic (#103).
  • Tests can now be run on Windows.