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: oapi-codegen/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: oapi-codegen/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 12 commits
  • 12 files changed
  • 8 contributors

Commits on Feb 10, 2024

  1. chore: simplify CI build matrix

    Although we originally thought this would be a useful way to do this, it
    doesn't enforce the `go.mod` constraints that we'd hoped it would, as
    Renovate could bump the `go.mod`'s `go` directive, and it means that we
    have a more explicit, and less magic, setup.
    
    Additionally, we need to quote the versions as `1.20` gets interpreted
    by YAML as `1.2` 🙃
    jamietanna committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fb55676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1f116 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix #37

    anon committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d741dd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1b61163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd2a77 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    46dbe22 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4061fba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from swistakm/fix/make-query-bindparam-play-al…

    …ong-with-x-go-type-skip-optional-pointer
    
    fix: make BindQueryParameter play along with x-go-type-skip-optional-pointer
    mromaszewicz authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8c8696b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5c804 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from TelpeNight/fix-opt-query-params

    Fix BindQueryParameter for optional parameters
    mromaszewicz authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    912bc9f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. chore(deps): pin dependencies

    renovate[bot] authored and jamietanna committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    409f622 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Use %w formatting directives when fmt.Error'ing an error. (#71)

    Signed-off-by: Cléo Rebert <cleo.rebert@ovhcloud.com>
    constantoine authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    0f4916e View commit details
    Browse the repository at this point in the history
Loading