1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐛 Sourcte Stripe: do not sync upcoming invoices (#30752)

Co-authored-by: davydov-d <davydov-d@users.noreply.github.com>
This commit is contained in:
Denys Davydov
2023-09-26 18:00:14 +03:00
committed by GitHub
parent e100c27d49
commit 5bd2c1c359
10 changed files with 48 additions and 12 deletions

View File

@@ -192,6 +192,7 @@ The Stripe connector should not run into Stripe API limitations under normal usa
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.3.0 | 2023-09-26 | [30752](https://github.com/airbytehq/airbyte/pull/30752) | Do not sync upcoming invoices, extend stream schemas |
| 4.2.0 | 2023-09-21 | [30660](https://github.com/airbytehq/airbyte/pull/30660) | Fix updated state for the incremental syncs |
| 4.1.1 | 2023-09-15 | [30494](https://github.com/airbytehq/airbyte/pull/30494) | Fix datatype of invoices.lines property |
| 4.1.0 | 2023-08-29 | [29950](https://github.com/airbytehq/airbyte/pull/29950) | Implement incremental deletes, add suggested streams |