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: v2.7.6
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: v2.8.0
Choose a head ref
  • 16 commits
  • 132 files changed
  • 3 contributors

Commits on May 29, 2026

  1. feat(reader): remove ParseNode infrastructure

    Refactor OpenAPI parsing to use System.Text.Json JsonNode APIs directly with explicit ParsingContext propagation, replacing the ParseNode wrapper hierarchy.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    d7c6a9d View commit details
    Browse the repository at this point in the history
  2. chore(reader): prune unused JsonNode helpers

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    6b8a913 View commit details
    Browse the repository at this point in the history
  3. chore(reader): remove CreateAny helper

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    4c09ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b6c81c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a63208d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59bae8a View commit details
    Browse the repository at this point in the history
  7. fix(reader): adapt no-parse-node backport for v2

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    ddd2539 View commit details
    Browse the repository at this point in the history
  8. chore(benchmark): refresh performance reports

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    47be074 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40da491 View commit details
    Browse the repository at this point in the history
  10. chore(reader): normalize JsonNode variable casing

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    4ce7545 View commit details
    Browse the repository at this point in the history
  11. chore(reader): discard unused callback parameters

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    6355e8a View commit details
    Browse the repository at this point in the history
  12. chore(reader): normalize JsonNode local casing

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    59eecaf View commit details
    Browse the repository at this point in the history
  13. chore: moves using after the copyright

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed May 29, 2026
    Configuration menu
    Copy the full SHA
    85e3fdc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Merge pull request #2868 from microsoft/chore/refactor-no-parse-node-…

    …to-v2
    
    Backport no-parse-node refactor to support/v2
    baywet authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    41a79b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece92e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2871 from microsoft/release-please--branches--sup…

    …port/v2--components--Microsoft.OpenApi
    
    chore(support/v2): release 2.8.0
    baywet authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    b215087 View commit details
    Browse the repository at this point in the history
Loading