diff options
| author | Martin Ridgers <[email protected]> | 2024-09-18 15:10:48 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-24 10:57:34 +0200 |
| commit | b7ee3e75b3c7f5cf36d514a8d7ad369a70ed1383 (patch) | |
| tree | 3f37706ef3c5bfa0815e560d88bc415dc2452690 | |
| parent | Added namespace qualifier (optional) for z$ rpc requests (#166) (diff) | |
| download | zen-b7ee3e75b3c7f5cf36d514a8d7ad369a70ed1383.tar.xz zen-b7ee3e75b3c7f5cf36d514a8d7ad369a70ed1383.zip | |
Updated changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6b3d210..5d26aeac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ## 5.5.8 - Feature: Added `zen cache-gen` command to generate large amount of cache data for testing +- Feature: Initial release of an self-hosted HTML dashboard - Improvement: Optimizations to GC leading to 50-100% performance increase when handling large data sets - Improvement: Added a namespace-qualified RPC endpoint for z$ at `/z$/<namespace>/$rpc` which may be used to validate RPC requests by URL inspection - Bugfix: Symbol resolution could fail on Windows depending on the process' current working directory |