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: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 16 commits
  • 13 files changed
  • 7 contributors

Commits on Dec 19, 2025

  1. docs: adds instructions to update public reference docs after nuget r…

    …elease
    
    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    82177a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2657 from microsoft/docs/public-reference

    docs: adds instructions to update public reference docs after nuget release
    baywet authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    c4f798a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. chore: adds 3.2 version to the workbench

    chore: sets 3.2 as default version for the workbench
    
    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    931a392 View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    2495dea View commit details
    Browse the repository at this point in the history
  3. fix: wrap extension parser calls in try-catch to ensure correct error…

    … pointers
    
    When extension parsers throw OpenApiException, the exceptions are now caught in LoadExtension methods across all OpenAPI versions (V2, V3, V3.1, V3.2). This ensures the error pointer correctly includes all path segments (e.g., #/definitions/demo/x-tag instead of #/definitions/x-tag).
    
    Co-authored-by: baywet <[email protected]>
    Copilot and baywet committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    50b44aa View commit details
    Browse the repository at this point in the history
  4. refactor: make V2 LoadExtension consistent with other versions

    Moved the return statement for JsonNodeExtension outside the catch block to match the pattern used in V3, V31, and V32 deserializers.
    
    Co-authored-by: baywet <[email protected]>
    Copilot and baywet committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    12f6499 View commit details
    Browse the repository at this point in the history
  5. style: use raw string literals for JSON test data

    Changed from verbatim string literals (@"...") to raw string literals ("""...""") for consistency with existing test code.
    
    Co-authored-by: baywet <[email protected]>
    Copilot and baywet committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    e85698a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2658 from microsoft/chore/workbench-3-2

    chore: adds 3.2 version to the workbench chore: sets 3.2 as default version for the workbench
    baywet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    c04dff5 View commit details
    Browse the repository at this point in the history
  7. chore: refactors test definition for better coverage

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    8021a75 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2659 from microsoft/copilot/fix-openapi-pointer-skip

    fix: correct error pointer when extension parser throws OpenApiException
    baywet authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    43c75a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.4.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    d0cae66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2666 from microsoft/dependabot/github_actions/dep…

    …endabot/fetch-metadata-2.5.0
    
    chore(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0
    github-actions[bot] authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    abcf285 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    9792817 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2668 from microsoft/baywet-patch-1

    docs: updates versions to clarify the ranges
    baywet authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    3453f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4f4c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2662 from microsoft/release-please--branches--mai…

    …n--components--Microsoft.OpenApi
    
    chore(main): release 3.1.2
    baywet authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    8847684 View commit details
    Browse the repository at this point in the history
Loading