Skip to content

Commit c2339fc

Browse files
chore(cdk): bump extract CDK to use core-base 1.0.3 for AIRBYTE_EDITION feature flag (#76481)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent e86c2f8 commit c2339fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

airbyte-cdk/bulk/core/extract/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
api "io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.2"
2+
api "io.airbyte.bulk-cdk:bulk-cdk-core-base:1.0.3"
33
implementation 'org.apache.commons:commons-lang3:3.17.0'
44
implementation 'hu.webarticum:tree-printer:3.2.1'
55

airbyte-cdk/bulk/core/extract/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The Extract CDK provides functionality for source connectors including schema di
99

1010
| Version | Date | Pull Request | Subject |
1111
|---------|------------|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| 1.1.4 | 2026-04-20 | [76481](https://github.com/airbytehq/airbyte/pull/76481) | Bump bulk-cdk-core-base to 1.0.3 to pick up AIRBYTE_EDITION feature flag fix. |
1213
| 1.1.3 | 2026-04-14 | [76320](https://github.com/airbytehq/airbyte/pull/76320) | Catalog validation failures are captured as stream-level sync failures. |
1314
| 1.1.2 | 2026-03-31 | [74124](https://github.com/airbytehq/airbyte/pull/74124) | Change the default implementation of JDBC incremental partition to non splittable |
1415
| 1.1.1 | 2026-04-02 | [76054](https://github.com/airbytehq/airbyte/pull/76054) | Clarified CDC termination condition. Ensure querySingleValue returns one result or throws. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.1.3
1+
version=1.1.4

0 commit comments

Comments
 (0)