github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/notes/v0.7.3.md (about) 1 # Change Log 2 3 ## [0.7.3](https://github.com/go-swagger/go-swagger/tree/0.7.3) (2016-10-20) 4 [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.7.2...0.7.3) 5 6 **Implemented enhancements:** 7 8 - pretty print the generated spec [\#698](https://github.com/go-swagger/go-swagger/issues/698) 9 - consider swagger:strfmt on a property comment as a valid override [\#694](https://github.com/go-swagger/go-swagger/issues/694) 10 11 **Fixed bugs:** 12 13 - timeout conflicts with property named timeout in client gen [\#702](https://github.com/go-swagger/go-swagger/issues/702) 14 - Swagger 0.6.0 reports invalid version [\#650](https://github.com/go-swagger/go-swagger/issues/650) 15 16 **Closed issues:** 17 18 - restapi/operations/delete\_user\_name.go:51: undefined: https [\#700](https://github.com/go-swagger/go-swagger/issues/700) 19 - \[0.7.2\] `generate model` does not generate anything [\#692](https://github.com/go-swagger/go-swagger/issues/692) 20 - How to use context.Context from middleware [\#492](https://github.com/go-swagger/go-swagger/issues/492) 21 - How to access swagger path/request URL from within handler [\#395](https://github.com/go-swagger/go-swagger/issues/395) 22 23 **Merged pull requests:** 24 25 - fix name collision for timeout field in client operation [\#703](https://github.com/go-swagger/go-swagger/pull/703) ([casualjim](https://github.com/casualjim)) 26 - add a --compact flag and pretty print by default [\#699](https://github.com/go-swagger/go-swagger/pull/699) ([casualjim](https://github.com/casualjim)) 27 - Update vendor and regen samples [\#697](https://github.com/go-swagger/go-swagger/pull/697) ([casualjim](https://github.com/casualjim)) 28 - Use in-line comments for structfield and struct [\#696](https://github.com/go-swagger/go-swagger/pull/696) ([dnephin](https://github.com/dnephin)) 29 - Parse embedded swagger:strfmt tags [\#695](https://github.com/go-swagger/go-swagger/pull/695) ([jredville](https://github.com/jredville)) 30 - fix model and operation generator command [\#693](https://github.com/go-swagger/go-swagger/pull/693) ([casualjim](https://github.com/casualjim)) 31 - Fix skip flags [\#691](https://github.com/go-swagger/go-swagger/pull/691) ([dnephin](https://github.com/dnephin)) 32 - Remove old drone hack scripts and config [\#690](https://github.com/go-swagger/go-swagger/pull/690) ([dnephin](https://github.com/dnephin)) 33 - Fix issue with empty schema [\#689](https://github.com/go-swagger/go-swagger/pull/689) ([gaplyk](https://github.com/gaplyk))