Only important changes are mentioned below. See commit log and closed issues for full changes.
- [Removed] Drop support for Python 3.3
- [Fix] Exception Handling for returned payloads without code attribute.
- [Fix] Improve compatibility for Python 3 in error handling part
- [Remove] Drop explicit support for Python 3.2 as the Requests library officially supports Python 2.6–2.7 & 3.3–3.5
- [Feature] Official support for Python 3.5 and 3.6
- [Feature] Start Semantic Versioning
- [Feature] #83 Add support for reference_id (stealth undocumented feature)
- [Removed] Drop explicit support for Python 2.6
- [Fix] Fix implicit relative importing
- [Fix] Exclude test file from main package
- [Feature] Run UnitTest with nose
- [Fix] Fix compatibletext issue for Python 2.x
- [Feature] #76 Don't require specific version of requests
- [Feature] #74 Add support for account/me endpoint
- [Fix] #73 Removed library support for Gengo API version 1.1, which is no longer supported
- [Feature] #59 Add attachments support for Order and Job comments
- We skipped it.
- [Fix] #55 Updated changelog
- [Fix] #54 Fixed URL for GET and POST endpoints for Order comments
- [Feature] #53 Added GET and POST endpoints for Order comments
- [Fix] Fixes #39 Allow unknown error codes
- [Fix] Set default mimetype if undetectable
- [Fix] Update requests library dependency