File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
airbyte-integrations/connectors/source-bing-ads
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 2.9.0-rc.1 "
6+ version = " 2.9.0"
77name = " source-bing-ads"
88description = " Source implementation for Bing Ads."
99authors = [ " Airbyte <contact@airbyte.io>" ,]
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments