Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.88 KB

Changelog-Stripe-app-for-Salesforce-platform.md

File metadata and controls

52 lines (40 loc) · 1.88 KB

v1.24

  • Update and refactor to make encrypt utilities global

v1.23

  • Add Idempotency-Key header to the AgnosticInvocable method

v1.22

  • Fix sync preferences input validation
  • Create an invocable method to search for a metadata tag

v1.21

  • Cleanup Stripe Event and Sync Log records using a scheduled job instead of before insert trigger
  • Create a Post Install Script that migrates users of the cleanup trigger to the scheduled job

v1.20

  • Update configuration to support extension support for Salesforce Billing Extension
  • Added support for Salesforce Billing Extension
    • Implement card payment surcharges in the new Billing extension
    • Let users specify the surcharge amount using a flow

v1.19

  • Include error response body in the StripeCalloutException

v1.18

  • Update Connected Accounts tab in configuration
  • Add support/fix for syncing each connected accounts page async in its individual Apex transaction

v1.17

  • Disable OAuth login mode and default to authenticating using API Restricted Access Keys & Secret Keys
  • Added support to reauthorize an account using API key

v1.16

  • Fixed StripeCalloutException message

v1.15

  • Fixed CalloutException inside SyncStripeConnectedAccountsJob

v1.13

  • Renamed Stripe Connector Integration User to Stripe Connector Admin User
  • Added support for reauth process for platform accounts (added using an API key)
  • Bug fixes to event listings
  • Sync all connected accounts (API pagination)

v1.12

  • Added support for showing long Stripe Account names and their badges on two separate lines
  • Update soon-to-be deprecated if:true and if:false LWC directives
  • Added fix to handle duplicate webhook events
  • Added support for event retry with backoff mechanism to Stripe API callouts to overcome lock_timeout errors
  • Update reference to use PACKAGE_VERSION instead of Publisher

v1.11

  • Add support for Stripe Connect