Skip to content

Commit 238aaf2

Browse files
🐙 source-linkedin-ads: release 5.4.0 (#58593)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3bac873 commit 238aaf2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 137ece28-5434-455c-8f34-69dc3782f451
14-
dockerImageTag: 5.4.0-rc.1
14+
dockerImageTag: 5.4.0
1515
dockerRepository: airbyte/source-linkedin-ads
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/linkedin-ads
1717
githubIssueLabel: source-linkedin-ads
@@ -31,7 +31,7 @@ data:
3131
releaseStage: generally_available
3232
releases:
3333
rolloutConfiguration:
34-
enableProgressiveRollout: true
34+
enableProgressiveRollout: false
3535
breakingChanges:
3636
1.0.0:
3737
message: This upgrade brings changes in primary key to *-analytics streams.

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

+1-1
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 = "5.4.0-rc.1"
6+
version = "5.4.0"
77
name = "source-linkedin-ads"
88
description = "Source implementation for Linkedin Ads."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/linkedin-ads.md

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ No workaround has been identified to manage this issue as of 2025, February.
202202

203203
| Version | Date | Pull Request | Subject |
204204
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
205+
| 5.4.0 | 2025-04-22 | [58593](https://github.com/airbytehq/airbyte/pull/58593) | Promoting release candidate 5.4.0-rc.1 to a main version. |
205206
| 5.4.0-rc.1 | 2025-04-18 | [58114](https://github.com/airbytehq/airbyte/pull/58114) | Removes custom retrievers and cursors from analytics streams so that they can take up concurrency. |
206207
| 5.3.3 | 2025-03-12 | [55724](https://github.com/airbytehq/airbyte/pull/55724) | Update outdated schema `approximateUniqueImpressions` to new `approximateMemberReach` for `adAnalytics` streams. |
207208
| 5.3.2 | 2025-03-08 | [55447](https://github.com/airbytehq/airbyte/pull/55447) | Update dependencies |

0 commit comments

Comments
 (0)