Skip to content

Commit 69475fa

Browse files
fix(source-faker)!: Major version bump to 7.0.0 for breaking change infra testing (#74318)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: patrick.nilan@airbyte.io <patrick.nilan@airbyte.io>
1 parent 845ef4c commit 69475fa

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: dfd88b22-b603-4c3d-aad7-3701784586b1
12-
dockerImageTag: 6.2.38
12+
dockerImageTag: 7.0.0
1313
dockerRepository: airbyte/source-faker
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/faker
1515
externalDocumentationUrls:
@@ -44,6 +44,16 @@ data:
4444
6.0.0:
4545
message: Declare 'id' columns as primary keys.
4646
upgradeDeadline: "2024-04-01"
47+
7.0.0:
48+
message: This is a test breaking change to validate breaking change infrastructure.
49+
upgradeDeadline: "2026-03-19"
50+
deadlineAction: "disable"
51+
scopedImpact:
52+
- scopeType: stream
53+
impactedScopes:
54+
- users
55+
- products
56+
- purchases
4757
remoteRegistries:
4858
pypi:
4959
enabled: true

airbyte-integrations/connectors/source-faker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "6.2.38"
6+
version = "7.0.0"
77
name = "source-faker"
88
description = "Source implementation for fake but realistic looking data."
99
authors = [ "Airbyte <evan@airbyte.io>",]

docs/integrations/sources/faker-migrations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sample Data Migration Guide
22

3+
## Upgrading to 7.0.0
4+
5+
This is a test breaking change to validate breaking change infrastructure. No actual schema or functionality changes were made. No user action is required.
6+
37
## Upgrading to 6.0.0
48

59
All streams (`users`, `products`, and `purchases`) now properly declare `id` as their respective primary keys. Existing sync jobs should still work as expected but you may need to reset your sync and/or update write mode after upgrading to the latest connector version.

docs/integrations/sources/faker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ None!
104104

105105
| Version | Date | Pull Request | Subject |
106106
|:------------|:-----------| :-------------------------------------------------------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------|
107+
| 7.0.0 | 2026-03-05 | [74318](https://github.com/airbytehq/airbyte/pull/74318) | Test breaking change to validate breaking change infrastructure |
107108
| 6.2.38 | 2025-11-12 | [69289](https://github.com/airbytehq/airbyte/pull/69289) | Add externalDocumentationUrls field to metadata |
108109
| 6.2.37 | 2025-10-21 | [68572](https://github.com/airbytehq/airbyte/pull/68572) | Update dependencies |
109110
| 6.2.36 | 2025-10-14 | [67806](https://github.com/airbytehq/airbyte/pull/67806) | Update dependencies |

0 commit comments

Comments
 (0)