This is an automated email from the ASF dual-hosted git repository. gkoszyk pushed a commit to branch experiment in repository https://gitbox.apache.org/repos/asf/iggy.git
commit d06bc8d6cce136128796e9a59136bbd93292211f Merge: 0397790bd 3dcdda940 Author: Grzegorz Koszyk <[email protected]> AuthorDate: Tue Jan 20 18:43:37 2026 +0100 Merge branch 'master' into experiment core/integration/tests/mod.rs | 1 - core/integration/tests/server/cg.rs | 10 +- core/integration/tests/server/general.rs | 3 +- core/integration/tests/server/message_retrieval.rs | 152 +++++++ core/integration/tests/server/mod.rs | 8 +- .../scenarios/cross_protocol_pat_scenario.rs | 233 ++++++++++ core/integration/tests/server/scenarios/mod.rs | 4 + .../tests/server/scenarios/offset_scenario.rs | 467 +++++++++++++++++++++ .../scenarios/snapshot_scenario.rs} | 44 +- .../tests/server/scenarios/timestamp_scenario.rs | 449 ++++++++++++++++++++ core/integration/tests/server/specific.rs | 23 +- core/integration/tests/streaming/common/mod.rs | 19 - .../tests/streaming/common/test_setup.rs | 52 --- core/integration/tests/streaming/get_by_offset.rs | 396 ----------------- .../tests/streaming/get_by_timestamp.rs | 372 ---------------- core/integration/tests/streaming/mod.rs | 132 ------ core/server/src/http/personal_access_tokens.rs | 34 +- foreign/python/Cargo.toml | 1 + foreign/python/apache_iggy.pyi | 23 +- foreign/python/src/client.rs | 28 +- foreign/python/src/consumer.rs | 29 +- foreign/python/src/iterator.rs | 59 +++ foreign/python/src/lib.rs | 3 + foreign/python/src/receive_message.rs | 15 +- foreign/python/tests/test_iggy_sdk.py | 47 ++- 25 files changed, 1565 insertions(+), 1039 deletions(-)
