3.0.0-rc.1
Pre-release
Pre-release
3.0.0-rc.1 (diff)
Release of the Stellar Disbursement Platform v3.0.0-rc.1. This release introduces
the option to register receivers using email addresses, in addition to phone numbers.
Breaking Changes
- Renamed properties and environment variables related to Email Registration Support #412
- Renamed
MAX_INVITATION_SMS_RESEND_ATTEMPT
environment variable toMAX_INVITATION_RESEND_ATTEMPTS
- Renamed
organization.sms_resend_interval
toorganization.receiver_invitation_resend_interval_days
- Renamed
organization.sms_registration_message_template
toorganization.receiver_registration_message_template
- Renamed
disbursement.sms_registration_message_template
todisbursement.receiver_registration_message_template
- Renamed
Added
- Ability to register receivers using email addresses
- Update the receiver_registered_successfully.tmpl HTML template to display the contact info #418
- Update
/wallet-registration/verification
to accommodate different verification methods #416 - Update send and auto-retry invitation scheduler job to work with email #415
- Update
POST /wallet-registration/otp
to send OTPs through email #413 - Rename SMS related fields in
organization
anddisbursement
to be more generic #412 - Update process disbursement instructions to accept email addresses #404
- Add initial screen so receivers can choose between phone number and email registration during registration #406
- Add message channel priority or
organizations
table #400 - Add MessageDispatcher to SDP to send messages to different channels #391