This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a change to branch 
dependabot/github_actions/softprops/action-gh-release-3
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 73c8ef1c7 chore(deps): bump softprops/action-gh-release from 2 to 3
     add 645a4e9d4 fix(go): add bounds checking to DeserializeStreams for 
payloads > 64KB (#3165)
     add a86be3a61 fix(server): warn and skip non-numeric filenames in consumer 
offset directories instead of panicking (#3135)
     add 29caa3da9 chore(deps): update workspace deps (#3280)
     add b03978e9f ci: collapse status into finalize_pr, fix cancel hang (#3282)
     add cb5d576a0 ci: run PR triage on ubuntu-24.04-arm for faster pickup 
(#3270)
     add 3628cec26 fix(ci): disable bazel cache for cpp linting (#3281)
     add e04d90d24 fix(ci): stop stale bot from re-marking PRs each week (#3283)
     add 5d023e707 Merge branch 'master' into 
dependabot/github_actions/softprops/action-gh-release-3

No new revisions were added by this update.

Summary of changes:
 .github/actions/cpp-bazel/pre-merge/action.yml     |    1 +
 .github/workflows/_common.yml                      |    2 +-
 .github/workflows/pr-triage-apply.yml              |    2 +-
 .github/workflows/pr-triage-collect.yml            |    2 +-
 .github/workflows/pre-merge.yml                    |   19 +-
 .github/workflows/publish.yml                      |    8 +-
 .github/workflows/stale-prs-unmark-on-activity.yml |  111 ++
 .github/workflows/stale-prs-unmark.yml             |   54 +
 .github/workflows/stale-prs.yml                    |    5 +-
 Cargo.lock                                         |  618 +++++------
 Cargo.toml                                         |   42 +-
 bdd/python/uv.lock                                 |  358 +++----
 core/integration/tests/mod.rs                      |    1 +
 core/integration/tests/storage/consumer_offsets.rs |  180 ++++
 .../tests/storage}/mod.rs                          |    2 +-
 core/server/src/streaming/partitions/storage.rs    |  148 ++-
 foreign/cpp/Cargo.toml                             |    2 +-
 .../binary_response_deserializer.go                |   39 +-
 .../binary_response_deserializer_test.go           |  160 +++
 foreign/go/client/tcp/tcp_stream_management.go     |    2 +-
 foreign/python/Cargo.toml                          |    6 +-
 foreign/python/uv.lock                             | 1076 ++++++++++----------
 22 files changed, 1737 insertions(+), 1101 deletions(-)
 create mode 100644 .github/workflows/stale-prs-unmark-on-activity.yml
 create mode 100644 .github/workflows/stale-prs-unmark.yml
 create mode 100644 core/integration/tests/storage/consumer_offsets.rs
 copy core/{server/src/streaming/diagnostics => 
integration/tests/storage}/mod.rs (97%)

Reply via email to