diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c4579..31e659b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ## [Unreleased] +## [5.11.1] - 2026-06-26 + ### Added - **Bounded read-phase shuffle controls** — `spt run read` now supports `--shuffle` and `--shuffle-batch-size` to widen read randomness within the `ReadLoad` phase without globally exposing unbounded `load.batch.size`. The batch override is read-only, defaults to a bounded window when omitted, and is capped to avoid pathological buffer growth. diff --git a/VERSION b/VERSION index c68d476..32447ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.11.0 +5.11.1 diff --git a/engine/core/spt-base/src/main/resources/config/defaults.yaml b/engine/core/spt-base/src/main/resources/config/defaults.yaml index e40f88c..e633516 100644 --- a/engine/core/spt-base/src/main/resources/config/defaults.yaml +++ b/engine/core/spt-base/src/main/resources/config/defaults.yaml @@ -117,7 +117,7 @@ run: node: false port: 9999 scenario: null - version: 5.11.0 + version: 5.11.1 log: level: info