-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
š source-paypal-transaction: retroactively mark 2.1.0 as a breaking cā¦
ā¦hange (#31806)
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/integrations/sources/paypal-transaction-migrations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Paypal Transaction Migration Guide | ||
|
||
## Upgrading to 2.1.0 | ||
|
||
Version 2.1.0 changes the format of the state object. Upgrading to 2.1.0 is safe, but downgrading to 2.0.0 is not. | ||
|
||
To downgrade to 2.0.0: | ||
- Edit your connection state: | ||
- Change the the keys for the transactions and balances streams to "date" | ||
- Change the format of the cursor to "yyyy-MM-dd'T'HH:mm:ss+00:00" | ||
Alternatively, you can also reset your connection. |