Open
Conversation
Contributor
Author
|
67f8daa to
0e8c4bc
Compare
a5510c7 to
0443435
Compare
8e7cce3 to
7cb39dc
Compare
b54e21d to
d386dd9
Compare
bbb2377 to
5bb297a
Compare
6985f06 to
eb19be2
Compare
3068cd9 to
e64d9d9
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
7a23570 to
f826e92
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.1.0->v1.2.0v0.133.0->v0.134.0v0.22.4->v0.22.5v0.25.4->v0.25.5v0.9.1->v0.9.2v1.14.33->v1.14.37v2.5.1->v2.6.0v1.1.2->v1.3.0v0.0.0-20250309154309-f31be36b4037->v0.0.1v0.0.0-20250309153720-d2182401db90->v0.0.1v0.19.2->v0.20.1v0.6.2->v0.6.3v2.4.3->v2.4.4v0.47.0->v0.49.0v0.32.0->v0.34.0v0.19.0->v0.20.0v0.40.0->v0.42.0v0.33.0->v0.35.01.25.5-1769430014->1.25.7-1773851748Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
FiloSottile/edwards25519 (filippo.io/edwards25519)
v1.2.0Compare Source
v1.1.1Compare Source
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.134.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.5Compare Source
0.22.5 - 2026-03-02
Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5
15 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #97
jsonpointer license terms
go-openapi/swag (github.com/go-openapi/swag/jsonname)
v0.25.5Compare Source
0.25.5 - 2026-03-02
Full Changelog: go-openapi/swag@v0.25.4...v0.25.5
16 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
swag license terms
Per-module changes
cmdutils (0.25.5)
Testing
conv (0.25.5)
Testing
Miscellaneous tasks
Updates
fileutils (0.25.5)
Testing
Updates
jsonname (0.25.5)
Testing
Updates
jsonutils/adapters/easyjson (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.25.5)
Testing
Updates
jsonutils (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
loading (0.25.5)
Testing
Miscellaneous tasks
Updates
mangling (0.25.5)
Code quality
Testing
Updates
netutils (0.25.5)
Testing
Updates
stringutils (0.25.5)
Testing
Updates
typeutils (0.25.5)
Testing
Updates
yamlutils (0.25.5)
Testing
Miscellaneous tasks
Updates
mailru/easyjson (github.com/mailru/easyjson)
v0.9.2Compare Source
What's Changed
Full Changelog: mailru/easyjson@v0.9.1...v0.9.2
mattn/go-sqlite3 (github.com/mattn/go-sqlite3)
v1.14.37Compare Source
v1.14.36Compare Source
v1.14.35Compare Source
v1.14.34Compare Source
oapi-codegen/oapi-codegen (github.com/oapi-codegen/oapi-codegen/v2)
v2.6.0: : 7th anniversary release 🎂Compare Source
For those that aren't aware, 7 years ago to the day,
oapi-codegenwas born!(Well, technically it's tonight at midnight UTC, but who's splitting hairs?)
There's nothing too special planned for today, but we thought it'd be the perfect time to cut
a slice of cakea release!🎉 Notable changes
New generated code requires
oapi-codegen/runtimev1.2.0+As part of #2256,
github.com/oapi-codegen/runtimev1.2.0 is needed alongsidegithub.com/oapi-codegen/oapi-codegen, for new generated code.This is providing a more future-proofed means to bind parameters.
See the release notes for the runtime package, and #2256 for more information.
oapi-codegenwas part of the GitHub Secure Open Source Fundoapi-codegenwas one of the projects taking part in the third GitHub Secure Open Source Fund session.We've written up more about what we've learned, and have some more things to share with you over the coming months about lessons we've learned and improvements we've taken that we can share.
We were pretty chuffed to be selected, and it's already helped improve our security posture as a project, which is also very important for the wider ecosystem!
godirective bump in next releaseLong-time users will be aware that we work very hard to try and keep our requirement for Go source compatibility, through the
godirective, especially as we recommend folks useoapi-codegenas a source-tracked dependency.For more details about this, see our Support Model docs.
In the next minor release, we'll be setting our minimum
godirective to Go 1.24 (End-of-Life on 2026-02-11), as it's required for a number of dependencies of ours to be updated any higher, and a change to the module import path for Speakeasy's OpenAPI Overlay library requires us fix this centrally for our users to be able to continue updating their libraries.Behind the scenes cleanup
There's also been some work behind-the-scenes to try and clean up outstanding issues (of which we know there are many!) that have been fixed, as well as Marcin's work on trying to do some more significant rework of the internals with help from Claude.
There's still, as ever, work to go with this - as we've mentioned before, sponsoring our work would be greatly appreciated, so we can continue to put in the work, considering this is a widely used and depended on project.
🚀 New features and improvements
resolve-type-name-collisionsto avoid name collisions (#200) @mgurevin🐛 Bug fixes
nullable.Nullablein arrays (#2242) @jamietannadescriptionis empty (#2226) @jamietanna$reftext responses (#2225) @mromaszewicz📝 Documentation updates
👻 Maintenance
go fix(#2229) @gaiaz-iusipovmake tidyafter Go module updates (#2159) @jamietannamake tidyafter dependency updates togo.mod(#2150) @jamietanna📦 Dependency updates
8 changes
Sponsors
We would like to thank our sponsors for their support during this release.
Details
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.