Tags: jredville/go-swagger
Tags
[Full Changelog](go-swagger/go-swagger@0.6.0...0.7.2) **Closed issues:** - configure_xxx.go file gets overwritten everytime. [\go-swagger#687](go-swagger#687)
[Full Changelog](go-swagger/go-swagger@0.6.0...0.7.1) **Implemented enhancements:** - embedded ui - allows for configuring generation process for layout on disk and templates **Closed issues:** - `swagger validate` raise an error [\go-swagger#684](go-swagger#684) - Can't install swagger command in Go 1.6. [\go-swagger#679](go-swagger#679) - Generating a model from an inline response schema [\go-swagger#676](go-swagger#676) - No way to generate type `int` \(always uses `int64`\) [\go-swagger#675](go-swagger#675) - Question: After set authentication , CROS handler doesn't work [\go-swagger#663](go-swagger#663) - Swagger\_linux\_amd64 does not match master branch of go-swagger [\go-swagger#647](go-swagger#647) **Merged pull requests:** - add a command to serve a docs ui [\go-swagger#683](go-swagger#683) ([casualjim](https://github.com/casualjim)) - Allow x-nullable for nested models [\go-swagger#682](go-swagger#682) ([dnephin](https://github.com/dnephin)) - Multi success for client [\go-swagger#681](go-swagger#681) ([casualjim](https://github.com/casualjim)) - Bug fixes for generating operation models [\go-swagger#680](go-swagger#680) ([dnephin](https://github.com/dnephin)) - add a NewXxxParamsWithContext method to the generated client [\go-swagger#677](go-swagger#677) ([casualjim](https://github.com/casualjim)) - Make the template for schematype and structfield more readable. [\go-swagger#674](go-swagger#674) ([dnephin](https://github.com/dnephin)) - Ignore embedded structs with tag json:"-" [\go-swagger#672](go-swagger#672) ([gaplyk](https://github.com/gaplyk)) - Fix appveyor [\go-swagger#671](go-swagger#671) ([casualjim](https://github.com/casualjim)) - Default https host before mutating it. [\go-swagger#666](go-swagger#666) ([eicca](https://github.com/eicca)) - adds a context method to the api builder [\go-swagger#664](go-swagger#664) ([casualjim](https://github.com/casualjim)) - Example project for a generating a streaming server [\go-swagger#662](go-swagger#662) ([nelz9999](https://github.com/nelz9999)) - add constants for string enums [\go-swagger#660](go-swagger#660) ([rgarcia](https://github.com/rgarcia)) - Gen layout configfile [\go-swagger#658](go-swagger#658) ([casualjim](https://github.com/casualjim)) - Correcting typo [\go-swagger#657](go-swagger#657) ([nathj07](https://github.com/nathj07)) - adds viper to vendor [\go-swagger#655](go-swagger#655) ([casualjim](https://github.com/casualjim)) - Fix up server logs [\go-swagger#652](go-swagger#652) ([CJTozer](https://github.com/CJTozer))
[Full Changelog](go-swagger/go-swagger@0.6.0...0.7.0) **Implemented enhancements:** - embedded ui - allows for configuring generation process for layout on disk and templates **Closed issues:** - Can't install swagger command in Go 1.6. [\go-swagger#679](go-swagger#679) - Generating a model from an inline response schema [\go-swagger#676](go-swagger#676) - No way to generate type `int` \(always uses `int64`\) [\go-swagger#675](go-swagger#675) - Question: After set authentication , CROS handler doesn't work [\go-swagger#663](go-swagger#663) - Swagger\_linux\_amd64 does not match master branch of go-swagger [\go-swagger#647](go-swagger#647) **Merged pull requests:** - add a command to serve a docs ui [\go-swagger#683](go-swagger#683) ([casualjim](https://github.com/casualjim)) - Allow x-nullable for nested models [\go-swagger#682](go-swagger#682) ([dnephin](https://github.com/dnephin)) - Multi success for client [\go-swagger#681](go-swagger#681) ([casualjim](https://github.com/casualjim)) - Bug fixes for generating operation models [\go-swagger#680](go-swagger#680) ([dnephin](https://github.com/dnephin)) - add a NewXxxParamsWithContext method to the generated client [\go-swagger#677](go-swagger#677) ([casualjim](https://github.com/casualjim)) - Make the template for schematype and structfield more readable. [\go-swagger#674](go-swagger#674) ([dnephin](https://github.com/dnephin)) - Ignore embedded structs with tag json:"-" [\go-swagger#672](go-swagger#672) ([gaplyk](https://github.com/gaplyk)) - Fix appveyor [\go-swagger#671](go-swagger#671) ([casualjim](https://github.com/casualjim)) - Default https host before mutating it. [\go-swagger#666](go-swagger#666) ([eicca](https://github.com/eicca)) - adds a context method to the api builder [\go-swagger#664](go-swagger#664) ([casualjim](https://github.com/casualjim)) - Example project for a generating a streaming server [\go-swagger#662](go-swagger#662) ([nelz9999](https://github.com/nelz9999)) - add constants for string enums [\go-swagger#660](go-swagger#660) ([rgarcia](https://github.com/rgarcia)) - Gen layout configfile [\go-swagger#658](go-swagger#658) ([casualjim](https://github.com/casualjim)) - Correcting typo [\go-swagger#657](go-swagger#657) ([nathj07](https://github.com/nathj07)) - adds viper to vendor [\go-swagger#655](go-swagger#655) ([casualjim](https://github.com/casualjim)) - Fix up server logs [\go-swagger#652](go-swagger#652) ([CJTozer](https://github.com/CJTozer))
prepare for 0.6.0 release (go-swagger#648) * adds linux arm as build target * fix go-swagger#639 set swagger json in init * add dev/branch containers * update release notes
Release 0.5.9 (go-swagger#532) * prepare for 0.5.9 release * update notes * add note to readme * update for go 1.5
[Full Changelog](go-swagger/go-swagger@0.4.0...HEAD) **Implemented enhancements:** - No consumers and producers for "text/plain" in the client runtime [go-swagger#360](go-swagger#360) - No consumers and producers for "application/xml" in the client runtime [go-swagger#359](go-swagger#359) - Add http/unix socket transport [go-swagger#278](go-swagger#278) - Clean up tutorial [go-swagger#275](go-swagger#275) **Fixed bugs:** - Basic auth doesn't compile [go-swagger#406](go-swagger#406) - Recursive model definition causes infinite loop [go-swagger#399](go-swagger#399) - No data fields in the response object [go-swagger#384](go-swagger#384) - Validation code tries to compare a non-nullable with a nil value. [go-swagger#381](go-swagger#381) - CLI help is printed twice. [go-swagger#375](go-swagger#375) - Question - Expose the server port if a random port is used for the server [go-swagger#372](go-swagger#372) - Expanding nested items is broken. [go-swagger#367](go-swagger#367) - Incorrect type used for validator [go-swagger#363](go-swagger#363) - Generated comments on model types and client operations don't begin with the type / operation name in some cases [go-swagger#356](go-swagger#356) - Wrong enum type names in the client generator [go-swagger#352](go-swagger#352) - panic: on array/collectionFormat + validation [go-swagger#351](go-swagger#351) - Default value is not generated for boolean type. [go-swagger#350](go-swagger#350) - Generated model results in broken build [go-swagger#340](go-swagger#340) - API client has wrong package name [go-swagger#330](go-swagger#330) - duplicate declarations on a naming colision [go-swagger#325](go-swagger#325) - Validator treats parameter references as errors [go-swagger#321](go-swagger#321) - Issue with parameters of type file in the client generator [go-swagger#320](go-swagger#320) - Map of base type generates a map of *Interface instead of map of Interface [go-swagger#319](go-swagger#319) - Models: do not generate pointers and omitempty if property is required [go-swagger#300](go-swagger#300) **Closed issues:** - Panic expanding responses that are a schema ref with circular refs [go-swagger#415](go-swagger#415) - No way to hook code after flags are parsed but before request handling starts [go-swagger#403](go-swagger#403) - Tagging a parameter with "pattern" doesn't seem to always have affect [go-swagger#369](go-swagger#369) - Boolean parameters are generated into strings [go-swagger#346](go-swagger#346) - Missing package swag in generated models [go-swagger#345](go-swagger#345) - Wrong httpkit/validate package in generated model files [go-swagger#343](go-swagger#343) - String param with binary format in body does not validate [go-swagger#341](go-swagger#341) - Add support for tar, gzip [go-swagger#326](go-swagger#326) - The generated import path has incorrect prefix [go-swagger#323](go-swagger#323) - Some --skip-* flags not working [go-swagger#322](go-swagger#322) - Support for cookies in the client runtime [go-swagger#308](go-swagger#308) **Merged pull requests:** - adds dumpdata flags to client and server [go-swagger#418](go-swagger#418) ([casualjim](https://github.com/casualjim)) - resolves refs for parameters and responses, fixes go-swagger#384 [go-swagger#417](go-swagger#417) ([casualjim](https://github.com/casualjim)) - fix Panic expanding responses that are a schema ref with circular [go-swagger#416](go-swagger#416) ([pytlesk4](https://github.com/pytlesk4)) - Don't panic when handling circular refs. [go-swagger#414](go-swagger#414) ([pytlesk4](https://github.com/pytlesk4)) - Fix build on all build servers [go-swagger#412](go-swagger#412) ([casualjim](https://github.com/casualjim)) - Remove dependency heavy goconvey [go-swagger#411](go-swagger#411) ([casualjim](https://github.com/casualjim)) - refines omitempty and fixes basicauth [go-swagger#410](go-swagger#410) ([casualjim](https://github.com/casualjim)) - Add *raw-stream mimetype mapping [go-swagger#408](go-swagger#408) ([sflxn](https://github.com/sflxn)) - Add setter to generated response writer [go-swagger#405](go-swagger#405) ([anfernee](https://github.com/anfernee)) - Allow empty content-type when allowed list is empty [go-swagger#404](go-swagger#404) ([anfernee](https://github.com/anfernee)) - generate all models if name not specified [go-swagger#401](go-swagger#401) ([easeway](https://github.com/easeway)) - Proper handle of array of pointers to struct [go-swagger#396](go-swagger#396) ([gaplyk](https://github.com/gaplyk)) - 368 merge expand items [go-swagger#394](go-swagger#394) ([casualjim](https://github.com/casualjim)) - expand schemas properly, with all tests passing. [go-swagger#393](go-swagger#393) ([pytlesk4](https://github.com/pytlesk4)) - split restapi.NewServer [go-swagger#392](go-swagger#392) ([caglar10ur](https://github.com/caglar10ur)) - Fix issue with unknown primitive. [go-swagger#391](go-swagger#391) ([gaplyk](https://github.com/gaplyk)) - better validation for invalid refs [go-swagger#387](go-swagger#387) ([casualjim](https://github.com/casualjim)) - deal with empty required bodies [go-swagger#385](go-swagger#385) ([casualjim](https://github.com/casualjim)) - primitive aliases are not nullable [go-swagger#383](go-swagger#383) ([casualjim](https://github.com/casualjim)) - fixes some golint warnings in generated client [go-swagger#380](go-swagger#380) ([casualjim](https://github.com/casualjim)) - mangle type name for string alias [go-swagger#379](go-swagger#379) ([casualjim](https://github.com/casualjim)) - fix argument passing for validation function [go-swagger#378](go-swagger#378) ([casualjim](https://github.com/casualjim)) - better default handling in parameters [go-swagger#377](go-swagger#377) ([casualjim](https://github.com/casualjim)) - Fixes compilation error for stream type [go-swagger#376](go-swagger#376) ([casualjim](https://github.com/casualjim)) - specializes min/max validations for int [go-swagger#374](go-swagger#374) ([casualjim](https://github.com/casualjim)) - Separates listen from serve in server [go-swagger#373](go-swagger#373) ([casualjim](https://github.com/casualjim)) - Add plain text consumer and producer [go-swagger#364](go-swagger#364) ([stoyanr](https://github.com/stoyanr)) - Add XML consumer and producer [go-swagger#362](go-swagger#362) ([stoyanr](https://github.com/stoyanr)) - scan: treat error primitive as string [go-swagger#349](go-swagger#349) ([fsouza](https://github.com/fsouza)) - Fix overriding consumes in spec for client [go-swagger#348](go-swagger#348) ([casualjim](https://github.com/casualjim)) - fix missing httpkit import in models [go-swagger#344](go-swagger#344) ([easeway](https://github.com/easeway)) - fixes go-swagger#330 package for client is client package [go-swagger#339](go-swagger#339) ([casualjim](https://github.com/casualjim)) - update vendored deps [go-swagger#338](go-swagger#338) ([casualjim](https://github.com/casualjim)) - adds --with-context for a request scoped net/context [go-swagger#337](go-swagger#337) ([casualjim](https://github.com/casualjim)) - add support for binary string format [go-swagger#336](go-swagger#336) ([casualjim](https://github.com/casualjim)) - make enum names for property different from aliased types [go-swagger#335](go-swagger#335) ([casualjim](https://github.com/casualjim)) - add --scan-models flag for generate spec command [go-swagger#333](go-swagger#333) ([casualjim](https://github.com/casualjim)) - no pointer for base type in maps [go-swagger#332](go-swagger#332) ([casualjim](https://github.com/casualjim)) - reinstate --skip-* arguments [go-swagger#329](go-swagger#329) ([casualjim](https://github.com/casualjim)) - Add tar, gzip support [go-swagger#327](go-swagger#327) ([jzt](https://github.com/jzt)) - full path for go imports run [go-swagger#324](go-swagger#324) ([casualjim](https://github.com/casualjim)) - ensure file names don't end with _test [go-swagger#318](go-swagger#318) ([casualjim](https://github.com/casualjim)) - fix go-swagger#306 also recognize application/octet-stream in generator [go-swagger#317](go-swagger#317) ([casualjim](https://github.com/casualjim)) - update changelog [go-swagger#316](go-swagger#316) ([casualjim](https://github.com/casualjim))
**Implemented enhancements:** - Clean up tutorial [\go-swagger#275](go-swagger#275) **Fixed bugs:** - Handle missing Accept: from request header [\go-swagger#298](go-swagger#298) - missing import: model not compiling [\go-swagger#255](go-swagger#255) **Closed issues:** - Support for cookies in the client runtime [\go-swagger#308](go-swagger#308) - Generated server is misinterpreting request type as application/octet-stream [\go-swagger#306](go-swagger#306) - Operation specific "produces" not overriding global "produces" [\go-swagger#304](go-swagger#304) - Move things out of the main package [\go-swagger#302](go-swagger#302) - `swagger generate client` with `-t` directory target puts client code in unexpected directory [\go-swagger#230](go-swagger#230) - support not embedding the schema into the server generated code [\go-swagger#222 **Fixed bugs:** - Handle missing Accept: from request header [\go-swagger#298](https://e p - Handle missttp- missing import: model not compiling [\go-swagger#255](go-swagger#255) **Cler **Closed issues:** - Support for cookies in the client runtime [\go-swagger#308](https://github.com/go-swlji - Support for co se- Generated server is misinterpreting request type as application/octet-stream [\go-swagger#306](https://github.cps- Operation specific "produces" not overriding global "produces" [\go-swagger#304](go-swagger#304) - Move thingim- Move things out of the main package [\go-swagger#302](go-swagger#302) - `swagger generate clienth- `swagger generate client` with `-t` directory target puts client code in unexpected directory gge- support not embedding the schema into the server generated code [\go-swagger#222 **Fixed bugs:** - Handle missing Accept: from request header [\go-swagger#298](https://e p as**Fixed bugs:** - Handle missing Accept: from request header [\go-swagger#298](h c - Handle miss[\#- Handle missttp- missing import: model not compiling [\go-swagger#255](hnr **Cler **Closed issues:** - Support for cookies in the client runtime [\go-swagger#308](https://github.com/go-swlji - Supm/g**Clogg - Support for col/2- Support for co se- Generated server is misinterpreting request type as appliht- Move thingim- Move things out of the main package [\go-swagger#302](https://github.com/go-swagger/go-swagger/
PreviousNext