- Fix bug in the get_ticket would omit certain fields in case they were empty instead of returning an empty list as was the previous behavior (70). - Add tests for verifying correct return result for AdminCc, Cc and Requestor fields.
2.2.1
- Fix bug in get_attachment_content which was a workaround for a bug in RT <=4.2 (trailing new-lines) but which was fixed in RT >=4.2. This made tests fail and return falsely stripped attachment content.
2.2.0
- Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (65 by kimmoal).
2.1.1
- Fix support for custom field values containing newlines in API responses (10, 11) (the previous change in v1.0.11 fixed API requests) (64)
2.1.0
- Add the possibility to provide cookies as dict to authenticate (60) - Add 'Referer' header for CSRF check when cookies are used for authentication (60) - Add IS and IS NOT operators to search (57)
2.0.1
- Fix UnicodeDecodeError in logging code for non-text attachments (50, 51) - Documentation: Add a search example (49) - edit_ticket: Handle possible empty responses: When a ticket is not modified, at least with RT 4.x, an empty response could be returned. Gracefully handle that as success. (47, 48)