-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update module github.com/swaggo/swag to v1.16.6 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-swaggo-swag-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
31b12ec to
9d894a1
Compare
9d894a1 to
7a26954
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7a26954 to
fadd651
Compare
fadd651 to
1d3e81c
Compare
1d3e81c to
621f2e5
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.16.1→v1.16.6Release Notes
swaggo/swag (github.com/swaggo/swag)
v1.16.6Compare Source
What's Changed
New Contributors
Full Changelog: swaggo/swag@v1.16.5...v1.16.6
v1.16.5Compare Source
What's Changed
go listis not an error in itself by @atercattus in #1981(default: false)for parseFuncBody flag by @nikpivkin in #1961runetest in enums tests by @sharunkumar in #2025New Contributors
Full Changelog: swaggo/swag@v1.16.4...v1.16.5
v1.16.4Compare Source
Changelog
85254b4Added multiline support for @description attribute for securityDefinitions (#1786)7204462Added suport for parsing comments inside of function bodies (#1824)d323b48Feat: Add support for parenthesis in router patterns (#1859)15dae35Feat: multi-arch docker image (#1756)83fe3caFix generics used with function scoped types (#1883)ff50cd6Fix global overrides for any/interface ref types (#1835)1d730c5Fix param comment escaping issue (#1890)697572aFixes Issue 1829 (#1830)28de14cFlags to parse internal and dependency package (#1894)4c2f8ddHandle case of empty GOROOT (#1798)87e7d9cUpdate docker go build version to 1.21 (#1758)4fd8a36Update docs for request and response headers (#1825)56fde5cUpdate operation.go (#1753)807dd1f[Issue 1812] fix misalignment in expected.json and api.go messing with parser_test (#1836)91624adadd support for "title" tag (#1762)f32d4d3adds support for complex types with function scope (#1813)c7f1cd8adds support for pointer function scoped fields (#1841)8a47dcbbump go version (#1797)0834357chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)1bb1445chore(deps): bump golang.org/x/net in /example/celler (#1794)6aa6613chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)d5af957chore(deps): bump golang.org/x/net in /example/markdown (#1792)0368d7dchore(deps): bump golang.org/x/net in /example/object-map-example (#1796)b8662dechore(deps): bump google.golang.org/protobuf (#1773)4a11e23chore(deps): bump google.golang.org/protobuf (#1774)937c239chore(deps): bump google.golang.org/protobuf in /example/celler (#1775)103ac42chore: Update ci.yml (#1902)90aa46fchore: fix some typos in comments (#1788)e55c557feat: read from stdin, write to stdout (#1831) (#1832)fd2fa83fix issue: #1780: filter $GOROOT path (#1827)10030b0fix parse nested structs and aliases (#1866)7159b0ffix: failing assert in enums test on 32bit (#1634)928264cfix: remove dropped tags from general infos (#1764)a74d34cfix:parse all field names declared in a row (#1872)0b9e347new release (#1901)a3c6d12support markdown description for declaration (#1893)9069105update README (#1856)v1.16.3Compare Source
Changelog
7147984Feat: Support generic with map params (#1746)ae7e404Fix: Trim tab spaces from @scope annotations (#1744)d4218f2Feat: Struct fields supported for header and path param types (#1740)76695caFix: TrimRight[]on an array filed json name to compatible with ts codegen (#1706)7603121Feat: Add flag state to generate operations with different state into different docs (#1629)0fb6820Feat: Deprecate some parts of routers in an operation (#1735)744a58eDrop support for go v1.17.x (#1723)6cdaaf5Fix: Find definitions from external packages first (#1666)0ade78cEnhancement: Improve docker container usage (#1704)2da9651Fix: nil supported in combined response object(#1667)v1.16.2Compare Source
Changelog
f05ccdcadd byte check before and after file is formatted (#1637)7534a13add cli flag --pdl to determine whether parse operations in dependency (#1605)21d34e2add retract to fix proxy cache caused by accidentally pushed tags (#1562)b2f325fchore(deps): bump github.com/gin-gonic/gin (#1598)8e5b314chore(deps): bump github.com/gin-gonic/gin in /example/celler (#1599)c8372f6chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support (#1600)23c9b5cchore(deps): bump gopkg.in/yaml.v3 (#1663)8ebf32fdocs(readme): fix param brace (#1647)27b27bdenchancement: report which property is triggering a parsing error (#1439)d0f9dc5feat: add --packagePrefix=P for only parse packages matched by prefix P (#1582)1bf0078feat: global security (#1620)9f128b4feat: preserve file permission when write formatted files (#1636)ea35767fix bug: enums of underscored number (#1581)0cee1c5fix required params parsing for routes with multiple paths and multiple params (#1621)e73a0d0fix using tab (\t) as separator for custom type names (#1594)4536bf2fix: enums in body got parse incorrectly (#1625)e749ad5fix: lint error for generated docs.go (#1583)575963eparse binary literal const (#1593)fe971d2parser: if all tags negate return true on no hits (#1624)e9d0aa5yaml.v3 security patch (#1664)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 this update again.
This PR was generated by Mend Renovate. View the repository job log.