Skip to content

v1.20.0

Choose a tag to compare

@bflad bflad released this 13 Mar 11:52
· 37 commits to main since this release
5fd51c8

What's Changed

  • fix: prevent false circular-reference errors on external $ref schemas by @TristanSpeakEasy in #179
  • feat: add contentEncoding, contentMediaType, and contentSchema support by @bflad in #180

Full Changelog: v1.19.5...v1.20.0

OpenAPI CLI v1.20.0

This release includes binaries for Linux, macOS, and Windows on both x86_64 and ARM64 architectures.

Installation

Download the appropriate binary for your platform from the assets below, extract it, and add it to your PATH.

Changes

Changelog

Features

  • 5fd51c8 feat: add contentEncoding, contentMediaType, and contentSchema support (#180)

Bug fixes

  • ca82ed2 fix(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 in the go-minor-patch group across 1 directory (#176)
  • dc7a4af fix: prevent false circular-reference errors on external $ref schemas (#179)

Others

  • 46f6706 chore(deps): bump jsonschema/oas3/tests/testsuite (#175)

Full Changelog: v1.19.5...v1.20.0

Released by GoReleaser.