Python-Zimbra library v1.1 released

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
ploeger
Advanced member
Advanced member
Posts: 88
Joined: Thu Aug 07, 2014 8:40 am

Python-Zimbra library v1.1 released

Post by ploeger »

Hi!
Python-zimbra, the python library to easily access the Zimbra SOAP API, version 1.1 is released. This release comes with the following fixes/new features:

Unicode-Fix in xmlserializer
New dict tools
send_request now supports a return value
convenience method gen_request added
Fixes in authenticate
Working Batch Requests
Removed namespaces on tagnames of xml responses to comply with their json equivalents (WARNING: This may break current installations!)
Working Fault Responses

Anybody who already used version 1.0 with XML-based requests has to check with their implementations, because the namespaces of the responses have been removed to ensure compatibility with the JSON-based responses.
The library is available directly from the repository or from PyPi.
IMPORTANT: Up until 4:00 pm CET, the version in PyPi was wrong. I just updated it. Please reinstall, if you've installed it prior to this point in time. Sorry.

Kind regards

Dennis
Post Reply