Back to Go Swagger

Change Log

notes/v0.15.0.md

0.33.27.4 KB
Original Source

Change Log

0.15.0 (2018-07-11)

Full Changelog

Implemented enhancements:

  • Fail to generate model: unhandled type to resolve JSON pointer #1602
  • Suggestion: Implement golangci on go-swagger? #1576
  • Improve spec preprocessing : flatten vs expand #1572
  • Produces application/pdf ignored #1284
  • swagger json, title and possibly other constants in a separate package #1169
  • Debug prints regorganization #634

Fixed bugs:

  • Tuple unmarshaller fails on nil fields #1571
  • Deadlock issue in shutdown function under restapi #1565
  • Models: Invalid pointer redirect #1562
  • Broken code is generated with --skip-flatten #1559
  • Rendering and validation of maps in body #1556
  • Base64 validation wrongly performed after decoding the string field #1548
  • Model definition not included when response definition has an external $ref containing a schema $ref #1429
  • Client Generator hangs on swagger with circular dependencies. #957
  • repeated resolve of remote ref fails #908
  • Override struct type in json struct tag? #543

Closed issues:

  • Stack overflow error in swagger validate #1614
  • server execution on linux does not appear to call server.ConfigureFlags() in main.go #1584
  • Question: Accessing parsed command-line arguments in configureAPI method #1581
  • Error "Cannot find file" on transpile todo example yml to Go server code on windows. #1554
  • Json Generation Issues #1553
  • Security & Nullable fields #1546
  • swagger:parameters won't generate in spec when inside a function #1545
  • Polymorphism does not support --skip-flatten #1516
  • Bug in oauth2 example #1496
  • contributing guidelines lack development instructions #1484
  • Missing strfmt import #1480
  • The commit number of command swagger version is wrong v0.12.0 #1297
  • Fail to include import "github.com/go-openapi/validate" in first go generate #824
  • it appears that vendoring breaks client generation assumption #785

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator