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

numinnex pushed a change to branch tcp-tls-in-cluster
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 52e0463da feat(cluster): add TLS 1.3 to replica plane with PSK channel 
binding
     add 5e493927b test(php): add BDD suite wiring (#3410)
     add 24e68b7f5 chore(deps): Bump @commitlint/config-conventional from 
20.0.0 to 21.0.2 in /foreign/node (#3457)
     add 8678ead58 chore(deps): Bump esbuild from 0.28.0 to 0.28.1 in 
/examples/node (#3466)
     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 38de18147 Merge branch 'master' into tcp-tls-in-cluster

No new revisions were added by this update.

Summary of changes:
 .github/config/components.yml                     |   12 +
 .github/dependabot.yml                            |   72 +-
 .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                                     |   12 +
 bdd/docker-compose.coverage.yml                   |   17 +
 bdd/docker-compose.yml                            |   19 +
 foreign/php/Dockerfile.test => bdd/php/Dockerfile |   43 +-
 {foreign => bdd}/php/phpunit.xml.dist             |    4 +-
 bdd/php/tests/BasicMessagingFeatureTest.php       |  331 ++++++
 examples/java/build.gradle.kts                    |    2 +-
 examples/node/package-lock.json                   |  218 ++--
 foreign/csharp/Directory.Packages.props           |    6 +-
 foreign/java/gradle/libs.versions.toml            |    2 +-
 foreign/node/package-lock.json                    |  184 +--
 foreign/node/package.json                         |    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/sync-rustc-version.sh                  |    2 +-
 scripts/ci/third-party-licenses.sh                |   31 +-
 scripts/run-bdd-tests.sh                          |    4 +-
 39 files changed, 3913 insertions(+), 1109 deletions(-)
 copy foreign/php/Dockerfile.test => bdd/php/Dockerfile (63%)
 copy {foreign => bdd}/php/phpunit.xml.dist (92%)
 create mode 100644 bdd/php/tests/BasicMessagingFeatureTest.php
 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