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.0.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: v2.1.0
Choose a head ref
  • 16 commits
  • 23 files changed
  • 5 contributors

Commits on Aug 19, 2025

  1. chore(deps): bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    f047dfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2469 from microsoft/dependabot/github_actions/act…

    …ions/checkout-5
    
    chore(deps): bump actions/checkout from 4 to 5
    baywet authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    10b46b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2459 from martincostello/gh-2453-validate-schema-…

    …references
    
    feat: adds a default validation rule for unresolved references
    martincostello authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    90b3966 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Publish benchmark results

    Publish benchmark results to GitHub Actions workflow artifacts.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    8a53bfa View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    - Ignore BenchmarkDotNet profiler files.
    - Ignore Visual Studio profiler session files.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e6cb02f View commit details
    Browse the repository at this point in the history
  3. Improve OpenApiWalker performance

    - Avoid allocations from lambda closures.
    - Avoid allocations from context strings.
    - Avoid allocations from copying arrays.
    - Remove redundant null checks.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    84f657e View commit details
    Browse the repository at this point in the history
  4. Reduce allocations further

    Make all delegates static.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    4b8ee8a View commit details
    Browse the repository at this point in the history
  5. Fix unused locals

    Resolve two CodeQL warnings.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    fc91ab0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2468 from cliedeman/feat/validate-null-property

    fix: Validate schema property is not null
    cliedeman authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    3326022 View commit details
    Browse the repository at this point in the history
  7. Address feedback

    - Create helpers to reduce code duplication.
    - Remove unused method.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    41c53c9 View commit details
    Browse the repository at this point in the history
  8. Refactor tag methods

    Create common implementation to walk `OpenApiTag` and `OpenApiTagReference`.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    70f4c87 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Remove redundant comment.
    martincostello authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    1c49855 View commit details
    Browse the repository at this point in the history
  10. Update performance baseline

    Add results from 1c49855.
    martincostello committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    09ba682 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2470 from martincostello/improve-OpenApiWalker-perf

    fix: Improve OpenApiWalker performance
    baywet authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a007c03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dac8e7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2471 from microsoft/release-please--branches--mai…

    …n--components--Microsoft.OpenApi
    
    chore(main): release 2.1.0
    baywet authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f56884e View commit details
    Browse the repository at this point in the history
Loading