Back to Go Swagger

Changelog

notes/v0.23.0.md

0.33.23.2 KB
Original Source

Changelog

v0.23.0 (2020-03-14)

Full Changelog

Breaking changes:

  • Failed to load template schemabody #2223

Implemented enhancements:

  • Add middleware router or a kind of path matching #2234
  • Incompatible naming convention for a path starting with one letter word #2213

Fixed bugs:

  • Code generation is broken due to stricter template syntax checks in Go 1.14 #2215
  • swagger generate spec -m gives inconsistent json every other run #2066

Closed issues:

  • How to get matched route in a middleware ? #2238
  • Client generation failed: panic: object has no key "Map" #2237
  • generated server arguments not working #2227
  • codescan/meta.go: cannot use promoted field ContactInfoProps.URL in struct literal of type #2214
  • change project name for go-netbox #2206

Merged pull requests:

  • [DOCKER] don't run swagger with "root" #2240 (deogracia)
  • Add middleware setter for a route (path prefix) #2236 (ilyakaznacheev)
  • Working around minor shortcoming in swag.ToGoName #2226 (fredbi)
  • fixed schemabody.gotmpl template regression caused by #2221 #2225 (fredbi)
  • Fix goimports step incorrectly rewriting imports #2222 (misha-ridge)
  • Model templates refactoring for readability -- NO CHANGE IN FUNCTIONALITY #2221 (fredbi)
  • Task: Update template imports to be consistent and ordered #2219 (kenjones-cisco)
  • fix go-swagger#2066 issue #2209 (mfranczy)
  • Fix #2206: Change project name for go-netbox #2207 (kobayashi)
  • add option in model generation to output all definitions regardless of usage #2205 (dan-j)

* This Changelog was automatically generated by github_changelog_generator