Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@marcelosalloum marcelosalloum released this 16 Jan 18:45
f70fb1d

3.1.0 (diff)

Release of the Stellar Disbursement Platform v3.1.0. This release introduces key updates, including the migration to
Circle's Payouts API, aligning with Circle's latest recommendations. It also enhances platform functionality by enabling
data export through dedicated endpoints, allowing users to export disbursements, payments, and receivers with filters.
Additionally, users now have the ability to delete disbursements in DRAFT or READY status, streamlining data
management workflows.

Warning

This version is only compatible with the stellar/stellar-disbursement-platform-backend version 3.1.0.

Added

  • Export functionality, allowing users to export:
    • Disbursements with filters. #202
    • Payments and Receivers with filters. #203
  • Option to delete a disbursement in DRAFT or READY status. #205

Changed

  • Update the Disbursements table by adding the status column. #194

Security and Dependencies

  • Bump react-router-dom from 6.28.0 to 7.0.1. #197
  • Bump the minor-and-patch. #198, #200
  • Bump docker/build-push-action from 6.9.0 to 6.11.0 in the all-actions group. #195, #207