Skip to content

v0.6.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@lmazuel lmazuel released this 04 Sep 18:02
· 59 commits to master since this release
b505e36

2019-09-04 Version 0.6.10

Features

  • XML mode now supports OpenAPI additional properties # 174

Bugfixes

  • Accept "is_xml" kwargs to force XML serialization #178
  • Disable XML deserialization if received element is not an ElementTree #178
  • A "null" enum deserialize as None, and not "None" anymore #173
  • Fix some UTF8 encoding issue in Python 2.7 and XML mode #172