Skip to content

4.7.0

Latest
Compare
Choose a tag to compare
@yonaskolb yonaskolb released this 09 May 04:35
· 9 commits to master since this release

Changed

  • Expanded IntegerFormat to support more fixed width integers #301 @wqz-leo
  • Append more types of values to MultipartFormData including arrays and dictionaries #293 @0x0c

Fixed

  • Fixed duplicated switch cases when using explicit mappings in oneOf discriminator #297 @JanC
  • Prefer generating composed types (oneOf, anyOf, ..) if the schema contains both type: object and oneOf #302 @JanC