v0.1.3
Highlights
Pro review mode in the changelog action
Given an oasdiff-token, the changelog action now posts an encrypted Pro review on your pull requests. The specs are encrypted client-side in CI and only ciphertext is uploaded, so oasdiff cannot read them; the decryption key lives only in the review link's URL fragment. The action posts a PR comment linking to a side-by-side review where your team approves or rejects each change, and the oasdiff commit status gates merge until every breaking change is approved.
- uses: oasdiff/oasdiff-action/changelog@v0.1.3
with:
base: main:openapi.yaml
revision: openapi.yaml
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
github-token: ${{ github.token }}(needs permissions: pull-requests: write and statuses: write)
Upgraded to oasdiff v1.20.0
The action images now run oasdiff v1.20.0.
Fixes
- Graceful message when a trial or subscription expires. When a plan lapses, the
pr-commentand Prochangelogactions now surface a clear "your plan has expired, renew here" message and keep the workflow green, instead of failing with an opaqueHTTP 402error.
Full Changelog: v0.1.2...v0.1.3