Skip to content

v0.18.0

Compare
Choose a tag to compare
@casualjim casualjim released this 22 Dec 20:01
· 748 commits to master since this release
v0.18.0
6b23bb6

Change Log

v0.18.0 (2018-12-22)

Full Changelog

Implemented enhancements:

  • Client cannot unmarshal struct #1729
  • swagger generation with --with-context result in compiles error #1684
  • Can't have server code in subdirectory #1624
  • Proposal: x-omitempty for general types #1623
  • When generating validations struct pkg references needs to be preserved #578

Fixed bugs:

  • Duplicated parentheses #1839
  • Regression with gob encoder optimization #1824
  • generated embedded_spec.go removing refs #1816
  • Duplicated imports in configure.go #1808
  • Recursive model errors during flattening stage of generate server #1796
  • Invalid paths in go generate directive #1789
  • race in handleShutdown #1781
  • non-compiling code if an API method contains a parameter named 'result' #1778
  • Are external references supported? #1774
  • One spec in multiple files (data types logic override) - error of generating #1767
  • go-swagger generate server: minItems (maxItems) on array fails during validation. #1755
  • Client wont compile with a route tagged "test" #1683
  • Generate client does not handle "-" dashes in --client-package consistently #1157

Closed issues:

  • body parameter of type string results in code that doesn't compile #1832
  • Add an option for placing the docs/docs.go file #1811
  • Deb version 0.17.2 doesn't contain the binary on bintray #1793
  • Parameters in swagger:route produce validation warnings #1785
  • Do not escape '&' character in json response #1763
  • Deb installation is broken with the new version with the "v" prefix #1760
  • Validate returns different output in console and logs #1722

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator