Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 19:01
· 26 commits to main since this release

4.0.0 (2022-02-06)

Features

  • add support for transforms (2a3989a)
  • automatic error recovery (bcb3ea3)
  • cleaner error message (b780945)

BREAKING CHANGES

  • Remove outputHeaders from the createEndpoint params object. The output
    property now requires you to specify, for each status code, an object which must have a body
    property, containing the Zod schema for the body of the response for that status. Optionally, you
    can also specify a headers property to each status code containing the response headers for that
    status code