diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-18 10:22:52 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-03-18 10:22:52 +0100 |
| commit | 4dc972bdaf752676426550b2eed500a9b7dcc4f5 (patch) | |
| tree | 3e2083ae9cccc82929e124182fc0b11a0378bfaf /CHANGELOG.md | |
| parent | If a chunk or block write operation results in more than one completed chunk ... (diff) | |
| download | zen-4dc972bdaf752676426550b2eed500a9b7dcc4f5.tar.xz zen-4dc972bdaf752676426550b2eed500a9b7dcc4f5.zip | |
improved reporting on async error (#312)
* report async errors as individual errors
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bca84c05f..8ff45befc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Improvement: Reduced disk I/O when writing out chunk blocks during download - Improvement: Collapse consecutive ranges when reading/writing data from local cache state - Improvement: If a chunk or block write operation results in more than one completed chunk sequence, do the additional verifications as async work + - Improvement: Improved error reporting when async tasks fail - Bugfix: Ensure that temporary folder for Jupiter downloads exists during verify phase - Bugfix: Fixed crash during download when trying to write outside a file range - Bugfix: MacOS / Linux zen build download now works correctly |