diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b473442..b8bd80864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## +- Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable +- Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable +- Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint - Improvement: HttpSys: When a response fails, we now include more information including metadata about the contents of the reponse - Improvement: Flush current data block to disk when switching to a new block - Improvement: Handle cache RPCs synchronously instead of dispatching to async worker threads when there is no upstream server |