Skip to content

Commit 3b17898

Browse files
[skip ci] Promote release candidate
Disable progressive rollout in metadata file Create or update pull request on Airbyte repository Add changelog entry
1 parent 86d8b8d commit 3b17898

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airbyte-integrations/connectors/source-bing-ads/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 47f25999-dd5e-4636-8c39-e7cea2453331
19-
dockerImageTag: 2.9.0-rc.1
19+
dockerImageTag: 2.9.0
2020
dockerRepository: airbyte/source-bing-ads
2121
documentationUrl: https://docs.airbyte.com/integrations/sources/bing-ads
2222
erdUrl: https://dbdocs.io/airbyteio/source-bing-ads?view=relationships
@@ -37,7 +37,7 @@ data:
3737
releaseStage: generally_available
3838
releases:
3939
rolloutConfiguration:
40-
enableProgressiveRollout: true
40+
enableProgressiveRollout: false
4141
breakingChanges:
4242
1.0.0:
4343
message: Version 1.0.0 removes the primary keys from the geographic performance report streams. This will prevent the connector from losing data in the incremental append+dedup sync mode because of deduplication and incorrect primary keys. A data reset and schema refresh of all the affected streams is required for the changes to take effect.

airbyte-integrations/connectors/source-bing-ads/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "2.9.0-rc.1"
6+
version = "2.9.0"
77
name = "source-bing-ads"
88
description = "Source implementation for Bing Ads."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/bing-ads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ The Bing Ads API limits the number of requests for all Microsoft Advertising cli
261261

262262
| Version | Date | Pull Request | Subject |
263263
|:--------|:-----------|:---------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------|
264+
| 2.9.0 | 2025-05-07 | [59719](https://github.com/airbytehq/airbyte/pull/59719) | Promoting release candidate 2.9.0-rc.1 to a main version. |
264265
| 2.9.0-rc.1 | 2025-05-06 | [59136](https://github.com/airbytehq/airbyte/pull/59136) | Bump CDK v6 and migrate Accounts stream to low-code |
265266
| 2.8.13 | 2025-02-15 | [53882](https://github.com/airbytehq/airbyte/pull/53882) | Update dependencies |
266267
| 2.8.12 | 2025-02-01 | [52930](https://github.com/airbytehq/airbyte/pull/52930) | Update dependencies |

0 commit comments

Comments
 (0)