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: v3.10.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: v3.10.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 20, 2026

  1. parallelize Descriptions setup, fix response leak, use typed stream k…

    …eys (#3044)
    
    - Dispose HttpResponseMessage in LoadFromUrlAsync (was leaking on every download)
    - Run the assembly reads and GHES downloads concurrently in GlobalSetup via
      Task.WhenAll instead of sequential awaits; aggregate into _streams afterward
      to avoid concurrent Dictionary writes
    - Replace string-keyed _streams (mixed file names / URLs) with a private
      DescriptionSource enum for compile-time-checked, pre-sized lookups
    - Drop the redundant async/await wrapper on each [Benchmark] method so the
      MemoryDiagnoser numbers reflect ParseDocumentAsync, not an extra state machine
    - Derive the four pinned GHES description URLs from one commit SHA constant
      instead of duplicating it across four literals
    - Add an HttpClient timeout; modernize Assembly access; align field naming
    Imadnajam authored Aug 20, 2026
    Configuration menu
    Copy the full SHA
    9c34bf1 View commit details
    Browse the repository at this point in the history
  2. fix: duplicate schema example when serializing to v2 (#3045)

    Signed-off-by: Vincent Biret <vibiret@microsoft.com>
    baywet authored Aug 20, 2026
    Configuration menu
    Copy the full SHA
    50f5a2b View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.10.2 (#3049)

    Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c3e9fad View commit details
    Browse the repository at this point in the history
Loading