Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.44 KB

CHANGELOG.rst

File metadata and controls

76 lines (52 loc) · 2.44 KB

Changelog

Only important changes are mentioned below. See commit log and closed issues for full changes.

v1.1.0 (2019-05-17)

  • [Removed] Drop support for Python 3.3

v1.0.1 (2018-09-05)

  • [Fix] Exception Handling for returned payloads without code attribute.

v1.0.0 (2017-01-18)

  • [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

v0.1.31 (2016-12-07)

  • [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

v0.1.30 (2016-10-13)

  • [Feature] #76 Don't require specific version of requests

v0.1.29 (2016-09-30)

  • [Feature] #74 Add support for account/me endpoint
  • [Fix] #73 Removed library support for Gengo API version 1.1, which is no longer supported

v0.1.28 (2015-10-07)

  • [Feature] #59 Add attachments support for Order and Job comments

v0.1.27

  • We skipped it.

v0.1.26 (2015-07-14)

  • [Fix] #55 Updated changelog

v0.1.25 (2015-07-13)

  • [Fix] #54 Fixed URL for GET and POST endpoints for Order comments

v0.1.24 (2015-07-07)

  • [Feature] #53 Added GET and POST endpoints for Order comments

v0.1.17 (2014-06-18)

  • [Fix] Fixes #39 Allow unknown error codes

v0.1.16 (2014-06-16)

  • [Fix] Set default mimetype if undetectable
  • [Fix] Update requests library dependency