Skip to content

Releases: ewsterrenburg/python-otrs

v0.4.3

21 Aug 17:03
Compare
Choose a tag to compare
  • New attempt at defusedxml (this one does not fail the tests).

v0.4.2

21 Aug 15:16
Compare
Choose a tag to compare
  • Made unicode and urlopen more robust for different python versions
  • Remove defusedxml again.

v0.4

21 Aug 14:02
Compare
Choose a tag to compare
  • Allow requests with lists of strings as arguments (e.g search filter)
  • Implemented badstatusline error
  • Use defusedxml library for xml-handling
  • Some bug fixes, documentation improvements

0.3.0

01 Aug 09:52
Compare
Choose a tag to compare

After refactoring by @mjducharme.

  • Provides support for additional connectors.
  • Improves support for ticket connector.
  • Python 3 support.

0.2.0

01 Aug 09:50
Compare
Choose a tag to compare

Release before merging the refactoring for additional connectors by @mjducharme.