Files
swag/swag.changes

113 lines
5.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sun Aug 03 13:29:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 1.16.6:
* feat: allow description line continuation (#2048)
* Use the structs name without the @name comment (#2043)
* Feature: allow enum ordered const name override (2nd PR for
this) (#2046)
* fix: router with tilde #2004 (#2005)
* fix: prevent nil pointer dereference in getFuncDoc when parsing
dependencies (#2044)
-------------------------------------------------------------------
Sun Aug 03 13:28:38 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 1.16.5:
* feat: json:omitempty marks field as optional (#2041)
* fix(test): include `rune` test in enums tests (#2025)
* chore(deps): bump golang.org/x/crypto in /example/celler
(#1993)
* Remove redundant (default: false) for parseFuncBody flag
(#1961)
* x/text v0.21, x/tools v0.21 (#1962)
* non-empty stderr for `go list` is not an error in itself
(#1981)
* chore: accept event streaming (#1992)
* Extension: collectionFormat in struct tag (#1989)
* Fix typo error in README (#1954)
* fix: @name for recursion (#1948)
* chore(deps): bump golang.org/x/crypto in
/example/object-map-example (#1945)
* Fix format by goimports (#1927)
* Transfer golang type to swagger type with format reserved
(#1944)
* Fix compare original and formatted (#1915)
* support generate var-declared function doc (#1657)
* feat: ParseComment error to contain the comment (#1777)
* fix: use '&&' for security pair(AND) (#1659)
* feat: Add x-enum-descriptions to generated Swagger
documentation for Enums (#1878)
* Added support for @tag.x- attributes for tags (#1784) (#1785)
-------------------------------------------------------------------
Fri Oct 18 21:33:41 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.16.4:
* new release (#1901)
* chore: Update ci.yml (#1902)
* Feat: Add support for parenthesis in router patterns (#1859)
* fix: failing assert in enums test on 32bit (#1634)
* Flags to parse internal and dependency package (#1894)
* fixparse all field names declared in a row (#1872)
* Update docs for request and response headers (#1825)
* update README (#1856)
* support markdown description for declaration (#1893)
* Fix param comment escaping issue (#1890)
* Fix generics used with function scoped types (#1883)
* fix parse nested structs and aliases (#1866)
* adds support for pointer function scoped fields (#1841)
* Fix global overrides for any/interface ref types (#1835)
* Fixes Issue 1829 (#1830)
* [Issue 1812] fix misalignment in expected.json and api.go
messing with parser_test (#1836)
* adds support for complex types with function scope (#1813)
* Added suport for parsing comments inside of function bodies
(#1824)
* feat: read from stdin, write to stdout (#1831) (#1832)
* fix issue: #1780: filter $GOROOT path (#1827)
* chore(deps): bump google.golang.org/protobuf in /example/celler
(#1775)
* chore(deps): bump google.golang.org/protobuf (#1774)
* chore(deps): bump google.golang.org/protobuf (#1773)
* Feat: multi-arch docker image (#1756)
* Added multiline support for @description attribute for
securityDefinitions (#1786)
* Handle case of empty GOROOT (#1798)
* chore(deps): bump golang.org/x/net in
/example/object-map-example (#1796)
* chore(deps): bump golang.org/x/net in
/example/go-module-support (#1795)
* chore(deps): bump golang.org/x/net in /example/celler (#1794)
* chore(deps): bump golang.org/x/net in /example/markdown (#1792)
* chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
(#1793)
* bump go version (#1797)
* chore: fix some typos in comments (#1788)
* add support for "title" tag (#1762)
* Update docker go build version to 1.21 (#1758)
* fix: remove dropped tags from general infos (#1764)
* Update operation.go (#1753)
-------------------------------------------------------------------
Fri Sep 27 11:11:22 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Re-enable binary stripping and debuginfo boo#1210938
* Use BuildRequires: golang(API) >= 1.22 rather than pin go1.22.
The golang(API) expression allows use of newer go versions and
integrates with the go metapackage via OBS prjconf Prefer:
* Drop autosetup -p 1 arg only needed when package has patches
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable
but none exist at this time.
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
* Drop go build -o arg, default binary name is package of main()
-------------------------------------------------------------------
Sat Jun 15 07:22:01 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package swag: Automatically generate RESTful API
documentation with Swagger 2.0 for Go