This is an automated email from the ASF dual-hosted git repository. piotr pushed a commit to branch iggy_header_reserved in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 55af82bda9a866882c8579faa5f2855a5cf4f392 Merge: a398cdecd 873b63965 Author: Piotr Gankiewicz <[email protected]> AuthorDate: Mon Feb 2 11:45:28 2026 +0100 Merge branch 'master' into iggy_header_reserved Cargo.lock | 21 + DEPENDENCIES.md | 2 + core/common/src/utils/byte_size.rs | 7 + core/common/src/utils/duration.rs | 29 ++ core/integration/src/test_server.rs | 4 +- .../server/scenarios/log_rotation_scenario.rs | 382 +++++++++++++++++ core/integration/tests/server/scenarios/mod.rs | 1 + core/integration/tests/server/specific.rs | 5 +- core/server/Cargo.toml | 2 + core/server/config.toml | 22 +- core/server/src/configs/defaults.rs | 9 +- core/server/src/configs/displays.rs | 8 +- core/server/src/configs/system.rs | 7 +- core/server/src/configs/validators.rs | 47 +- core/server/src/log/logger.rs | 475 ++++++++++++++++++++- foreign/cpp/tests/e2e/server.toml | 26 +- 16 files changed, 1009 insertions(+), 38 deletions(-)
