fix(deps): update module github.com/deepmap/oapi-codegen/v2 to v2.3.0 #740
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0
->v2.3.0
v2.2.0
->v2.3.0
Release Notes
deepmap/oapi-codegen (github.com/deepmap/oapi-codegen/v2)
v2.3.0
: Updates related to repository moveCompare Source
With this version,
oapi-codegen
consolidates all code undergithub.aaakk.us.kg/oapi-codegen
. When you install the core tool, please use this new location,github.com/oapi-codegen/oapi-codegen/v2
starting with versionv2.3.0
, but continue to usegithub.aaakk.us.kg/deepmap/oapi-codegen/v2
with any earlier release.This release contains changes to import paths, go.mod and the README.
What's Changed
Full Changelog: oapi-codegen/oapi-codegen@v2.2.0...v2.3.0
v2.2.0
: : Pure-Go 1.22+ server, documentation overhaul. JSON schema and several bug fixesCompare Source
Big announcements
In case you've missed it, we've got a few big announcements as maintainers of
oapi-codegen
which we'd recommend you read in more depth.oapi-codegen
is moving to its own orgoapi-codegen
in the futureWe'd also like to thank our sponsors for this release:
🔊 Notable features
The v2.2.0 release was largely focussed on the following big changes, alongside a number of other bug fixes.
Generate a pure Go 1.22+
net/http
serverWith Go 1.22+'s enhanced routing, it's now easier than ever to be able to write a pure-Go HTTP service, and thanks to a contribution from @thedadams we now have a
std-http-server
, further documented in the Supported Servers section in the README.Documentation overhaul
A significant undertaking in this release was to rewrite pretty much every line of documentation we had, as well as introducing a number of additional examples and test cases.
We're excited to hear your feedback on the new structure of the README, the additional docs added, and whether there are any additional examples that may be of use.
JSON Schema configuration
In the spirit of documentation, we now also have a JSON schema which can be found further documented in the Usage section in the README.
This not only gives a separate definition of fields and their meaning, but it can be used with IDEs for autocompletion and validation, allowing for a much better Developer Experience.
kin-openapi upgrade
A few big upgrades have come in kin-openapi, which we use for the underlying OpenAPI parsing and validation, which included a significant breaking change that meant that consumers of
oapi-codegen
couldn't upgrade the kin-openapi version until we had made changes inoapi-codegen
.This has additionally been set up as an FAQ as it's one we commonly get.
🚀 New features and improvements
🐛 Bug fixes
nullable
(#1585) @jamietanna📝 Documentation updates
echo
server (#1627) @jamietannax-go-type-name
docs (#1616) @jamietannastd-http-server
example (#1576) @sajjanjyothimain
branch (#1493) @dharsanb👻 Maintenance
mergeOpenapiSchemas
(#1424) @Juneezeegolang.org/x/lint
(#1588) @jamietannaadditionalProperties
bug (#1528) @jamietanna📦 Dependency updates
16 changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.