github.com/AngusLu/go-swagger@v0.28.0/notes/v0.10.0.md (about)

     1  # Change Log
     2  
     3  ## [0.10.0](https://github.com/go-swagger/go-swagger/tree/0.10.0) (2017-04-23)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.9.0...0.10.0)
     5  
     6  **Implemented enhancements:**
     7  
     8  - Expose host and port to service configuration code [\#1002](https://github.com/go-swagger/go-swagger/issues/1002)
     9  - no README in examples/todo-list [\#986](https://github.com/go-swagger/go-swagger/issues/986)
    10  - README instructions don't work for me [\#985](https://github.com/go-swagger/go-swagger/issues/985)
    11  - Brew install should link to go-swagger instead of swagger to avoid conflict with npm swagger [\#983](https://github.com/go-swagger/go-swagger/issues/983)
    12  - Upgrade mailru/easy json to latest version, for Google App Engine [\#947](https://github.com/go-swagger/go-swagger/issues/947)
    13  - Unable to respond with file and application/octet-stream producer [\#943](https://github.com/go-swagger/go-swagger/issues/943)
    14  - APIs.guru: test on 200+ Swagger files for real-life APIs [\#501](https://github.com/go-swagger/go-swagger/issues/501)
    15  
    16  **Fixed bugs:**
    17  
    18  - Swagger fails to generate code for valid schema [\#1012](https://github.com/go-swagger/go-swagger/issues/1012)
    19  - Wrong context package used in generated code [\#1011](https://github.com/go-swagger/go-swagger/issues/1011)
    20  - Bad code generated for querystring items pattern validation [\#1010](https://github.com/go-swagger/go-swagger/issues/1010)
    21  - How to cleanup resources created by handler post handle? [\#1009](https://github.com/go-swagger/go-swagger/issues/1009)
    22  - x/net/context vs context pkg [\#998](https://github.com/go-swagger/go-swagger/issues/998)
    23  - Missing `gcc` in docker image [\#992](https://github.com/go-swagger/go-swagger/issues/992)
    24  - detection of consumers/producers for codegeneration fails when not top-level [\#987](https://github.com/go-swagger/go-swagger/issues/987)
    25  - Invalid code generating for embedded structures [\#982](https://github.com/go-swagger/go-swagger/issues/982)
    26  - Invalid JSON tags in model [\#981](https://github.com/go-swagger/go-swagger/issues/981)
    27  - todo-list client throws "runtime error: invalid memory address" [\#968](https://github.com/go-swagger/go-swagger/issues/968)
    28  - generate operation --skip-validator does not skip validations [\#924](https://github.com/go-swagger/go-swagger/issues/924)
    29  - go-swagger generating apparently invalid .json file [\#922](https://github.com/go-swagger/go-swagger/issues/922)
    30  - POST client request gets a 415 response [\#893](https://github.com/go-swagger/go-swagger/issues/893)
    31  - "swagger generate model" doesn't generate enum values if "--skip-validator" is passed [\#860](https://github.com/go-swagger/go-swagger/issues/860)
    32  
    33  **Closed issues:**
    34  
    35  - add description to response [\#989](https://github.com/go-swagger/go-swagger/issues/989)
    36  
    37  **Merged pull requests:**
    38  
    39  - varname value expression for param items [\#1019](https://github.com/go-swagger/go-swagger/pull/1019) ([casualjim](https://github.com/casualjim))
    40  - verify nested consumer/producer [\#1018](https://github.com/go-swagger/go-swagger/pull/1018) ([casualjim](https://github.com/casualjim))
    41  - fix naming for properties with x-go-name [\#1017](https://github.com/go-swagger/go-swagger/pull/1017) ([casualjim](https://github.com/casualjim))
    42  - \[BREAKING\] configureServer gets an extra string arg for the address of the listener [\#1016](https://github.com/go-swagger/go-swagger/pull/1016) ([casualjim](https://github.com/casualjim))
    43  - fix examples [\#1015](https://github.com/go-swagger/go-swagger/pull/1015) ([casualjim](https://github.com/casualjim))
    44  - Issue \#1012 - restore spec to original after optional validation to avoid side effects [\#1014](https://github.com/go-swagger/go-swagger/pull/1014) ([rupor-github](https://github.com/rupor-github))
    45  - Parse VendorExtensible properties. YAMLBlock parser. [\#1008](https://github.com/go-swagger/go-swagger/pull/1008) ([gaplyk](https://github.com/gaplyk))
    46  - Task: Add Makefile and scripts [\#1004](https://github.com/go-swagger/go-swagger/pull/1004) ([kenjones-cisco](https://github.com/kenjones-cisco))
    47  - Fixes local file $ref resolution on windows [\#1001](https://github.com/go-swagger/go-swagger/pull/1001) ([casualjim](https://github.com/casualjim))
    48  - Circle 2.0 [\#999](https://github.com/go-swagger/go-swagger/pull/999) ([casualjim](https://github.com/casualjim))
    49  
    50  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*