diff options
| author | Dan Engelbrecht <[email protected]> | 2022-09-08 08:55:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-07 23:55:38 -0700 |
| commit | c96d28abc6c2c526295ec8ef9b7959b0ff862d23 (patch) | |
| tree | 7b1e116a3184bb38a47621660f11871c1cd254ff /CHANGELOG.md | |
| parent | Implement proper GetCacheValues upstream (#155) (diff) | |
| download | zen-c96d28abc6c2c526295ec8ef9b7959b0ff862d23.tar.xz zen-c96d28abc6c2c526295ec8ef9b7959b0ff862d23.zip | |
Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159)
* Added CloudCacheSession::GetInlineBlob to properly get CacheValues from Horde
Issue #UE-162151
* validate uncompressed binary from Horde "application/x-jupiter-inline" response
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 b3378372e..0951e703a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Bugfix: Fixed issue where projects would not be discovered via DiscoverProjects due to use of stem() vs filename() - Bugfix: Use "\\\\?\\" prefixed paths on Windows and fix hardcoded path delimiters (UE-141222) - Bugfix: Safer detection of html folder when running non-bundled executable +- Bugfix: Use "application/x-jupiter-inline" to fetch GetCacheValues from Horde (UE-162151) - Sentry: Added logging of sentry_init error code - Sentry: Attach log file to Sentry error reports - Sentry: Capture capture error/critical log statements as errors in Sentry |