Skip to content

Releases: patzick/explore-openapi-snapshot

v2.0.0

03 Nov 11:48
7ea174b

Choose a tag to compare

Breaking changes

  1. install the Explore OpenAPI GitHub App
  2. this allows to simplify inputs, example action:
name: OpenAPI Snapshot

on:
  pull_request:
  push:
    branches: [main]

jobs:
  snapshot:
    runs-on: ubuntu-latest
    permissions:
      id-token: write  # Required for OIDC authentication
    
    steps:
      - uses: actions/checkout@v4
      
      - name: Create OpenAPI Snapshot
        uses: patzick/explore-openapi-snapshot@v2
        with:
          schema-file: './openapi.json'
          project: 'my-api-project'

What's Changed

Full Changelog: 1.1.0...v2.0.0

v1.1.0

27 Oct 06:51
5d02271

Choose a tag to compare

What's Changed

  • fix: skipping snapshot creation for external contributors by @patzick in #9

Full Changelog: v1.0.0...1.1.0

v1.0.0

22 Oct 13:11
5cb94b5

Choose a tag to compare

The first version of the action. The access is restricted to pilot projects at this point.