-
-
Notifications
You must be signed in to change notification settings - Fork 883
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/oapi-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: oapi-codegen/oapi-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 52 files changed
- 2 contributors
Commits on Sep 17, 2023
-
Migrate middleware to their own Go modules
Similar to our work with the migration to separate modules for the `pkg/runtime` and `pkg/types` packages, we can do the same for the middleware. This allows us to iterate over these quicker than the underlying code generator and gives us the opportunity to introduce breaking changes more easily if appropriate. These won't be removed until the next major version, but we can mark them as deprecated to nudge folks to move away from them.
Configuration menu - View commit details
-
Copy full SHA for 2d349f4 - Browse repository at this point
Copy the full SHA 2d349f4View commit details -
To nudge people to move along to the new versions in their own repos.
Configuration menu - View commit details
-
Copy full SHA for 58e3d16 - Browse repository at this point
Copy the full SHA 58e3d16View commit details
Commits on Sep 18, 2023
-
Instead of Dependabot, as it gives us more control.
Configuration menu - View commit details
-
Copy full SHA for 46d2694 - Browse repository at this point
Copy the full SHA 46d2694View commit details
Commits on Oct 15, 2023
-
Replace Echo-specific handler call
As part of replacing `testutil` with a separate library, we're removing this convenience method, as we can provide a full drop-in replacement with `GoWithHTTPHandler`.
Configuration menu - View commit details
-
Copy full SHA for 82cbf4a - Browse repository at this point
Copy the full SHA 82cbf4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d98312 - Browse repository at this point
Copy the full SHA 6d98312View commit details -
Configuration menu - View commit details
-
Copy full SHA for d663b6c - Browse repository at this point
Copy the full SHA d663b6cView commit details
Commits on Oct 23, 2023
-
Fix: Ensure deprecations are parsed correctly
It appears that GoDoc does not parse these deprecation warnings as a deprecation unless there is an explicit blank comment between lines, or it is the start of a doc comment.
Configuration menu - View commit details
-
Copy full SHA for eb5e119 - Browse repository at this point
Copy the full SHA eb5e119View commit details
Commits on Oct 24, 2023
-
Add pkg.go.dev links to deprecation warnings
So they're more actionable, as the previous setup didn't quite make it possible to link directly through to replacing symbol.
Configuration menu - View commit details
-
Copy full SHA for 81b4e34 - Browse repository at this point
Copy the full SHA 81b4e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2cd60 - Browse repository at this point
Copy the full SHA 5d2cd60View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.15.0...v1.16.2