Skip to content

Commit

Permalink
fix: (source-shopify) - Update the deprecation deadline for the cha…
Browse files Browse the repository at this point in the history
…nge the change #51037 (#51602)

Co-authored-by: Aaron ("AJ") Steers <[email protected]>
  • Loading branch information
bazarnov and aaronsteers authored Jan 16, 2025
1 parent 2d691b3 commit 787bfc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions airbyte-integrations/connectors/source-shopify/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 9da77001-af33-4bcd-be46-6252bf9342b9
dockerImageTag: 2.6.0
dockerImageTag: 2.6.1
dockerRepository: airbyte/source-shopify
documentationUrl: https://docs.airbyte.com/integrations/sources/shopify
erdUrl: https://dbdocs.io/airbyteio/source-shopify?view=relationships
Expand Down Expand Up @@ -75,11 +75,11 @@ data:
scopedImpact:
- scopeType: stream
impactedScopes: ["countries"]
2.6.0:
2.6.1:
message:
"The `ProductsGraphQL` and the `CustomerSavedSearch` streams have been deprecated by Shopify and removed from Airbyte.
Use the `Products` stream instead. More details here: https://github.com/airbytehq/airbyte/pull/51037."
upgradeDeadline: "2025-02-15"
Please the `Products` stream instead. As of 2025-01-16, Spotify no longer provides data for the affected streams. More details here: https://github.com/airbytehq/airbyte/pull/51037."
upgradeDeadline: "2025-01-16"
scopedImpact:
- scopeType: stream
impactedScopes: ["products_graph_ql", "customer_saved_search"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.6.0"
version = "2.6.1"
name = "source-shopify"
description = "Source CDK implementation for Shopify."
authors = [ "Airbyte <[email protected]>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/shopify.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ For all `Shopify GraphQL BULK` api requests these limitations are applied: https

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.6.0 | 2025-01-10 | [51037](https://github.com/airbytehq/airbyte/pull/51037) | Deprecated the `ProductsGraphQL` and `CustomerSavedSearch` streams from the stream catalog |
| 2.6.1 | 2025-02-16 | [51602](https://github.com/airbytehq/airbyte/pull/51602) | Updated the `UpgradeDeadline` for the deprecation notice about [this change](https://github.com/airbytehq/airbyte/pull/51037) |
| 2.6.0 | 2025-01-15 | [51037](https://github.com/airbytehq/airbyte/pull/51037) | Deprecated the `ProductsGraphQL` and `CustomerSavedSearch` stream from the stream catalog |
| 2.5.18 | 2025-01-11 | [51326](https://github.com/airbytehq/airbyte/pull/51326) | Update dependencies |
| 2.5.17 | 2025-01-06 | [50884](https://github.com/airbytehq/airbyte/pull/50884) | Add `moments` field `Customer Journey Summary` stream |
| 2.5.16 | 2025-01-04 | [50938](https://github.com/airbytehq/airbyte/pull/50938) | Update dependencies |
Expand Down

0 comments on commit 787bfc9

Please sign in to comment.