Skip to content

Releases: stellar/django-polaris

v0.9.8: Form Integrations & KYC Support

09 Dec 18:42
Compare
Choose a tag to compare

Polaris now provides a flexible framework for defining and serving custom forms during deposit and withdraw interactive flows. This is intended to support the anchor's KYC requirements. More information can be found in the docs.

v0.9.7: Minor improvements over 0.9.6

06 Dec 21:34
c26858e
Compare
Choose a tag to compare

Fixed issues #22 and #19, also starting marking newly created Transaction objects as incomplete instead of user_pending_transfer_start. Transactions are assigned that latter status after all user information has been collected in the interactive flow.

v0.9.6: Transaction Integrations

03 Dec 01:10
Compare
Choose a tag to compare

Polaris now provides a framework for implementing an anchor's banking rails for withdrawal and deposit flows. Documentation was also added to readthedocs.

v0.9.2: Move /deposit and /withdraw under /transactions

19 Nov 23:50
Compare
Choose a tag to compare
Updated version number and upgraded dependencies

v0.9.1: Minor bug fixes for v0.9

18 Nov 17:47
Compare
Choose a tag to compare
Changed HTML-rendering endpoints to return HTML errors

v0.9: Initial Release

15 Nov 00:04
Compare
Choose a tag to compare

Converted https://github.com/stellar/stellar-anchor-server (a full django project) to a reusable django app.