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

maciej pushed a change to branch deps-versions
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from e8344019c chore(repo): update versions to edge for all packages
     add 553123e78 feat(metadata): thread STM response into consensus Reply 
body (#2856)
     add 185215fbe fix(go): fix tcp client connect method (#2860)
     add e8cddca26 Merge branch 'master' into deps-versions

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                              |  5 ++
 core/consensus/Cargo.toml               |  2 +
 core/consensus/src/plane_helpers.rs     | 55 ++++++++++++---------
 core/metadata/Cargo.toml                |  1 +
 core/metadata/src/impls/metadata.rs     | 20 +++++---
 core/metadata/src/stm/consumer_group.rs | 13 +++--
 core/metadata/src/stm/mod.rs            | 18 ++++---
 core/metadata/src/stm/mux.rs            |  8 +--
 core/metadata/src/stm/stream.rs         | 86 +++++++++++++++++++--------------
 core/metadata/src/stm/user.rs           | 43 +++++++++++------
 core/partitions/Cargo.toml              |  1 +
 core/partitions/src/iggy_partitions.rs  |  3 +-
 core/shard/Cargo.toml                   |  1 +
 core/shard/src/lib.rs                   | 30 ++++++++++--
 core/shard/src/router.rs                | 12 ++++-
 foreign/go/client/tcp/tcp_core.go       | 23 ++++-----
 16 files changed, 207 insertions(+), 114 deletions(-)

Reply via email to