-------------------
- All wsdl documents and xsd schemas are now globally available for eachother.
While this is not correct according to the (messy) soap specifications, it
does make zeep more compatible with all the invalid wsdl documents out
there. (159)
- Implement support for attributeGroup (160)
- Add experimental support for ws-addressing (92)
- Fix handling of Mime messages with no parts (168)
- Workaround an issue where soap servers don't qualify references (170)
- Correctly process attributes which are passed as a dictionary. (125)
- Add support for plugins, see documentation for examples.
- Fix helpers.serialize_object for lists of objects (123).
- Add HistoryPlugin which ofers last_sent and last_received properties (93).