Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: speakeasy-api/openapi

v1.19.4

01 Mar 23:18
6562119

Choose a tag to compare

What's Changed

  • ci(deps): bump goreleaser/goreleaser-action from 6 to 7 in the github-actions group by @dependabot[bot] in #166
  • fix: spec-compliant overlay merge with version-aware dispatch by @TristanSpeakEasy in #169
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #170

Full Changelog: v1.19.3...v1.19.4

OpenAPI CLI v1.19.4

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

Bug fixes

  • 1233bd6 fix: spec-compliant overlay merge with version-aware dispatch (#169)

Others

  • dc11a8d ci(deps): bump goreleaser/goreleaser-action in the github-actions group (#166)

Full Changelog: v1.19.3...v1.19.4

Released by GoReleaser.

v1.19.3

26 Feb 07:32
7b347d2

Choose a tag to compare

What's Changed

  • fix: append non-array update values to arrays per overlay spec by @TristanSpeakEasy in #167
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #168

Full Changelog: v1.19.2...v1.19.3

OpenAPI CLI v1.19.3

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

Bug fixes

  • 4b76a66 fix: append non-array update values to arrays per overlay spec (#167)

Full Changelog: v1.19.2...v1.19.3

Released by GoReleaser.

v1.19.2

18 Feb 15:11
a5af699

Choose a tag to compare

What's Changed

  • fix: resolve YAML merge keys during unmarshalling by @TristanSpeakEasy in #162
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #164

Full Changelog: v1.19.1...v1.19.2

OpenAPI CLI v1.19.2

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

Bug fixes

  • d6aeacf fix: resolve YAML merge keys during unmarshalling (#162)

Full Changelog: v1.19.1...v1.19.2

Released by GoReleaser.

v1.19.1

18 Feb 02:21
6f8ee17

Choose a tag to compare

What's Changed

  • fix(deps): bump the go-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #157
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #161

Full Changelog: v1.19.0...v1.19.1

OpenAPI CLI v1.19.1

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

Bug fixes

  • 7d484a3 fix(deps): bump the go-minor-patch group across 1 directory with 2 updates (#157)

Full Changelog: v1.19.0...v1.19.1

Released by GoReleaser.

v1.19.0

17 Feb 21:47
cb9240e

Choose a tag to compare

What's Changed

  • chore(deps): bump jsonschema/oas3/tests/testsuite from 75995a1 to bce6a47 by @dependabot[bot] in #156
  • feat: support multiple overlays in overlay apply command by @disintegrator in #159
  • feat: add --version flag to upgrade command by @disintegrator in #160
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #158

New Contributors

Full Changelog: v1.18.2...v1.19.0

OpenAPI CLI v1.19.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

  • a27a0ad feat: add --version flag to upgrade command (#160)
  • 0ae87b9 feat: support multiple overlays in overlay apply command (#159)

Others

  • 8c596a7 chore(deps): bump jsonschema/oas3/tests/testsuite (#156)

Full Changelog: v1.18.2...v1.19.0

Released by GoReleaser.

v1.18.2

16 Feb 00:52
3a9c795

Choose a tag to compare

What's Changed

  • fix: remove version restrictions from rules and fix rate-limit ref resolution by @TristanSpeakEasy in #154
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #155

Full Changelog: v1.18.1...v1.18.2

OpenAPI CLI v1.18.2

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

Bug fixes

  • 943031b fix: remove version restrictions from rules and fix rate-limit ref resolution (#154)

Full Changelog: v1.18.1...v1.18.2

Released by GoReleaser.

v1.18.1

14 Feb 20:33
v1.18.1
66d3988

Choose a tag to compare

OpenAPI CLI v1.18.1

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

  • 66d3988 feat: support short-circuiting append operations when there are multiple appends, not just 1 item (#153)

Full Changelog: v1.18.0...v1.18.1

Released by GoReleaser.

v1.18.0

14 Feb 02:19
3863ba5

Choose a tag to compare

What's Changed

  • feat: add stdin/stdout pipelining support for all CLI commands by @TristanSpeakEasy in #151
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #152

Full Changelog: v1.17.1...v1.18.0

OpenAPI CLI v1.18.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

  • c4b79e0 feat: add stdin/stdout pipelining support for all CLI commands (#151)

Full Changelog: v1.17.1...v1.18.0

Released by GoReleaser.

v1.17.1

13 Feb 05:38
9ee28d3

Choose a tag to compare

What's Changed

  • chore: upgrade to go1.26.0 and implement various fixes to rules, allocations, correctness etc by @TristanSpeakEasy in #149
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #150

Full Changelog: v1.17.0...v1.17.1

OpenAPI CLI v1.17.1

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


Full Changelog: v1.17.0...v1.17.1

Released by GoReleaser.

v1.17.0

11 Feb 10:28
f9b497a

Choose a tag to compare

What's Changed

  • feat: add autofixer system with fixes for 32 lint rules by @TristanSpeakEasy in #141
  • chore: update submodule dependencies to latest main by @github-actions[bot] in #148

Full Changelog: v1.16.2...v1.17.0

OpenAPI CLI v1.17.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

  • 91523e7 feat: add autofixer system with fixes for 32 lint rules (#141)

Full Changelog: v1.16.2...v1.17.0

Released by GoReleaser.