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: domaindrivendev/Swashbuckle.AspNetCore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: domaindrivendev/Swashbuckle.AspNetCore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 11 commits
  • 33 files changed
  • 6 contributors

Commits on Nov 25, 2024

  1. Bump version (#3173)

    * Bump version
    
    Bump version to 7.1.1 for the next release.
    
    * Bump version
    
    Update compatibility table.
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Martin Costello <martin@martincostello.com>
    3 people authored Nov 25, 2024
    Copy the full SHA
    1715165 View commit details
  2. Copy the full SHA
    94361de View commit details

Commits on Nov 26, 2024

  1. Add PathGroupSelector (#3152)

    Add ability to configure how paths are grouped.
    Saibamen authored Nov 26, 2024
    Copy the full SHA
    5dd46c4 View commit details
  2. Copy the full SHA
    6dcf7a5 View commit details
  3. Add more integration tests (#3151)

    Extend the integration test coverage to include more of the test projects.
    Saibamen authored Nov 26, 2024
    Copy the full SHA
    69db0e3 View commit details
  4. Add package README

    Add missing package readme for Swashbuckle.AspNetCore to avoid warning on publish.
    martincostello committed Nov 26, 2024
    Copy the full SHA
    8804a00 View commit details

Commits on Nov 27, 2024

  1. Bump codecov/codecov-action from 5.0.4 to 5.0.7 (#3181)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.4 to 5.0.7.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@985343d...015f24e)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Copy the full SHA
    2df11f9 View commit details
  2. Bump github/codeql-action from 3.27.4 to 3.27.5 (#3182)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ea9e4e3...f09c1c0)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Copy the full SHA
    6b5633c View commit details

Commits on Dec 4, 2024

  1. Bump github/codeql-action from 3.27.5 to 3.27.6 (#3185)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f09c1c0...aa57810)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2024
    Copy the full SHA
    38928d9 View commit details
  2. Update .NET SDK (#3186)

    Update .NET SDK to version 9.0.101.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 4, 2024
    Copy the full SHA
    3832d77 View commit details

Commits on Dec 9, 2024

  1. Allow no match to be found to avoid throwing an exception (#3188)

    Allow no match to be found to avoid throwing an exception for raw content.
    moni-dips authored Dec 9, 2024
    Copy the full SHA
    fc77e5a View commit details
Loading