Releases: oasdiff/oasdiff-action
Releases · oasdiff/oasdiff-action
v0.0.47
What's Changed
- chore: bump README references to v0.0.46 by @reuvenharrison in #109
- docs: document oasdiff.yaml config-file support in free actions by @reuvenharrison in #110
- docs: TOC, reorder oasdiff.yaml section, fix boolean-limitation wording by @reuvenharrison in #111
- docs: revert oasdiff.yaml configuration section pending move to .oasdiff.* by @reuvenharrison in #113
- bump: oasdiff v1.15.3 by @reuvenharrison in #114
- fix: collapse breaking entrypoint invocations, tolerate oasdiff.yaml fail-on, test YAML support by @reuvenharrison in #112
- docs: configuring oasdiff with .oasdiff.yaml by @reuvenharrison in #115
Full Changelog: v0.0.46...v0.0.47
v0.0.46
v0.0.45
What's Changed
- chore: bump README references to v0.0.44 by @reuvenharrison in #106
- bump: oasdiff v1.15.1 by @reuvenharrison in #107
Full Changelog: v0.0.44...v0.0.45
v0.0.44
What's Changed
- chore: bump README references to v0.0.43 by @reuvenharrison in #104
- feat(pr-comment): handle 409 github_app_not_installed gracefully by @reuvenharrison in #105
Full Changelog: v0.0.43...v0.0.44
v0.0.43
What's Changed
- chore: bump README references to v0.0.42 by @reuvenharrison in #102
- feat(changelog): emit free review link when changes are found by @reuvenharrison in #103
Full Changelog: v0.0.42...v0.0.43
v0.0.42
What's Changed
- feat(pr-comment): capture pull_request.base.sha as base_sha by @reuvenharrison in #101
Full Changelog: v0.0.41...v0.0.42
v0.0.41
OpenAPI 3.1 support is generally available
v0.0.41 updates the bundled oasdiff to v1.15.0, making OpenAPI 3.1 support generally available across all action variants (breaking, changelog, diff, pr-comment).
What this means for your workflows
Pin to oasdiff/oasdiff-action/<command>@v0.0.41. With this release:
- 3.1 specs (
openapi: 3.1.0) are parsed, diffed, and checked for breaking changes end-to-end. - 162 new rule IDs cover 3.1-specific keywords: webhooks, type arrays with
null,const,prefixItems,if/then/else, numericexclusiveMinimum/exclusiveMaximum,dependentRequired,unevaluatedItems/Properties,contentSchema, and more. - All operation-level breaking-change checks now apply to modified webhook operations.
See also
- oasdiff v1.15.0 release notes for the full 3.1 GA details.
- oasdiff OpenAPI 3.1 doc for supported features and known caveats.
Bumps since v0.0.40-beta.3
- Bundled oasdiff:
v1.15.0-openapi31.beta.3tov1.15.0 - README examples updated to reference
v0.0.41andv1.15.0
v0.0.40-beta.3 — OpenAPI 3.1 Support
Changes since v0.0.40-beta.1
- Bump oasdiff Docker image to v1.15.0-openapi31.beta.3
- Improve README examples for easier onboarding
- Point Pro section to Installation Wizard
v0.0.40-beta.1 — OpenAPI 3.1 Support
OpenAPI 3.1 Support (Beta)
This release uses tufin/oasdiff:v1.15.0-openapi31.beta.1, adding full OpenAPI 3.1 support to all actions: diff, breaking, changelog, and pr-comment.
What's new
- 464 breaking change rules (up from 316) — 148 new rules for 3.1-specific keywords
- Webhooks, nullable type arrays, JSON Schema 2020-12 keywords (
const,prefixItems,if/then/else,contains,dependentRequired, and more) - Fully backward compatible — 3.0.x specs work exactly as before
Usage
- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.1
with:
base: 'specs/base.yaml'
revision: 'specs/revision.yaml'Feedback
Please report issues with [3.1] in the title at oasdiff/oasdiff.