------------------ - Fix issue with initializing value objects (ListElements) - Add new `zeep.helpers.serialize_object()` method - Rename type attribute on value objects to `_xsd_type` to remove potential attribute conflicts
0.2.1
Not secure
------------------ - Support minOccurs 0 (optional elements) - Automatically convert python datastructures to zeep objects for requests. - Set default values for new zeep objects to None / [] (Element, ListElement) - Add `Client.get_element()` to create custom objects
0.2.0
Not secure
------------------ - Proper support for XSD element and attribute forms (qualified/unqualified) - Improved XSD handling - Separate bindings for Soap 1.1 and Soap 1.2 - And again various other fixes
0.1.1
Not secure
------------------ - Various fixes to make the HttpBinding not throw errors during parsing - More built-in xsd types - Add support for `python -mzeep <wsdl>` - Various other fixes
0.1.0
Not secure
------------------
Preview / Proof-of-concept release. Probably not suitable for production use :)