Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenAPITools/openapi-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.6
Choose a base ref
...
head repository: OpenAPITools/openapi-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.7
Choose a head ref
  • 9 commits
  • 24 files changed
  • 5 contributors

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    51b35ed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Fix NullPointerException in HtmlRender when schema is null (#869)

    * Initial plan
    
    * Fix NullPointerException in HtmlRender when schema is null
    
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    
    * Rename test methods and YAML files to include issue ID #865
    
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    Copilot and DrSatyr authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f928125 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Fix NullPointerException in MarkdownRender when schema is null (#871)

    * Initial plan
    
    * Fix NullPointerException in MarkdownRender, AsciidocRender, and ConsoleRender when schema is null
    
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    
    * Add issue ID prefix to test method names for issue #870
    
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: DrSatyr <8143518+DrSatyr@users.noreply.github.com>
    Copilot and DrSatyr authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    82cca56 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. build(deps): bump org.apache.commons:commons-lang3 from 3.19.0 to 3.2…

    …0.0 (#867)
    
    Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-version: 3.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    6fb05ea View commit details
    Browse the repository at this point in the history
  2. build(deps): bump org.apache.commons:commons-configuration2 (#866)

    Bumps org.apache.commons:commons-configuration2 from 2.12.0 to 2.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-configuration2
      dependency-version: 2.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    ca2c426 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Feature: Allow changed operation IDs to be flagged as incompatible (#880

    )
    
    * Add `OperationIdDiff` class
    
    * Add `ChangedOperationId` class
    
    * Use imported path instead of fully-qualified path
    
    * Add test cases
    issy authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    ad55b24 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Feature: Add rendering support for operation ID diff (#881)

    * Render operation ID changed info
    
    * Use safe operation
    
    * Implement operation ID diffing in ConsoleRender
    
    * Implement ascii rendering
    
    * Implement HTML rendering for Operation ID change
    
    * Fix rendering in HTML
    
    * Null check
    
    Format
    issy authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    ec81dc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Apply code formatting

    DrSatyr committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    36ffa53 View commit details
    Browse the repository at this point in the history
  2. Prepare release 2.1.7

    DrSatyr committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    edae257 View commit details
    Browse the repository at this point in the history
Loading