diff options
| author | Dan Engelbrecht <[email protected]> | 2026-01-29 10:32:05 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-01-29 10:32:05 +0100 |
| commit | d65d06875cceb194ca3c62455c9dae06f120b5c4 (patch) | |
| tree | da83f37506cd62f73777d8dc2ac38bf0e52ffe9a /CHANGELOG.md | |
| parent | restore missing healthinfo call (#737) (diff) | |
| download | zen-d65d06875cceb194ca3c62455c9dae06f120b5c4.tar.xz zen-d65d06875cceb194ca3c62455c9dae06f120b5c4.zip | |
don't do full cb-object validation on cache records when read from disk (#739)
* don't do full cb-object validation on cache records when read from disk
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 a75e95d52..196208be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## +- Improvement: When validating cache records read from disk we now do a limited validation of the payload to reduce overhead - Bugfix: Restore `/health/log` and `/health/info` endpoint functionality ## 5.7.19 |