diff options
| author | Dan Engelbrecht <[email protected]> | 2024-12-13 09:34:03 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2024-12-13 09:34:03 +0100 |
| commit | fd33a6a31109780f43d3dffbfe5e066d7a8ad8d0 (patch) | |
| tree | b3a8c46a2fa15c2992db2b1d6410e4dc8a229885 | |
| parent | 5.5.16-pre2 (diff) | |
| download | zen-fd33a6a31109780f43d3dffbfe5e066d7a8ad8d0.tar.xz zen-fd33a6a31109780f43d3dffbfe5e066d7a8ad8d0.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0d017e9..eafb4c3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ - `access-token-path` Read cloud access token from json file produced by OidcToken.exe - Improvement: Build release binaries with LTO on Windows/Mac - Improvement: Release binaries now build with "faster" instead of "smaller" optimization flags +- Improvement: Improved payload validation in HttpClient and oplog import UE-230990 - Improvement: Self-hosted frontend; - Renamed "view" action to "list" in project's oplog list - Downloaded items are suffixed with the oplog entry's file name @@ -95,8 +96,8 @@ ## 5.5.15 - Bugfix: Fix returned content type when requesting a project store chunk with non-compressed accept type - Bugfix: Fix path parsing using stale memory pointers when reading oplog index file UE-231759 -- Bugfix: Ensure we don't throw exceptions from worker threads when doing oplog upload/download operations -- Bugfix: Don't add workspace to config.json if the provided file system path does not exist +- Bugfix: Ensure we don't throw exceptions from worker threads when doing oplog upload/download operations UE-225400 +- Bugfix: Don't add workspace to config.json if the provided file system path does not exist UE-231801 - Improvement: Increase the smallest chunk size in block store to do batch reading for - Improvement: Block compact of oplogs from performance sensitive calls |