diff options
Diffstat (limited to 'CHANGELOG.md')
| -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 |