Skip to content

Releases: stellar/django-polaris

v0.10.2

14 Feb 23:07
Compare
Choose a tag to compare

No new features

Breaking changes:

  • register_integrations()'s javascript_func parameter renamed to scripts_func
  • The registered scripts_func must accept an optional (could be None) dictionary
    • This allows the developer to return scripts based on the page content to be rendered

Bug fixes:

  • ensure new trustlines have a matching asset issuer in check_trustlines
  • allow lower-case asset codes
  • added authentication_required to /info endpoint
  • always populate to and from fields for transactions
  • Date pickers now support Portuguese translation
  • /interactive/complete endpoint must accept transaction_id argument

v0.10.1: Bug Fixes for v0.10.0

04 Feb 22:45
Compare
Choose a tag to compare

Adds support for the callback and amount parameters for all relevant endpoints, fixes a bug found with the watch_transactions transaction matching function, and introduces a breaking change for the interactive_url integration function.

No new features will be released before v1.0. Only bug fixes and possible adjustments to the integration interfaces will be introduced if necessary.

v0.10.0

31 Jan 22:54
Compare
Choose a tag to compare

Features:

  • JavaScript Integration
  • Fee Integration
  • Support for the callback parameter per SEP-24
  • SEP-10 multi-signature account support

DB Schema Changes:

  • Added a migration for Asset defaults

Other:

  • Logging
  • Improved test coverage
  • Various bug fixes

v0.9.18: Bug fixes for v0.9.16

21 Jan 22:12
Compare
Choose a tag to compare

The Portuguese translation files were missing several phrases. This release ensures internationalization for that language is fully supported.

v0.9.16: Internationalization

18 Jan 00:42
Compare
Choose a tag to compare

Polaris now supports internationalization, specifically Portuguese. This is the last major feature to be released before 1.0.

form_for_transaction() was changed to content_for_transaction(), and its return type has also changed. See the docs for more information.

v0.9.14: Mutli-Asset Support and Frontend Redesign

15 Jan 22:55
Compare
Choose a tag to compare

Introduces support for anchoring multiple assets and includes a redesign of the UI.

Note: This release introduces a breaking change by changing the form_for_transaction() return type. It also adds several packages and setup commands needed to run Polaris. The docs have been updated to reflect this.

v0.9.13: Bug fix for poll_pending_deposits

13 Jan 23:52
Compare
Choose a tag to compare

A bug that saved completed transactions with a status of pending_anchor after successfully submitting a transaction to the network has been fixed. This bug was introduced in 0.9.3. This release also includes other minor bug fixes and improvements.

v0.9.12: External Interactive Flow Integration

07 Jan 20:52
Compare
Choose a tag to compare

Anchors can now opt out of using the Form Integration system for the interactive flow in favor of an another application external to Polaris. Also includes bug fixes and refactoring.

v0.9.11: stellar.toml Integration

17 Dec 20:06
Compare
Choose a tag to compare

Polaris now provides an interface for specifying your stellar.toml fields as per SEP-1.

v0.9.10: Bug fixes for v0.9.9

14 Dec 20:47
Compare
Choose a tag to compare

Small bug fixes for v0.9.9