8000 Comparing v2.4.0...v2.4.1 · microsoft/OpenAPI.NET · GitHub
[go: up one dir, main page]

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.4.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.4.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 18, 2025

  1. fix(schema): always serialize additionalProperties: false

    * Updates serialization logic to emit `additionalProperties: false` for all OpenAPI versions when `AdditionalPropertiesAllowed` is false.
    * Refactors related test to a theory and verifies behavior for both OpenAPI 3.0 and 3.1.
    * Ensures consistent schema output across OpenAPI versions.
    codijk committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    e36fc95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2652 from codijk/fix/2646_additional_properties

    fix(schema): always serialize `additionalProperties: false`
    baywet authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    6651c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7ae46e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2653 from microsoft/release-please--branches--sup…

    …port/v2--components--Microsoft.OpenApi
    
    chore(support/v2): release 2.4.1
    baywet authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    68ea59c View commit details
    Browse the repository at this point in the history
Loading
0