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

     1  # Change Log
     2  
     3  ## [0.7.4](https://github.com/go-swagger/go-swagger/tree/0.7.4) (2016-11-07)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.7.3...0.7.4)
     5  
     6  **Implemented enhancements:**
     7  
     8  - Document when authentication mechanisms apply in generated code [\#720](https://github.com/go-swagger/go-swagger/issues/720)
     9  - can't distinguish between an empty array and null array for non-required array fields [\#707](https://github.com/go-swagger/go-swagger/issues/707)
    10  - x-go-name not respected in "swagger generate model" [\#701](https://github.com/go-swagger/go-swagger/issues/701)
    11  
    12  **Fixed bugs:**
    13  
    14  - Generate source doesn't compile if parameter name is type [\#710](https://github.com/go-swagger/go-swagger/issues/710)
    15  - Some word cannot be used as field of properties in object definition [\#704](https://github.com/go-swagger/go-swagger/issues/704)
    16  - uuid cannot be converted to string [\#628](https://github.com/go-swagger/go-swagger/issues/628)
    17  - Concurrency issue on the validation code for string enums [\#545](https://github.com/go-swagger/go-swagger/issues/545)
    18  - vendor extensions not respected [\#402](https://github.com/go-swagger/go-swagger/issues/402)
    19  - Not possible to put the definitions in a separate YAML file [\#358](https://github.com/go-swagger/go-swagger/issues/358)
    20  - Code generation changes depending on how swagger files are organized. [\#331](https://github.com/go-swagger/go-swagger/issues/331)
    21  
    22  **Closed issues:**
    23  
    24  - Is it possible to do the reverse routing? [\#714](https://github.com/go-swagger/go-swagger/issues/714)
    25  - Can access original request object in handlers [\#491](https://github.com/go-swagger/go-swagger/issues/491)
    26  
    27  **Merged pull requests:**
    28  
    29  - verifies support of strfmt and nested collections in parameters [\#725](https://github.com/go-swagger/go-swagger/pull/725) ([casualjim](https://github.com/casualjim))
    30  - better auth help text [\#724](https://github.com/go-swagger/go-swagger/pull/724) ([casualjim](https://github.com/casualjim))
    31  - reverse routing [\#723](https://github.com/go-swagger/go-swagger/pull/723) ([casualjim](https://github.com/casualjim))
    32  - update vendored deps [\#722](https://github.com/go-swagger/go-swagger/pull/722) ([casualjim](https://github.com/casualjim))
    33  - don't use omitempty on array fields [\#716](https://github.com/go-swagger/go-swagger/pull/716) ([rgarcia](https://github.com/rgarcia))
    34  - updates vendor [\#715](https://github.com/go-swagger/go-swagger/pull/715) ([casualjim](https://github.com/casualjim))
    35  - Support x-go-name in code generation [\#713](https://github.com/go-swagger/go-swagger/pull/713) ([dnephin](https://github.com/dnephin))
    36  - mangle var names [\#712](https://github.com/go-swagger/go-swagger/pull/712) ([casualjim](https://github.com/casualjim))
    37  - port fix rare race with enums \(@bfreis\) [\#709](https://github.com/go-swagger/go-swagger/pull/709) ([casualjim](https://github.com/casualjim))
    38  - 702 fix timeout [\#708](https://github.com/go-swagger/go-swagger/pull/708) ([casualjim](https://github.com/casualjim))
    39  
    40  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*