Skip to content

Commit db38025

Browse files
authored
🎉 Source Woocommerce: Bump CDK version to support RFR for Low-code sub streams (#44388)
1 parent 23e7b1a commit db38025

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

‎airbyte-integrations/connectors/source-woocommerce/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
connectorSubtype: api
99
connectorType: source
1010
definitionId: 2a2552ca-9f78-4c1c-9eb7-4d0dc66d72df
11-
dockerImageTag: 0.4.3
11+
dockerImageTag: 0.4.4
1212
dockerRepository: airbyte/source-woocommerce
1313
documentationUrl: https://docs.airbyte.com/integrations/sources/woocommerce
1414
githubIssueLabel: source-woocommerce

‎airbyte-integrations/connectors/source-woocommerce/poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎airbyte-integrations/connectors/source-woocommerce/pyproject.toml

+1-1
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 = "0.4.3"
6+
version = "0.4.4"
77
name = "source-woocommerce"
88
description = "Source implementation for Woocommerce."
99
authors = [ "Airbyte <[email protected]>",]

‎airbyte-integrations/connectors/source-woocommerce/source_woocommerce/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.0"
1+
version: 4.5.1
22

33
spec:
44
type: Spec

‎docs/integrations/sources/woocommerce.md

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ maximum number of seconds between API calls.
122122

123123
| Version | Date | Pull Request | Subject |
124124
|:--------| :--------- |:---------------------------------------------------------|:-----------------------------------------------------------------------|
125+
| 0.4.4 | 2024-08-19 | [44388](https://github.com/airbytehq/airbyte/pull/44388) | Update the CDK version to support RFR for Low-Code substreams |
125126
| 0.4.3 | 2024-08-17 | [44228](https://github.com/airbytehq/airbyte/pull/44228) | Update dependencies |
126127
| 0.4.2 | 2024-08-12 | [43786](https://github.com/airbytehq/airbyte/pull/43786) | Update dependencies |
127128
| 0.4.1 | 2024-08-10 | [43487](https://github.com/airbytehq/airbyte/pull/43487) | Update dependencies |

0 commit comments

Comments
 (0)