Skip to content

Releases: Zimbra-Community/python-zimbra

Allow TLS context to be passed

24 May 18:15
1b4b1e0
Compare
Choose a tag to compare

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

24 May 17:46
575810b
Compare
Choose a tag to compare

Allow TLS context to be passed to disable TLS verification in test environments.

v2.0

03 Feb 10:19
Compare
Choose a tag to compare
  • 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

27 Oct 10:58
Compare
Choose a tag to compare
  • 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

v1.1-rc4

16 Sep 14:00
Compare
Choose a tag to compare
v1.1-rc4 Pre-release
Pre-release
  • Unicode-Fix in xmlserializer
  • New dict tools

v1.1-rc3

16 Sep 10:39
Compare
Choose a tag to compare
v1.1-rc3 Pre-release
Pre-release
  • send_request now supports a return value
  • convenience method gen_request added

v1.1-rc2

16 Sep 07:59
Compare
Choose a tag to compare
v1.1-rc2 Pre-release
Pre-release
  • Fixes in authenticate

V1.1-rc1

12 Sep 10:54
Compare
Choose a tag to compare
V1.1-rc1 Pre-release
Pre-release
  • 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

v1.0

30 May 06:42
Compare
Choose a tag to compare
  • v1.0-rc5 seems to be stable enough, so I'll post this as official version 1.0

v1.0-rc5

09 Jan 09:39
Compare
Choose a tag to compare
v1.0-rc5 Pre-release
Pre-release
  • Cleaning methods for request and response to reuse already existing objects