Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

73 lines (47 loc) · 3.63 KB

0.3.5 Python SDK (2019-10-04)

Bug Fixes

  • requests: Auto update minor version of requests library (9255d9b)

0.3.4 Python SDK (2019-08-23)

Bug Fixes

  • Error handling: Fixed undefined local variable reference (7e5e809)

0.3.3 Python SDK (2017-01-19)

Bug Fixes

  • Version: Updated version number to 0.3.3 (682b761)

Breaking Changes

  • risk_token, client_ip: Added optional risk_token and client_ip params to the API call function. (682b761)

0.3.2 Python SDK (2015-11-13)

Bug fixes

0.3.1 Python SDK (2015-04-08)

Bug fixes

  • Timeout: Make request timeout configurable (3554f2e)
  • Tests: Add tests (8d9a4d0)
  • Import: Fix import during setup (ecf99f6)

0.3.0 Python SDK (2014-07-16)

Breaking Changes

  • Exception: Raise exception instead of WePayError (e23b61c)

0.2.4 Python SDK (2014-07-03)

Bug Fixes

  • WePayError: Revert to WePayError (7383990)
  • Exception: Raise exception (cc7f664)

0.2.3 Python SDK (2014-05-14)

Bug Fixes

  • Version: Updated version number to 0.2.3

Breaking Changes

  • callback_uri: Support 'callback_uri' for /oauth/token API call (0df3306)

0.2.2 Python SDK (2014-04-22)

Bug Fixes

  • Version: Updated version number to 0.2.2
  • ImportError: Delayed import of 'requests' module to avoid ImportError (ff1dc9c)
  • WePayError: Fixed WePayError exception (be85b2b)

0.2.1 Python SDK (2014-04-17)

Bug Fixes

  • Version: Updated version number to 0.2.1

Breaking Changes

  • requests: Updated urllib2 module to use requests -- part of setup.py now (192cde7)

0.2.0 Python SDK (2014-04-16)

Bug Fixes

  • Version: Updated version number to 0.2.0 (e36834a)
  • setuptools: Updated distutils module to setuptools (e36834a)

Breaking Changes

  • error_code: In ff70c67, 'error_code' is a new parameter added before 'message' parameter