Skip to content

Commit 272ac9e

Browse files
authored
Merge branch 'master' into message_repair_protocol
2 parents 6142dd8 + b7c87d8 commit 272ac9e

43 files changed

Lines changed: 5406 additions & 116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v7.0.0
5959

6060
- name: Install uv
61-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
61+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6262

6363
- name: Check uv.lock files are in sync with pyproject.toml
6464
run: ./scripts/ci/uv-lock-check.sh --check
@@ -93,7 +93,7 @@ jobs:
9393
run: echo "version=$(cat .github/config/hawkeye.version)" >> "$GITHUB_OUTPUT"
9494

9595
- name: Install HawkEye
96-
uses: taiki-e/install-action@v2.82.7
96+
uses: taiki-e/install-action@v2.82.9
9797
with:
9898
tool: hawkeye@${{ steps.hawkeye-version.outputs.version }}
9999

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Python SDK
7878
- name: Set up Docker Buildx for Python
7979
if: inputs.component == 'sdk-python' && inputs.task == 'test'
80-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
80+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
8181

8282
- name: Run Python SDK task
8383
if: inputs.component == 'sdk-python'

.github/workflows/_test_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Setup uv
6565
if: startsWith(inputs.component, 'examples-') && inputs.task == 'examples-python'
66-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
66+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6767

6868
- name: Install PHP build dependencies
6969
if: startsWith(inputs.component, 'examples-') && inputs.task == 'examples-php'

.github/workflows/coverage-baseline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
free-disk-space-aggressive: "true"
6161

6262
- name: Install cargo-llvm-cov
63-
uses: taiki-e/install-action@v2.82.7
63+
uses: taiki-e/install-action@v2.82.9
6464
with:
6565
tool: cargo-llvm-cov
6666

@@ -238,12 +238,12 @@ jobs:
238238
save-cache: "false"
239239

240240
- name: Install cargo-llvm-cov
241-
uses: taiki-e/install-action@v2.82.7
241+
uses: taiki-e/install-action@v2.82.9
242242
with:
243243
tool: cargo-llvm-cov
244244

245245
- name: Install uv
246-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
246+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
247247

248248
- name: Install dependencies
249249
run: |

.github/workflows/post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# preinstalled cargo (rust-toolchain.toml pins 1.96.0) and skips the
6767
# heavyweight build-cache restore.
6868
- name: Install cargo-rail
69-
uses: taiki-e/install-action@v2.82.7
69+
uses: taiki-e/install-action@v2.82.9
7070
with:
7171
tool: cargo-rail
7272

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ jobs:
941941
path: ${{ runner.temp }}/digests
942942
943943
- name: Set up Docker Buildx
944-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
944+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
945945
946946
- name: Login to Docker Hub
947947
uses: ./.github/actions/utils/docker-login

.github/workflows/stale-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
stale:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/stale@v10
32+
- uses: actions/stale@v10.3.0
3333
with:
3434
days-before-pr-stale: 7
3535
days-before-pr-close: 7

Cargo.lock

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ members = [
3333
"core/configs_derive",
3434
"core/connectors/runtime",
3535
"core/connectors/sdk",
36+
"core/connectors/sinks/clickhouse_sink",
3637
"core/connectors/sinks/delta_sink",
3738
"core/connectors/sinks/doris_sink",
3839
"core/connectors/sinks/elasticsearch_sink",
@@ -192,10 +193,10 @@ hwlocality = "1.0.0-alpha.12"
192193
iceberg = "0.9.1"
193194
iceberg-catalog-rest = "0.9.1"
194195
iceberg-storage-opendal = "0.9.1"
195-
iggy = { path = "core/sdk", version = "0.10.2-edge.1" }
196+
iggy = { path = "core/sdk", version = "0.10.3-edge.1" }
196197
iggy-cli = { path = "core/cli", version = "0.13.1-edge.1" }
197-
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.2-edge.1" }
198-
iggy_common = { path = "core/common", version = "0.10.2-edge.1" }
198+
iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.3-edge.1" }
199+
iggy_common = { path = "core/common", version = "0.10.3-edge.1" }
199200
iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.3.1-edge.1" }
200201
indexmap = "2.14.0"
201202
integration = { path = "core/integration" }

core/binary_protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "iggy_binary_protocol"
20-
version = "0.10.2-edge.1"
20+
version = "0.10.3-edge.1"
2121
description = "Wire protocol types and codec for the Iggy binary protocol. Shared between server and SDK."
2222
edition = "2024"
2323
rust-version.workspace = true

0 commit comments

Comments
 (0)