From e3d8eff932c10c3a5b27d10cbda2f13d14c00fbc Mon Sep 17 00:00:00 2001 From: maxi297 Date: Thu, 18 Apr 2024 17:12:16 -0400 Subject: [PATCH 1/2] Up CDK version --- .../connectors/source-salesforce/poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-salesforce/poetry.lock b/airbyte-integrations/connectors/source-salesforce/poetry.lock index 7e7ce27f06da2..ed2bf4c6b9fa3 100644 --- a/airbyte-integrations/connectors/source-salesforce/poetry.lock +++ b/airbyte-integrations/connectors/source-salesforce/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "airbyte-cdk" -version = "0.81.7" +version = "0.81.8" description = "A framework for writing Airbyte Connectors." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "airbyte_cdk-0.81.7-py3-none-any.whl", hash = "sha256:539f3fc0c3a500240183c61bcd3aa016d54b88ce8f8b41cebae1441af2b5f579"}, - {file = "airbyte_cdk-0.81.7.tar.gz", hash = "sha256:aa35b9da836dcb1d803cb0b4f1595e9d820f860fef4df908c89a4249d3e7e441"}, + {file = "airbyte_cdk-0.81.8-py3-none-any.whl", hash = "sha256:1f826715e99b190b0581f0ce5192bd7e5eae69133e77a242a339a4227df02642"}, + {file = "airbyte_cdk-0.81.8.tar.gz", hash = "sha256:8854a899c9a4fabd2143b86befece8fd62130ffd74049b8c6fb8ac67c7c1da54"}, ] [package.dependencies] From 69b4453c84d23aa4c18a07656b6c37f28ce0eb74 Mon Sep 17 00:00:00 2001 From: maxi297 Date: Thu, 18 Apr 2024 17:14:30 -0400 Subject: [PATCH 2/2] Update release information --- airbyte-integrations/connectors/source-salesforce/metadata.yaml | 2 +- .../connectors/source-salesforce/pyproject.toml | 2 +- docs/integrations/sources/salesforce.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-salesforce/metadata.yaml b/airbyte-integrations/connectors/source-salesforce/metadata.yaml index 0d350dcb53c02..b9e9fcded686d 100644 --- a/airbyte-integrations/connectors/source-salesforce/metadata.yaml +++ b/airbyte-integrations/connectors/source-salesforce/metadata.yaml @@ -10,7 +10,7 @@ data: connectorSubtype: api connectorType: source definitionId: b117307c-14b6-41aa-9422-947e34922962 - dockerImageTag: 2.5.4 + dockerImageTag: 2.5.5 dockerRepository: airbyte/source-salesforce documentationUrl: https://docs.airbyte.com/integrations/sources/salesforce githubIssueLabel: source-salesforce diff --git a/airbyte-integrations/connectors/source-salesforce/pyproject.toml b/airbyte-integrations/connectors/source-salesforce/pyproject.toml index 971a212255909..0a60648dae2af 100644 --- a/airbyte-integrations/connectors/source-salesforce/pyproject.toml +++ b/airbyte-integrations/connectors/source-salesforce/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "2.5.4" +version = "2.5.5" name = "source-salesforce" description = "Source implementation for Salesforce." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/salesforce.md b/docs/integrations/sources/salesforce.md index 187c5f3daee0c..ce6eda5f8f5eb 100644 --- a/docs/integrations/sources/salesforce.md +++ b/docs/integrations/sources/salesforce.md @@ -193,6 +193,7 @@ Now that you have set up the Salesforce source connector, check out the followin | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------| +| 2.5.5 | 2024-04-18 | [37392](https://github.com/airbytehq/airbyte/pull/37419) | Ensure python return code != 0 in case of error | | 2.5.4 | 2024-04-18 | [37392](https://github.com/airbytehq/airbyte/pull/37392) | Update CDK version to have partitioned state fix | | 2.5.3 | 2024-04-17 | [37376](https://github.com/airbytehq/airbyte/pull/37376) | Improve rate limit error message during check command | | 2.5.2 | 2024-04-15 | [37105](https://github.com/airbytehq/airbyte/pull/37105) | Raise error when schema generation fails |