Back to Go Swagger

Change Log

notes/v0.13.0.md

0.33.29.1 KB
Original Source

Change Log

0.13.0 (2017-11-11)

Full Changelog

Fixed bugs:

  • MaxLength for file in form data is not being enforced. #1153
  • x-nullable for array values doesn't have any effect #774

Closed issues:

  • Generating spec from generated server broken? #1246
  • Server does not validate array type data #1245
  • How to make parameters to lower case? #1242
  • Unable to define parameters from URL path #1236
  • How to get http.ResponseWriter in the generated code #1229
  • time.Time fields doesn't get "type" assigned #1226
  • client generator expects x-class in a different place than is documented #1221
  • Model file cannot compile when a string field has both date format and maxLength #1220
  • Compiler error from model when pascalized discriminator matches definition name #1216
  • Body not being written to request on put #1213
  • Any example of oauth2 authentication by google account #1212
  • swagger specification validate failed at: types don't match expect map key string or int got: bool #1209
  • Invalid parameter sequence in parameters scanner #1207
  • Non required array is not marked as omitempty #1206
  • go run petstore got error #1204
  • Awkward filenames are generated for some uppercase names #1202
  • Body is written to request even when it's empty #1199
  • Generated code does not compile: "cannot convert nil to" #1197
  • Generate with principal from a vendored package #1196
  • Panics on attempt to generate server #1192
  • Override client template parameters.gotmpl #1190
  • Return error to server #1186
  • swagger generate client panics #1181
  • Recent JSON Marshal/Unmarshal commit broke JSON body parsing #1177
  • some codepaths in server generation assume "./src" while other assume "./" #1176
  • Composite Model Generated Structs have changed #1172
  • How to get the route name from the handler #1168
  • go-openapi/runtime introduces backwards incompatible API change #1165
  • brew installed binary out of date #1162
  • Swager generate panic - commit #e2bfe4232707b33df6e46519f71f5d22cc6bf63b #1158
  • requried doesn't validate params unless the schema is in a definition #1147
  • Default value doesn't seem to work #1146
  • panic: open pet: no such file or directory #1134
  • Generated clients should return errors in all error cases instead of panicking #1021

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator