-
Robert Habermann authoredRobert Habermann authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 1.13 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]
- add attachment load from file
- add attachment save to folder
0.2.0 - planned first release
0.1.13 - 2016-11-04
- fix bug when https_verify is disabled
- add link api
- add dynamic_field_get access
- add article_get access
- add ticket_search_dynamic_field
0.1.10 - 2016-09-16
- add testing (and support) for Python2.6 (default on RHEL6)
0.1.9 - 2016-09-11
- full text search was fixed upstream and is now in beta testing
0.1.7 - 2016-04-24
- fix PyOTRS Shell CLI
0.1.6 - 2016-04-24
- fix some docs
- first upload to public repo
- added ticket_get_by_ids to get multiple tickets in one request
- completed full unittest coverage
- added Gitlab config for Continuous Integration testing
- Client.ticket_create() - create a Ticket in OTRS
- Setuptools for proper packaging
0.1.0 - 2016-04-10
- Initial creation