Skip to content

Commit d8d480f

Browse files
authored
fix(source-stripe): disable progressive rollout (#55682)
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 5e33c57 commit d8d480f

File tree

4 files changed

+214
-49
lines changed

4 files changed

+214
-49
lines changed

airbyte-integrations/connectors/source-stripe/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: e094cb9a-26de-4645-8761-65c0c425d1de
13-
dockerImageTag: 5.8.11
13+
dockerImageTag: 5.8.12
1414
dockerRepository: airbyte/source-stripe
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/stripe
1616
erdUrl: https://dbdocs.io/airbyteio/source-stripe?view=relationships
@@ -31,7 +31,7 @@ data:
3131
releaseStage: generally_available
3232
releases:
3333
rolloutConfiguration:
34-
enableProgressiveRollout: true
34+
enableProgressiveRollout: false
3535
breakingChanges:
3636
4.0.0:
3737
message: Version 4.0.0 changes the cursors in most of the Stripe streams that support incremental sync mode. This is done to not only sync the data that was created since previous sync, but also the data that was modified. A schema refresh of all effected streams is required to use the new cursor format.

0 commit comments

Comments
 (0)