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: go-openapi/swag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.3
Choose a base ref
...
head repository: go-openapi/swag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.4
Choose a head ref
  • 3 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 21, 2025

  1. build(deps): bump the development-dependencies group across 2 directo…

    …ries with 2 updates
    
    Bumps the development-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go).
    Bumps the development-dependencies group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `actions/setup-go` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@4469467...4dc6199)
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `actions/setup-go` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@4469467...4dc6199)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    - dependency-name: actions/setup-go
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    - dependency-name: actions/setup-go
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    171b7e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. fix(mangling): overlapping pluralized initialisms trigger panic

    Fuzz test detected an interesting fault in the initialisms matcher:
    string "TTLss" triggered a panic.
    
    The pluralization of "TTLs", together with a possible match with "TLS"
    caused a panic.
    
    This PR added a fuzz test for ToGoName, fixes the issue and adds the
    detected string to the fuzzing corpus (testdata).
    
    Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
    fredbi committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2bf1ed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. prepared release v0.25.4

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    73525ad View commit details
    Browse the repository at this point in the history
Loading