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

numinnex pushed a change to branch cg_port
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 7173af955 Merge branch 'master' into cg_port
     add b2940dbb0 chore(deps): bump python/cpp FFI SDK deps to latest (#3552)
     add 9ba4dbf12 feat(cpp): add functions  related to consumer groups and 
topics (#3506)
     add 7c6d899b4 feat(ci,rust): declare MSRV 1.95 and enforce it in CI (#3558)
     add 74ef55092 Merge branch 'master' into cg_port

No new revisions were added by this update.

Summary of changes:
 .github/actions/rust/pre-merge/action.yml          |  24 +-
 .github/config/components.yml                      |  16 +
 Cargo.toml                                         |   5 +-
 core/binary_protocol/Cargo.toml                    |   1 +
 core/cli/Cargo.toml                                |   1 +
 core/common/Cargo.toml                             |   1 +
 core/sdk/Cargo.toml                                |   1 +
 foreign/cpp/Cargo.toml                             |   2 +-
 foreign/cpp/src/client.rs                          | 180 ++++-
 foreign/cpp/src/consumer_group.rs                  |  14 +-
 foreign/cpp/src/lib.rs                             |  56 +-
 foreign/cpp/src/topic.rs                           |  39 +-
 foreign/cpp/tests/client/low_level_e2e.cpp         |   2 -
 foreign/cpp/tests/consumer_group/low_level_e2e.cpp | 282 +++++++
 foreign/cpp/tests/stream/low_level_e2e.cpp         |   2 -
 foreign/cpp/tests/topic/low_level_e2e.cpp          | 839 ++++++++++++++++++++-
 foreign/python/Cargo.toml                          |   8 +-
 scripts/verify-crates-publish.sh                   |  29 +
 18 files changed, 1475 insertions(+), 27 deletions(-)

Reply via email to