build(deps): bump github.com/swaggo/swag to v2#319
Open
RiccardoM wants to merge 1 commit intoswaggo:masterfrom
Open
build(deps): bump github.com/swaggo/swag to v2#319RiccardoM wants to merge 1 commit intoswaggo:masterfrom
RiccardoM wants to merge 1 commit intoswaggo:masterfrom
Conversation
|
Can this be merged? It would be great to have Open API v3.x support |
|
Hello, I really need this feature to be merged. I guess @ubogdan is the reviewer we need? |
|
I haven't ever run a branched package like this, can we get a beta version of this deployed and I would be happy to test it out. |
|
+1 |
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.
Describe the PR
Bumps the
swaggo/swagdependency tov2, allowing to properly generate and render Open API v3.x specifications.Additional context
Currently the this library does not support generating and visualizing Open API v3.x specifications. Since this has been out for quite some time, I think it's time to fix this.
There is another related PR that also has to be merged for this to work properly: swaggo/files#28. This will introduce the ability to render an OpenAPI v3.x documentation without breaking any backward compatibility.