Skip to content

Swagger-Client 3.4.5 Released!

Choose a tag to compare

@shockey shockey released this 16 Jan 01:21
· 2555 commits to master since this release
eac5594

Interface changes: none.

  • Bugfix: OAS3 Array request body key values are now comma-seperated instead of being JSON-stringified (via #1233)
    • As an example: a request body of { a: [1, 2, 3] } was originally serialized to a=[1,2,3], and is now serialized to a=1,2,3.