All Versions
12
Latest Version
Avg Release Cycle
59 days
Latest Release
1539 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.17.1 Changes
October 23, 2018๐ Change Log
v0.17.1 (2018-10-21)
Implemented enhancements:
- un-graceful shutdown after 15 seconds on generated restapi/server.go#handleShutdown #1714
- ๐ Better Email Validation #1519
๐ Fixed bugs:
- skipping -A/--name option in generate server generates corrupt code #1746
Closed issues:
- โ
testing server: the required flags
--tls-certificate
and--tls-key
were not specified #1745 - Go-swagger vendoring problem #1743
๐ Merged pull requests:
- ๐ fix typo in docs #1756 (jharshman)
- ๐ feature: x-omitempty extension for general types #1751 (zhuangqh)
- verifies swagger:operation can deal with $ref #1750 (casualjim)
- โก๏ธ Updated contributing guidelines #1749 (fredbi)
- ๐ Fix go generate command when --name is absent #1748 (fredbi)
- ๐ Handle relative path when using Go modules #1744 (mikkeloscar)
* This Change Log was automatically generated by github_changelog_generator
-
v0.17.0 Changes
October 07, 2018๐ Change Log
v0.17.0 (2018-10-06)
Implemented enhancements:
- Unused variable in restapi/server.go #1692
- Generate spec in yml format #1686
- ๐ฐ Could not get payload or file content from request #1666
Closed issues:
- --socket-path is being ignored #1740
- Request context does not flow down handler pipeline (handler registered i globalmiddleware) is lost. #1733
- Cannot install go-swagger #1728
- ๐ -m, --scan-models missing when compiled using go 1.11 with module support #1718
- ๐ฆ Models rendered to file even if imported from external package using x-go-type #1710
- ๐ Bug in external type import using x-go-type #1703
- ๐ฆ How to receive the shutdown signal from generated server? #1695
- errcheck failed on generated restapi/server.go#handleInterrupt #1689
- ๐ Move to go modules ? #1677
- ๐ Move from x/net/context to just context #1676
- tuple unmarshaller fails #1673
- Path parameter with request body #1523
๐ Merged pull requests:
- ๐ Fix graceful-timeout variable #1732 (gregorhollmig)
- โจ Enhance Server to have configurable graceful timeout #1730 (gregorhollmig)
- ๐ use different bindata binary #1723 (casualjim)
- ๐ Fix do not generate models with x-go-type extension #1717 (moskal91)
- ๐ Fix missing error check on s.Shutdown() #1715 (MrLuje)
- ๐ Allow to include/exclude routes by their tags #1709 (scf2k)
- ๐ Support dot in the tag names #1706 (scf2k)
- ๐ Fix x-go-type imports missing #1705 (moskal91)
- โ Remove unused variable #1701 (jackwilsdon)
- โจ Enhance spec #1700 (chenziliang)
- โ Add include/exclude parameters to spec generator #1698 (scf2k)
- ๐ Make extension generation optional #1697 (chenziliang)
- ๐ fix minor typo "you" to "your" #1694 (stmuk)
- โ Add yaml format spec support #1693 (chenziliang)
- โ remove telling user they need to install context package #1691 (etsangsplk)
- โ Gave up with parallel testing #1669 (fredbi)
- ๐ฑ Spelling mistake ๐ #1667 (frg)
- ๐ Fix race condition in unit test #1664 (fredbi)
- ๐ Improve go.mod support in generator #1661 (mikkeloscar)
* This Change Log was automatically generated by github_changelog_generator