github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/notes/v0.24.0.md (about) 1 # Changelog 2 3 ## [v0.24.0](https://github.com/go-swagger/go-swagger/tree/v0.24.0) (2020-06-16) 4 5 [Full Changelog](https://github.com/go-swagger/go-swagger/compare/v0.23.0...v0.24.0) 6 7 **Fixed bugs:** 8 9 - Body not written to request on post when schema is discriminated/anyOf/oneOf [\#1233](https://github.com/go-swagger/go-swagger/issues/1233) 10 11 **Closed issues:** 12 13 - httptest'ing - scope not getting picked up [\#2307](https://github.com/go-swagger/go-swagger/issues/2307) 14 - not able to run my swagger [\#2298](https://github.com/go-swagger/go-swagger/issues/2298) 15 - websocket: response does not implement http.Hijacker [\#2288](https://github.com/go-swagger/go-swagger/issues/2288) 16 - client middleware? [\#2277](https://github.com/go-swagger/go-swagger/issues/2277) 17 - x-www-form-urlencoded server generation issue [\#2273](https://github.com/go-swagger/go-swagger/issues/2273) 18 - Spec generation docs out of date [\#2270](https://github.com/go-swagger/go-swagger/issues/2270) 19 - Generated client is receiving 422 error, but I can't see the body to figure out what is missing [\#2261](https://github.com/go-swagger/go-swagger/issues/2261) 20 - How can I get requester client IP in my controller ? [\#2260](https://github.com/go-swagger/go-swagger/issues/2260) 21 - Redirecting links in the docs [\#2253](https://github.com/go-swagger/go-swagger/issues/2253) 22 - Please make a new release for Go 1.14 [\#2239](https://github.com/go-swagger/go-swagger/issues/2239) 23 - Properties in "AllOf1" structs don't get marshaled in generated client [\#1232](https://github.com/go-swagger/go-swagger/issues/1232) 24 25 **Merged pull requests:** 26 27 - update to errors that carry the value [\#2313](https://github.com/go-swagger/go-swagger/pull/2313) ([casualjim](https://github.com/casualjim)) 28 - fix: afld check nil [\#2303](https://github.com/go-swagger/go-swagger/pull/2303) ([bbxytl](https://github.com/bbxytl)) 29 - Set struct tags on generator options [\#2289](https://github.com/go-swagger/go-swagger/pull/2289) ([vincentvanderweele](https://github.com/vincentvanderweele)) 30 - Fix multiline descriptions for the stratoscale template [\#2282](https://github.com/go-swagger/go-swagger/pull/2282) ([JoakimSoderberg](https://github.com/JoakimSoderberg)) 31 - Allow passing struct tags from command line [\#2281](https://github.com/go-swagger/go-swagger/pull/2281) ([vincentvanderweele](https://github.com/vincentvanderweele)) 32 - fix wrong pointer designation [\#2274](https://github.com/go-swagger/go-swagger/pull/2274) ([casualjim](https://github.com/casualjim)) 33 - Update docs for spec generation [\#2271](https://github.com/go-swagger/go-swagger/pull/2271) ([glindsell](https://github.com/glindsell)) 34 - Improvements for XML support [\#2265](https://github.com/go-swagger/go-swagger/pull/2265) ([nubenum](https://github.com/nubenum)) 35 - Add support of case-insensitive enums \(\#303\) [\#2264](https://github.com/go-swagger/go-swagger/pull/2264) ([pheepi](https://github.com/pheepi)) 36 - Basic support for XML model generation [\#2241](https://github.com/go-swagger/go-swagger/pull/2241) ([nubenum](https://github.com/nubenum)) 37 38 39 40 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*