Releases: stellar/django-polaris
v0.10.2
No new features
Breaking changes:
register_integrations()
'sjavascript_func
parameter renamed toscripts_func
- The registered
scripts_func
must accept an optional (could beNone
) 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
andfrom
fields for transactions - Date pickers now support Portuguese translation
/interactive/complete
endpoint must accepttransaction_id
argument
v0.10.1: Bug Fixes for v0.10.0
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
v0.9.18: Bug fixes for v0.9.16
The Portuguese translation files were missing several phrases. This release ensures internationalization for that language is fully supported.
v0.9.16: Internationalization
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
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
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
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
Polaris now provides an interface for specifying your stellar.toml fields as per SEP-1.
v0.9.10: Bug fixes for v0.9.9
Small bug fixes for v0.9.9