Back to Go Swagger

Change Log

notes/v0.16.0.md

0.33.24.7 KB
Original Source

Change Log

0.16.0 (2018-08-11)

Full Changelog

Implemented enhancements:

  • Contributed templates #1625
  • issue with validation of multipleOf with the factor being float #1618
  • Server locks up on adding flags with go-flags #1473
  • Dependency management v/ generated code #1419
  • Replace graceful with built-in methods (1.8 onwards) #1418

Fixed bugs:

  • Generate Server - panic if "type" missing #1648
  • Server cannot unmarshal array of polymorphic values #1637
  • Client generation fails with 0.15.0, works with 0.14.0 #1621
  • (Un)MarshalJSON functions ignore part of struct when model is generated with allOf: #1617
  • Stack overflow error in swagger validate #1614
  • Handle platform-specific file names #1596
  • More than one tag on a path breaks server code generation #931

Closed issues:

  • Invalid model generated #1653
  • use of closed network connection error on shutdown in 0.15 #1650
  • Generating server code changes files randomly with multiple mimetypes #1646

Merged pull requests:

  • Better example for redirect in operation #1657 (fredbi)
  • update examples and vendor #1656 (casualjim)
  • Fix parallel unit test for models #1654 (fredbi)
  • Fixes #1648 [regression from #1638: codegen panics when type omitted] #1652 (fredbi)
  • fix random ordering of mimetypes in the doc strings on generate #1647 (cp16net)
  • Acknowledges fix from previous PR (#1160) - added test to CI #1643 (fredbi)
  • Improves error handling at startup for https server #1642 (fredbi)
  • Unmarshalling array of polymorphic type in body parameter #1641 (fredbi)
  • Mangle file names with a specific meaning for go build #1640 (fredbi)
  • Add support for top-level properties in models with AllOf #1639 (fredbi)
  • Make format resolving strictly to require a valid pair of type and format. #1638 (co3k)
  • Support go.mod from Go 1.11 #1636 (shaxbee)
  • Improvements to minimal flattening #1631 (fredbi)
  • Reverts silent change brought by #1612 #1630 (fredbi)
  • Many shutdown fixes #1627 (Phlamethrower)
  • Add contributed template option and stratoscale's templates #1626 (michaelf-stratoscale)
  • optimize to clone schema #1620 (koron)
  • Fixes minor glitches in documentation #1616 (fredbi)

* This Change Log was automatically generated by github_changelog_generator