1
0
mirror of synced 2025-12-23 21:03:15 -05:00

feat(source-pinterest): Release 2.1.13 (#67105)

This commit is contained in:
Anatolii Yatsuk
2025-10-06 21:32:40 +03:00
committed by GitHub
parent 2ea4544e68
commit f828097d01
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 5cb7e5fe-38c2-11ec-8d3d-0242ac130003
dockerImageTag: 2.1.13-rc.2
dockerImageTag: 2.1.13
dockerRepository: airbyte/source-pinterest
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:7.2.2@sha256:588e3aaeae219b31b47da458972e559556e3501c6b6ab9f858ff83e6c8f6dc7a
@@ -26,7 +26,7 @@ data:
releaseStage: generally_available
releases:
rolloutConfiguration:
enableProgressiveRollout: true
enableProgressiveRollout: false
breakingChanges:
2.0.0:
message: "This release introduces updated format of state for incremental streams. Users will need to reset affected streams after upgrading. Please see migration guide for more details."

View File

@@ -205,6 +205,7 @@ The connector is restricted by the Pinterest
| Version | Date | Pull Request | Subject |
|:------------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2.1.13 | 2025-10-06 | [67105](https://github.com/airbytehq/airbyte/pull/67105) | Promoting release candidate 2.1.13-rc.2 to a main version. |
| 2.1.13-rc.2 | 2025-10-03 | [67025](https://github.com/airbytehq/airbyte/pull/67025) | Add timeout status for reports |
| 2.1.13-rc.1 | 2025-09-30 | [66755](https://github.com/airbytehq/airbyte/pull/66755) | Migrate to manifest-only |
| 2.1.12 | 2025-09-30 | [66820](https://github.com/airbytehq/airbyte/pull/66820) | Promoting release candidate 2.1.12-rc.1 to a main version. |