Releases: Zimbra-Community/python-zimbra
Releases · Zimbra-Community/python-zimbra
Allow TLS context to be passed
Allow TLS context to be passed to disable TLS verification in test environments.
Added Github workflow so future releases on Github go to https://pypi.org/project/python-zimbra/ automatically.
Allow TLS context to be passed
Allow TLS context to be passed to disable TLS verification in test environments.
v2.0
- Full Python 2 / Python 3 - compatibility
- Many, many bug fixes
- Enhanced testing suite
- Travis CI and coveralls are used in development now
- 100% code coverage (Yay!)
- Added files for setuptools
- Added tool for Zimbra-dict-handling
- Updated docs
- WARNING: These may break existing installations:
- Added forced use of TLSv1 in Python 2
- Removed xml namespaces
- ResponseXml now returns the first childs from Head and Body on get_head and get_body, just as ResponseJson does.
v1.1
- 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