1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-paddle: run up-to-date pipeline [2025-07-05] (#62566)

This commit is contained in:
Airbyte
2025-07-05 07:10:05 -07:00
committed by GitHub
parent d5768067fc
commit 05fba1a3d2
2 changed files with 3 additions and 2 deletions

View File

@@ -13,11 +13,11 @@ data:
enabled: false
packageName: airbyte-source-paddle
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:6.56.7@sha256:41be3ac5f569004b6a25507cd40f5152e3691aecd2a9a3f873eb4c559903412d
baseImage: docker.io/airbyte/source-declarative-manifest:6.57.3@sha256:a193ed90a8b69ea54d148db7cb556e8c7e840ad22eb101d7cedc0190d64a9595
connectorSubtype: api
connectorType: source
definitionId: eb34e66a-c9b5-41ca-974f-2b82c26ae71a
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
dockerRepository: airbyte/source-paddle
githubIssueLabel: source-paddle
icon: icon.svg

View File

@@ -34,6 +34,7 @@ API Reference: https://developer.paddle.com/api-reference/overview
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.1.1 | 2025-07-05 | [62566](https://github.com/airbytehq/airbyte/pull/62566) | Update dependencies |
| 0.1.0 | 2025-07-01 | [62479](https://github.com/airbytehq/airbyte/pull/62479) | Add adjustments stream |
| 0.0.11 | 2025-07-01 | [62461](https://github.com/airbytehq/airbyte/pull/62461) | Add constant retry backoff per Paddle API Docs |
| 0.0.10 | 2025-06-28 | [62318](https://github.com/airbytehq/airbyte/pull/62318) | Update dependencies |