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.3.3
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.3.4
Choose a head ref
  • 9 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 2, 2025

  1. Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0

    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    b47ea3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2523 from microsoft/dependabot/nuget/test/Microso…

    …ft.OpenApi.Hidi.Tests/multi-3711d8cee0
    
    Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
    baywet authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a443663 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    0fdfae1 View commit details
    Browse the repository at this point in the history
  2. test: adds deserialization tests for OpenAPI header

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    af85cc9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2526 from microsoft/fix/header-content-serialization

    fix: missing deserialization for header content property in 3.1 and 3.0
    baywet authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    717f154 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Improve server creation and URL handling logic

    Updated the `MakeServers` method to include checks for `defaultUrl` and refined host validation. Modified the `BuildUrl` method to correctly extract ports and remove default ports from URLs. Added unit tests in `OpenApiServerTests.cs` to ensure proper handling of base URLs and ports across various scenarios.
    Mahdi Golestan authored and Mahdi Golestan committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    1328759 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2530 from Mahdigln/issue-1294-preserve-baseurl-po…

    …rt-v2
    
    fix: Improve server creation and URL handling logic to maintain port
    baywet authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    3e6ee80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    929fcaa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2527 from microsoft/release-please--branches--mai…

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