Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

## [Unreleased]

### Fixed

- **MPU completion race handling** — fixed race condition in multipart upload completion logic that could cause incorrect finalization timing. (PR #121)
- **CLI lint issues** — resolved linting warnings in CLI code. (PR #121)
- **CLI MPU batch override removal** — removed unnecessary CLI-level MPU batch override that conflicted with engine-level configuration. (PR #121)
- **MPU completion timing** — corrected timing logic in MPU completion operations to ensure accurate metrics reporting. (PR #121)
- **Terminal metrics refresh** — fixed TUI metrics display refresh to ensure real-time updates are rendered correctly. (PR #121)
- **Composite read batch dispatch** — fixed dispatch logic for composite read operations to prevent batch handling errors. (PR #121)
- **MPU scheduling and finalization** — improved MPU task scheduling and finalization to handle edge cases in distributed runs. (PR #121)
- **Jar-based MPU test helpers** — updated test helper utilities for jar-based MPU testing to improve reliability. (PR #121)
- **Multi-host headless completion hangs** — fixed issue where multi-host headless runs would hang after completion instead of exiting cleanly. (PR #120)

## [5.10.2] - 2026-05-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.2
5.10.3
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ run:
node: false
port: 9999
scenario: null
version: 5.10.2
version: 5.10.3

log:
level: info
Expand Down
Loading