1
0
mirror of synced 2025-12-19 18:14:56 -05:00

[up-to-date]Upgrade the base image to the latest version in metadata.yaml; Update versions of libraries in poetry; PATCH bump source-sftp-bulk version to 1.8.10; Create or update pull request on Airbyte repository; Add changelog entry

This commit is contained in:
octavia-bot-hoard[bot]
2025-12-16 06:29:10 +00:00
committed by GitHub
parent 499a92d065
commit fe9f43fae7
4 changed files with 783 additions and 1038 deletions

View File

@@ -13,11 +13,11 @@ data:
ql: 200
sl: 300
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.2@sha256:9fdb1888c4264cf6fee473649ecb593f56f58e5d0096a87ee0b231777e2e3e73
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
connectorSubtype: file
connectorType: source
definitionId: 31e3242f-dee7-4cdc-a4b8-8e06c5458517
dockerImageTag: 1.8.9
dockerImageTag: 1.8.10
dockerRepository: airbyte/source-sftp-bulk
documentationUrl: https://docs.airbyte.com/integrations/sources/sftp-bulk
githubIssueLabel: source-sftp-bulk

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "1.8.9"
version = "1.8.10"
name = "source-sftp-bulk"
description = "Source implementation for SFTP Bulk."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -190,6 +190,7 @@ For more information about delivery methods and their limitations, see the [Deli
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------|
| 1.8.10 | 2025-12-16 | [68879](https://github.com/airbytehq/airbyte/pull/68879) | Update dependencies |
| 1.8.9 | 2025-11-24 | | Increase `maxSecondsBetweenMessages` to 3 hours |
| 1.8.8 | 2025-11-10 | [69257](https://github.com/airbytehq/airbyte/pull/69257) | Update error message when file exceeds size limit |
| 1.8.6 | 2025-10-14 | [67923](https://github.com/airbytehq/airbyte/pull/67923) | Update dependencies |