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

hgruszecki pushed a change to branch global-metadata-leftright
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit bc7559500 refactor(server): WIP, don't merge: replace slab ECS with 
LeftRight-based global metadata
     add 70a829436 perf(ci): use opt-level=2, optimize sccache usage (#2566)
     add 8eebb4108 feat(connectors,mcp): Implement reading iggy token from file 
(#2565)
     add 1be2aa3c0 fix(rust): fix log in with PAT by publishing missing 
diagnostic event (#2569)
     add 3648c2b72 chore(ci): improve sccache cache effectiveness (#2568)
     add f7b7bc68c refactor(server): WIP, don't merge: replace slab ECS with 
LeftRight-based global metadata

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bc7559500)
            \
             N -- N -- N   refs/heads/global-metadata-leftright (f7b7bc68c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/actions/csharp-dotnet/pre-merge/action.yml |   1 +
 .github/actions/go/pre-merge/action.yml            |   1 +
 .github/actions/java-gradle/pre-merge/action.yml   |   1 +
 .github/actions/node-npm/pre-merge/action.yml      |   1 +
 .../actions/python-maturin/pre-merge/action.yml    |   1 +
 .github/actions/rust/post-merge/action.yml         |   3 +-
 .github/actions/rust/pre-merge/action.yml          |  31 +++-
 .github/actions/utils/docker-buildx/action.yml     |  10 ++
 .../actions/utils/setup-rust-with-cache/action.yml | 102 +++++++++----
 .github/workflows/_build_python_wheels.yml         |   1 +
 .github/workflows/_build_rust_artifacts.yml        |   2 +
 .github/workflows/_publish_rust_crates.yml         |   2 +-
 .github/workflows/_test_bdd.yml                    |   1 +
 .github/workflows/_test_examples.yml               |   1 +
 .github/workflows/post-merge.yml                   |   1 +
 .github/workflows/publish.yml                      |   3 +-
 Cargo.lock                                         |  12 +-
 Cargo.toml                                         |   3 +
 DEPENDENCIES.md                                    |   8 +-
 core/ai/mcp/Cargo.toml                             |   6 +-
 core/ai/mcp/src/error.rs                           |   6 +
 core/ai/mcp/src/stream.rs                          | 155 ++++++++++++++++++-
 core/binary_protocol/Cargo.toml                    |   2 +-
 .../client/binary_personal_access_tokens/mod.rs    |   8 +-
 core/connectors/runtime/Cargo.toml                 |   6 +-
 core/connectors/runtime/src/error.rs               |   9 ++
 core/connectors/runtime/src/stream.rs              | 165 ++++++++++++++++++++-
 core/sdk/Cargo.toml                                |   2 +-
 28 files changed, 485 insertions(+), 59 deletions(-)

Reply via email to