fix(source-shopify): fix pre-release check failures
- Fix upgrade deadline date from 2025-01-25 to 2026-01-25 (was in the past) - Add changelog entry for version 3.1.0 - Fix invalid pricerule documentation link Co-Authored-By: unknown <>
This commit is contained in:
@@ -93,8 +93,8 @@ data:
|
||||
impactedScopes:
|
||||
["countries", "product_variants", "articles", "blogs", "pages"]
|
||||
3.1.0:
|
||||
message: "The `collects` stream cursor field has changed from `id` to `updated_at` to enable capturing updates to existing records. This is a breaking change that requires clearing and resyncing the `collects` stream. See https://github.com/airbytehq/airbyte/issues/66581 for details."
|
||||
upgradeDeadline: "2025-01-25"
|
||||
message: "The `collects` stream cursor field has changed from `id` to `updated_at` to enable capturing updates to existing records. This is a breaking change that requires clearing and resyncing the `collects` stream. See https://docs.airbyte.com/integrations/sources/shopify-migrations for details."
|
||||
upgradeDeadline: "2026-01-25"
|
||||
scopedImpact:
|
||||
- scopeType: stream
|
||||
impactedScopes: ["collects"]
|
||||
|
||||
@@ -161,7 +161,7 @@ This source can sync data for the [Shopify REST API](https://shopify.dev/api/adm
|
||||
- [Order Refunds](https://shopify.dev/api/admin-rest/2024-04/resources/refund#top)
|
||||
- [Order Risks (GraphQL)](https://shopify.dev/api/admin-rest/2024-04/resources/order-risk#top)
|
||||
- [Pages](https://shopify.dev/api/admin-rest/2024-04/resources/page#top)
|
||||
- [Price Rules](https://shopify.dev/api/admin-rest/2024-04/resources/pricerule#top)
|
||||
- [Price Rules](https://shopify.dev/docs/api/admin-rest/2024-04/resources/pricerule)
|
||||
- [Products (GraphQL)](https://shopify.dev/docs/api/admin-graphql/2024-04/queries/products)
|
||||
- [Product Images (GraphQL)](https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Image)
|
||||
- [Product Variants (GraphQL)](https://shopify.dev/docs/api/admin-graphql/2024-04/queries/productVariant)
|
||||
@@ -248,6 +248,7 @@ For all `Shopify GraphQL BULK` api requests these limitations are applied: https
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:-----------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 3.1.0 | 2025-12-18 | [70989](https://github.com/airbytehq/airbyte/pull/70989) | Implement client-side incremental sync for `collects` stream. Cursor field changed from `id` to `updated_at` to capture updates to existing records. See [migration guide](./shopify-migrations.md). |
|
||||
| 3.0.13 | 2025-10-21 | [68245](https://github.com/airbytehq/airbyte/pull/68245) | Update dependencies |
|
||||
| 3.0.12 | 2025-10-14 | [67805](https://github.com/airbytehq/airbyte/pull/67805) | Update dependencies |
|
||||
| 3.0.11 | 2025-10-07 | [67448](https://github.com/airbytehq/airbyte/pull/67448) | Update dependencies |
|
||||
|
||||
Reference in New Issue
Block a user