github.com/kaisawind/go-swagger@v0.19.0/notes/v0.17.1.md (about)

     1  # Change Log
     2  
     3  ## [v0.17.1](https://github.com/go-swagger/go-swagger/tree/v0.17.1) (2018-10-21)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/v0.17.0...v0.17.1)
     5  
     6  **Implemented enhancements:**
     7  
     8  - un-graceful shutdown after 15 seconds on generated restapi/server.go\#handleShutdown [\#1714](https://github.com/go-swagger/go-swagger/issues/1714)
     9  - Better Email Validation [\#1519](https://github.com/go-swagger/go-swagger/issues/1519)
    10  
    11  **Fixed bugs:**
    12  
    13  - skipping -A/--name option in generate server generates corrupt code [\#1746](https://github.com/go-swagger/go-swagger/issues/1746)
    14  
    15  **Closed issues:**
    16  
    17  - testing server: the required flags `--tls-certificate` and `--tls-key` were not specified [\#1745](https://github.com/go-swagger/go-swagger/issues/1745)
    18  - Go-swagger vendoring problem [\#1743](https://github.com/go-swagger/go-swagger/issues/1743)
    19  
    20  **Merged pull requests:**
    21  
    22  - fix typo in docs [\#1756](https://github.com/go-swagger/go-swagger/pull/1756) ([jharshman](https://github.com/jharshman))
    23  - feature: x-omitempty extension for general types [\#1751](https://github.com/go-swagger/go-swagger/pull/1751) ([zhuangqh](https://github.com/zhuangqh))
    24  - verifies swagger:operation can deal with $ref [\#1750](https://github.com/go-swagger/go-swagger/pull/1750) ([casualjim](https://github.com/casualjim))
    25  - Updated contributing guidelines [\#1749](https://github.com/go-swagger/go-swagger/pull/1749) ([fredbi](https://github.com/fredbi))
    26  - Fix go generate command when --name is absent [\#1748](https://github.com/go-swagger/go-swagger/pull/1748) ([fredbi](https://github.com/fredbi))
    27  - Handle relative path when using Go modules [\#1744](https://github.com/go-swagger/go-swagger/pull/1744) ([mikkeloscar](https://github.com/mikkeloscar))
    28  
    29  
    30  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*