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

hubcio pushed a change to branch dotnet-message-sending
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 9ab9df612 feat(csharp): enhance message handling with rented payloads 
and optimized serialization
     add 715313c53 test(python): Add tests for python sdk (#3432)
     add fab50a861 ci: fix edge-gate over-publish and retry license check 
(#3468)
     add 9835136d5 ci: one dependabot PR per component for all update types 
(#3467)
     add 86d49cab7 chore(deps): Bump the github-actions group with 4 updates 
(#3476)
     add eb9b2708a chore(deps): Bump the csharp group with 3 updates (#3477)
     add a7ea2fef6 ci: stop Dependabot bumping iggy in java examples (#3478)
     add ee3966e26 chore(deps): Bump the java group across 2 directories with 1 
update (#3481)
     add 0b132abb7 ci: ignore go and dotnet base-image bumps (#3484)
     add ab7825f05 fix(bdd): make ./scripts/run-bdd-tests.sh actually support 
FEATURE flag (#3384)
     add 448bcbd02 ci: strip registry prefix from docker ignores (#3486)
     add 7173f9d9a ci: split npm dependabot group into web and node (#3488)
     add 1c89ef408 Merge branch 'master' into dotnet-message-sending

No new revisions were added by this update.

Summary of changes:
 .github/config/components.yml                   |    2 +
 .github/dependabot.yml                          |  105 +-
 .github/workflows/_common.yml                   |    6 +-
 .github/workflows/_test.yml                     |   14 +-
 .github/workflows/_test_examples.yml            |    2 +-
 .github/workflows/coverage-baseline.yml         |   20 +-
 .github/workflows/issue-labeler-assigner.yml    |    2 +-
 .github/workflows/post-merge.yml                |    2 +-
 bdd/README.md                                   |   40 +-
 bdd/docker-compose.cluster.yml                  |  125 +++
 bdd/docker-compose.coverage.yml                 |   33 +-
 bdd/docker-compose.server.yml                   |   89 ++
 bdd/docker-compose.yml                          |  240 +---
 bdd/go/Dockerfile                               |    1 -
 bdd/go/tests/suite_test.go                      |   47 +-
 bdd/scenarios/basic_messaging.feature           |    1 +
 bdd/scenarios/leader_redirection.feature        |    1 -
 examples/java/build.gradle.kts                  |    2 +-
 foreign/csharp/Directory.Packages.props         |    6 +-
 foreign/java/gradle/libs.versions.toml          |    2 +-
 foreign/python/pyproject.toml                   |    1 +
 foreign/python/src/client.rs                    |   50 +-
 foreign/python/src/consumer.rs                  |   91 +-
 foreign/python/src/identifier.rs                |   35 +-
 foreign/python/src/iterator.rs                  |   58 -
 foreign/python/src/lib.rs                       |    4 +-
 foreign/python/src/send_message.rs              |   15 +-
 foreign/python/tests/conftest.py                |   49 +-
 foreign/python/tests/test_connectivity.py       |  170 +++
 foreign/python/tests/test_consumer_group.py     | 1322 +++++++++++++++++++++++
 foreign/python/tests/test_iggy_sdk.py           |  587 ----------
 foreign/python/tests/test_message_operations.py |  778 +++++++++++++
 foreign/python/tests/test_stream.py             |  205 ++++
 foreign/python/tests/test_tls.py                |   13 +-
 foreign/python/tests/test_topic.py              |  590 ++++++++++
 scripts/ci/edge-affected-images.sh              |   47 +-
 scripts/ci/third-party-licenses.sh              |   31 +-
 scripts/run-bdd-tests.sh                        |   88 +-
 38 files changed, 3790 insertions(+), 1084 deletions(-)
 create mode 100644 bdd/docker-compose.cluster.yml
 create mode 100644 bdd/docker-compose.server.yml
 delete mode 100644 foreign/python/src/iterator.rs
 create mode 100644 foreign/python/tests/test_connectivity.py
 create mode 100644 foreign/python/tests/test_consumer_group.py
 delete mode 100644 foreign/python/tests/test_iggy_sdk.py
 create mode 100644 foreign/python/tests/test_message_operations.py
 create mode 100644 foreign/python/tests/test_stream.py
 create mode 100644 foreign/python/tests/test_topic.py

Reply via email to