github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/notes/v0.30.5.md (about)

     1  # Changelog
     2  
     3  ## [v0.30.5](https://github.com/thetreep/go-swagger/tree/v0.30.5) (2023-06-10)
     4  
     5  [Full Changelog](https://github.com/thetreep/go-swagger/compare/v0.30.4...v0.30.5)
     6  
     7  **Implemented enhancements:**
     8  
     9  - feat: `swagger mixin -c all` [\#2297](https://github.com/thetreep/go-swagger/issues/2297)
    10  - Server hangs given a panic in configure\_ [\#1655](https://github.com/thetreep/go-swagger/issues/1655)
    11  
    12  **Closed issues:**
    13  
    14  - Default client error lacks context which is the failing operation [\#2945](https://github.com/thetreep/go-swagger/issues/2945)
    15  - Coverity issue shows up after using pattern keyword for string data type [\#2941](https://github.com/thetreep/go-swagger/issues/2941)
    16  - go-swagger install error [\#2934](https://github.com/thetreep/go-swagger/issues/2934)
    17  - \[Proposal\] Introducing new compatibility level "Warning" for changes which are technically non-breaking but can cause unforeseen behavior change for client [\#2932](https://github.com/thetreep/go-swagger/issues/2932)
    18  - Diff tool does not find differences in form params [\#2929](https://github.com/thetreep/go-swagger/issues/2929)
    19  - Problem generate definitions of models [\#2910](https://github.com/thetreep/go-swagger/issues/2910)
    20  - Version v0.30.4 generates incomplete spec [\#2904](https://github.com/thetreep/go-swagger/issues/2904)
    21  - Response schema is not generated [\#2902](https://github.com/thetreep/go-swagger/issues/2902)
    22  - Swagger parser ignores response entries when there's an extension [\#2901](https://github.com/thetreep/go-swagger/issues/2901)
    23  - DIFF command panics when definition property type changes from an array to a non-array type [\#2894](https://github.com/thetreep/go-swagger/issues/2894)
    24  - Generated client not compiled when x-go-name is specified [\#2892](https://github.com/thetreep/go-swagger/issues/2892)
    25  
    26  **Merged pull requests:**
    27  
    28  - Use proper operation name in default client error [\#2947](https://github.com/thetreep/go-swagger/pull/2947) ([petar-dochev-f3](https://github.com/petar-dochev-f3))
    29  - fix timeout of golangci-lint [\#2946](https://github.com/thetreep/go-swagger/pull/2946) ([satorunooshie](https://github.com/satorunooshie))
    30  - Fix typo in operation.go [\#2943](https://github.com/thetreep/go-swagger/pull/2943) ([steambap](https://github.com/steambap))
    31  - Fix typo in faq doc [\#2937](https://github.com/thetreep/go-swagger/pull/2937) ([ChandanChainani](https://github.com/ChandanChainani))
    32  - extension diff support [\#2936](https://github.com/thetreep/go-swagger/pull/2936) ([zmay2030](https://github.com/zmay2030))
    33  - feat\(diff\): introducing warning compatibility level [\#2933](https://github.com/thetreep/go-swagger/pull/2933) ([schafle](https://github.com/schafle))
    34  - fix\(diff\): swagger diff is not working for certain cases  [\#2931](https://github.com/thetreep/go-swagger/pull/2931) ([schafle](https://github.com/schafle))
    35  - Fixed panic in AddMiddlewareFor method if method is not uppercase [\#2928](https://github.com/thetreep/go-swagger/pull/2928) ([iv-menshenin](https://github.com/iv-menshenin))
    36  - Skip `ContextValidate` when the field is `nil` avoiding a panic fixing \#2911 [\#2927](https://github.com/thetreep/go-swagger/pull/2927) ([romainbou](https://github.com/romainbou))
    37  - Fixes PropertiesSpecOrder not being used [\#2925](https://github.com/thetreep/go-swagger/pull/2925) ([bg451](https://github.com/bg451))
    38  - Fix parameters order [\#2921](https://github.com/thetreep/go-swagger/pull/2921) ([inercia](https://github.com/inercia))
    39  - docs: fix typo in docs/use/spec.md [\#2916](https://github.com/thetreep/go-swagger/pull/2916) ([davidhsingyuchen](https://github.com/davidhsingyuchen))
    40  - test: use T.TempDir and T.Setenv to simplify code [\#2914](https://github.com/thetreep/go-swagger/pull/2914) ([alexandear](https://github.com/alexandear))
    41  - handles scenario when a def in v1 changes from array to non-array typ… [\#2895](https://github.com/thetreep/go-swagger/pull/2895) ([zmay2030](https://github.com/zmay2030))
    42  - Fixed generation SetDefaults for client when x-go-name is specified [\#2893](https://github.com/thetreep/go-swagger/pull/2893) ([asv](https://github.com/asv))
    43  
    44  
    45  
    46  \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*