close
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.0
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.7.1
Choose a head ref
  • 15 commits
  • 23 files changed
  • 6 contributors

Commits on Mar 13, 2026

  1. fix(library): do not emit unevaluatedProperties for non-object schemas

    When `Type` is explicitly set and does not include `Object`, skip
    emitting `unevaluatedProperties` in all serialization paths (v3.1+
    native property, v2.0/v3.0 extension, and direct v2.0 serialization).
    
    Closes: unevaluatedProperties emitted for array/string/number/integer/boolean/null schemas
    
    Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
    Copilot and baywet committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    28d614f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c9adf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Merge pull request #2783 from microsoft/fix/key-location-encoding

    fix/key location encoding
    baywet committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    6fed45d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Merge pull request #2789 from microsoft/fix/key-location-to-v2

    Merge pull request #2783 from microsoft/fix/key-location-encoding
    baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1ca083b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2790 from microsoft/fix/path-parameter-with-slash…

    …-validation
    
    fix: a bug where path parameter validation would fail if they contained forbidden JSON pointer characters
    baywet committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    2efd2b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2782 from microsoft/copilot/fix-openapi-schema-re…

    …ference-description
    
    fix(library): enforce spec-compliant $ref serialization; add Extensions support for schema references in v3.1/v3.2
    baywet committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    7640a8a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2791 from microsoft/fix/path-validation-to-v2

    Merge pull request #2790 from microsoft/fix/path-parameter-with-slash-validation
    baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5fd43bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2776 from microsoft/fix/unevaluated-object-to-v2

    fix/unevaluated object to v2
    baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5d58a8d View commit details
    Browse the repository at this point in the history
  6. chore: removes 32 API surface after migration

    Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
    baywet and baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    19862b8 View commit details
    Browse the repository at this point in the history
  7. tests: removes 32 extraneous tests

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c261ed7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2792 from microsoft/fix/ref-peer-keywords-to-v2

    Merge pull request #2782 from microsoft/copilot/fix-openapi-schema-reference-description
    baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a2d21f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe13cd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea1791e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2797 from microsoft/promote-shipped-apis-support/v2

    automatic promotion of shipped APIs for support/v2
    baywet authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    cd83f99 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2796 from microsoft/release-please--branches--sup…

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