Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ application {
}

dependencies {
implementation 'com.clickhouse:client-v2:0.9.0'
implementation 'com.clickhouse:client-v2:0.9.4'

testImplementation("io.mockk:mockk:1.14.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
Expand All @@ -41,5 +41,5 @@ dependencies {

// https://mvnrepository.com/artifact/org.testcontainers/clickhouse
integrationTestImplementation 'org.testcontainers:clickhouse:1.21.1'
integrationTestImplementation 'com.clickhouse:client-v2:0.9.0'
integrationTestImplementation 'com.clickhouse:client-v2:0.9.4'
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: ce0d828e-1dc4-496c-b122-2da42e637e48
dockerImageTag: 2.1.14
dockerImageTag: 2.1.15
dockerRepository: airbyte/destination-clickhouse
githubIssueLabel: destination-clickhouse
icon: clickhouse.svg
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ The connector converts arrays and unions to strings for compatibility. If you ne

| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:-----------------------------------------------------------|:-------------------------------------------------------------------------------|
| 2.1.15 | 2025-11-23 | [69829](https://github.com/airbytehq/airbyte/pull/69829) | Bump ClickHouse client to 0.9.4 |
| 2.1.14 | 2025-11-13 | [69245](https://github.com/airbytehq/airbyte/pull/69245) | Upgrade to CDK 0.1.78 |
| 2.1.13 | 2025-11-11 | [69116](https://github.com/airbytehq/airbyte/pull/69116) | Upgrade to CDK 0.1.74 (internal refactor for schema evolution) |
| 2.1.12 | 2025-11-06 | [69226](https://github.com/airbytehq/airbyte/pull/69226) | Improved additional statistics handling |
Expand Down
Loading