Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.32 KB

CHANGELOG.rst

File metadata and controls

65 lines (44 loc) · 1.32 KB

Changelog

1.3.0

  • Added field "VerificationStatus" to User
  • Client-token endpoint renamed to authentication-token

1.2.1 (2019-01-17)

  • FIX: Resolved issue with restricted "Accept" & "Content-Type" headers to support only "application/json" or "application/jose+json"

1.2.0 (2018-12-20)

  • Restricted “Accept” & “Content-Type” headers to support only “application/json” or “application/jose+json”
  • Related resources “relatedResources” in error representation is added
  • Added Authentication token endpoint

1.1.4 (2018-12-04)

  • Added PayPal account endpoint

1.1.3 (2018-07-05)

  • Added transfer endpoint

1.1.2 (2018-03-20)

  • Added bank card endpoint

1.1.1 (2017-10-11)

  • Bumped version and first public release!

1.1.0 (2017-09-29)

  • Completed coverage of all endpoints
  • 100% code coverage
  • Audited available attributes for each model

1.0.0 (2017-08-04)

  • Added support for resource types as models

0.2.0 (2016-12-22)

  • Added support for all API endpoints
  • Created package structure for distribution on PyPi
  • Added tests

0.1.0 (2016-09-06)

  • Repository creation
  • Added license
  • Added readme