Newer
Older
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
- add attachment load from file
- add attachment save to folder
0.3.0 - 2018-10-07
------------------
- internal: Update build and test tooling
0.2.4 - 2018-10-07
------------------
- fix bug in Client.__init() - Default Connector Config was always used
------------------
- add "webservice_path" to Client() to allow custom path
0.1.29 - 2017-10-03
-------------------
- fix missing TicketID in Client.ticket_update()
- complete test coverage
0.1.28 - 2017-07-25
-------------------
- add option to set a User Agent for HTTP requests
0.1.27 - 2017-07-13
-------------------
- fix #11: Attachment.create_from_file fails on binary file
0.1.26 - 2017-07-12
-------------------
- fix #9: Add Type/TypeID to Ticket.create_basic()
- fix #10: hardcoded operation "TicketGetList" in Client.ticket_get_by_id()
- fix #8: Article handling in Client.ticket_create()
0.1.23 - 2017-05-17
-------------------
- add store attachment feature to cli
-------------------
- ticket_search - dynamic_fields takes either a DynamicField to a list of DynamicFields
0.1.18 - 2016-11-06
-------------------
- ticket_search will now return [] for empty result
0.1.17 - 2016-11-06
-------------------
- change name of lists (e.g. list_dynamic_fields is now dynamic_fields)
- update to_dct() method (add flags to choose what to print)
-------------------
- fix bug when https_verify is disabled
- add link api
- add dynamic_field_get access
- add article_get access
0.1.9 - 2016-09-11
------------------
- full text search was fixed upstream and is now in beta testing
------------------
- fix PyOTRS Shell CLI
- added ticket_get_by_ids to get multiple tickets in one request
- completed full unittest coverage
- added Gitlab config for Continuous Integration testing