Stripe Migration Guide
Upgrading to 5.0.0
This change fixes multiple issues for the Bank Accounts stream. Also, Refunds, Checkout Sessions and Checkout Sessions Line Items are affected:
- Data not expanded when using the
BankAccountsstream in the full refresh mode - Data not filtered when using the event-based incremental sync mode for the
BankAccountsstream - Cursor values not populated when using the full refresh mode for the
BankAccountsstream CheckoutSessionsstream missing data for one day when using the incremental sync mode after a resetRefundsstream not syncing data in the incremental sync modeCheckoutSessionsLineItemspotential data loss- Incremental streams with the
createdcursor duplicating some data
Some changes here are breaking - the cursor field is changed for the Refunds and the CheckoutSessionsLineItems stream. A schema refresh and data reset of all effected streams is required after the update is applied.
Upgrading to 4.0.0
A major update of most streams to support event-based incremental sync mode. This allows the connector to pull not only the newly created data since the last sync, but the modified data as well. A schema refresh is required for the connector to use the new cursor format.