github.com/yilecjw/go-swagger@v0.19.0/notes/v0.15.0.md (about) 1 # Change Log 2 3 ## [0.15.0](https://github.com/go-swagger/go-swagger/tree/0.15.0) (2018-07-11) 4 [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.14.0...0.15.0) 5 6 **Implemented enhancements:** 7 8 - Fail to generate model: unhandled type to resolve JSON pointer [\#1602](https://github.com/go-swagger/go-swagger/issues/1602) 9 - Suggestion: Implement golangci on go-swagger? [\#1576](https://github.com/go-swagger/go-swagger/issues/1576) 10 - Improve spec preprocessing : flatten vs expand [\#1572](https://github.com/go-swagger/go-swagger/issues/1572) 11 - Produces application/pdf ignored [\#1284](https://github.com/go-swagger/go-swagger/issues/1284) 12 - swagger json, title and possibly other constants in a separate package [\#1169](https://github.com/go-swagger/go-swagger/issues/1169) 13 - Debug prints regorganization [\#634](https://github.com/go-swagger/go-swagger/issues/634) 14 15 **Fixed bugs:** 16 17 - Tuple unmarshaller fails on nil fields [\#1571](https://github.com/go-swagger/go-swagger/issues/1571) 18 - Deadlock issue in shutdown function under restapi [\#1565](https://github.com/go-swagger/go-swagger/issues/1565) 19 - Models: Invalid pointer redirect [\#1562](https://github.com/go-swagger/go-swagger/issues/1562) 20 - Broken code is generated with --skip-flatten [\#1559](https://github.com/go-swagger/go-swagger/issues/1559) 21 - Rendering and validation of maps in body [\#1556](https://github.com/go-swagger/go-swagger/issues/1556) 22 - Base64 validation wrongly performed after decoding the string field [\#1548](https://github.com/go-swagger/go-swagger/issues/1548) 23 - Model definition not included when response definition has an external $ref containing a schema $ref [\#1429](https://github.com/go-swagger/go-swagger/issues/1429) 24 - Client Generator hangs on swagger with circular dependencies. [\#957](https://github.com/go-swagger/go-swagger/issues/957) 25 - repeated resolve of remote ref fails [\#908](https://github.com/go-swagger/go-swagger/issues/908) 26 - Override struct type in json struct tag? [\#543](https://github.com/go-swagger/go-swagger/issues/543) 27 28 **Closed issues:** 29 30 - Stack overflow error in swagger validate [\#1614](https://github.com/go-swagger/go-swagger/issues/1614) 31 - server execution on linux does not appear to call server.ConfigureFlags\(\) in main.go [\#1584](https://github.com/go-swagger/go-swagger/issues/1584) 32 - Question: Accessing parsed command-line arguments in configureAPI method [\#1581](https://github.com/go-swagger/go-swagger/issues/1581) 33 - Error "Cannot find file" on transpile todo example yml to Go server code on windows. [\#1554](https://github.com/go-swagger/go-swagger/issues/1554) 34 - Json Generation Issues [\#1553](https://github.com/go-swagger/go-swagger/issues/1553) 35 - Security & Nullable fields [\#1546](https://github.com/go-swagger/go-swagger/issues/1546) 36 - swagger:parameters won't generate in spec when inside a function [\#1545](https://github.com/go-swagger/go-swagger/issues/1545) 37 - Polymorphism does not support --skip-flatten [\#1516](https://github.com/go-swagger/go-swagger/issues/1516) 38 - Bug in oauth2 example [\#1496](https://github.com/go-swagger/go-swagger/issues/1496) 39 - contributing guidelines lack development instructions [\#1484](https://github.com/go-swagger/go-swagger/issues/1484) 40 - Missing strfmt import [\#1480](https://github.com/go-swagger/go-swagger/issues/1480) 41 - The commit number of command `swagger version` is wrong v0.12.0 [\#1297](https://github.com/go-swagger/go-swagger/issues/1297) 42 - Fail to include import "github.com/go-openapi/validate" in first go generate [\#824](https://github.com/go-swagger/go-swagger/issues/824) 43 - it appears that vendoring breaks client generation assumption [\#785](https://github.com/go-swagger/go-swagger/issues/785) 44 45 **Merged pull requests:** 46 47 - Fixes \#1614 [\#1615](https://github.com/go-swagger/go-swagger/pull/1615) ([fredbi](https://github.com/fredbi)) 48 - Feature/x-order [\#1612](https://github.com/go-swagger/go-swagger/pull/1612) ([liber-takano](https://github.com/liber-takano)) 49 - Update vendor 20180710 [\#1608](https://github.com/go-swagger/go-swagger/pull/1608) ([fredbi](https://github.com/fredbi)) 50 - Document contribution guidelines [\#1607](https://github.com/go-swagger/go-swagger/pull/1607) ([fredbi](https://github.com/fredbi)) 51 - Review doc site [\#1604](https://github.com/go-swagger/go-swagger/pull/1604) ([fredbi](https://github.com/fredbi)) 52 - regen examples [\#1600](https://github.com/go-swagger/go-swagger/pull/1600) ([fredbi](https://github.com/fredbi)) 53 - Update vendor - keep up to date with go-openapi repo [\#1599](https://github.com/go-swagger/go-swagger/pull/1599) ([fredbi](https://github.com/fredbi)) 54 - Refactor debug code [\#1598](https://github.com/go-swagger/go-swagger/pull/1598) ([fredbi](https://github.com/fredbi)) 55 - Fix some linting and mispelling issues [\#1597](https://github.com/go-swagger/go-swagger/pull/1597) ([fredbi](https://github.com/fredbi)) 56 - Validation of string with format "byte" [\#1593](https://github.com/go-swagger/go-swagger/pull/1593) ([fredbi](https://github.com/fredbi)) 57 - Tuple serializer [\#1592](https://github.com/go-swagger/go-swagger/pull/1592) ([fredbi](https://github.com/fredbi)) 58 - Add go report card and golangci badges [\#1590](https://github.com/go-swagger/go-swagger/pull/1590) ([fredbi](https://github.com/fredbi)) 59 - Doc for new flatten [\#1589](https://github.com/go-swagger/go-swagger/pull/1589) ([fredbi](https://github.com/fredbi)) 60 - Minimal flatten [\#1588](https://github.com/go-swagger/go-swagger/pull/1588) ([fredbi](https://github.com/fredbi)) 61 - Add license scan report and status [\#1586](https://github.com/go-swagger/go-swagger/pull/1586) ([fossabot](https://github.com/fossabot)) 62 - Update vendor 20180630 [\#1585](https://github.com/go-swagger/go-swagger/pull/1585) ([fredbi](https://github.com/fredbi)) 63 - Create .golangci.yml [\#1578](https://github.com/go-swagger/go-swagger/pull/1578) ([JonKohler](https://github.com/JonKohler)) 64 - Update README.md to add Nutanix to the list [\#1577](https://github.com/go-swagger/go-swagger/pull/1577) ([JonKohler](https://github.com/JonKohler)) 65 - Replace tylerb/graceful with inbuilt methods Go 1.8 onwards - new request [\#1574](https://github.com/go-swagger/go-swagger/pull/1574) ([tortuoise](https://github.com/tortuoise)) 66 - fix: Shutdown method didn't shutdown all the schemes [\#1569](https://github.com/go-swagger/go-swagger/pull/1569) ([dreamlover](https://github.com/dreamlover)) 67 - Anonymous body parameters and responses [\#1568](https://github.com/go-swagger/go-swagger/pull/1568) ([fredbi](https://github.com/fredbi)) 68 - swagger:type Documentation [\#1567](https://github.com/go-swagger/go-swagger/pull/1567) ([nathanwilk7](https://github.com/nathanwilk7)) 69 - Render and validate maps in body parameters [\#1566](https://github.com/go-swagger/go-swagger/pull/1566) ([fredbi](https://github.com/fredbi)) 70 - Fix typo in clone command [\#1564](https://github.com/go-swagger/go-swagger/pull/1564) ([dbmalkovsky](https://github.com/dbmalkovsky)) 71 - Generate consumer/producer handlers that are not whitelisted [\#1557](https://github.com/go-swagger/go-swagger/pull/1557) ([Xzya](https://github.com/Xzya)) 72 - Doc dependencies requirement [\#1555](https://github.com/go-swagger/go-swagger/pull/1555) ([fredbi](https://github.com/fredbi)) 73 - Allow parameter code generation when struct is inside a function. [\#1550](https://github.com/go-swagger/go-swagger/pull/1550) ([josephspurrier](https://github.com/josephspurrier)) 74 75 \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*