diff options
| author | Stefan Boberg <[email protected]> | 2026-03-12 15:08:46 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-12 15:08:46 +0100 |
| commit | 0e0623e6d1fa345e007fb332a40170c70ccd6560 (patch) | |
| tree | 61fa6f2e3ae632211ba7ded2599812f7612525dc | |
| parent | upgrade asio from 1.29.0 to 1.38.0 (#827) (diff) | |
| download | zen-0e0623e6d1fa345e007fb332a40170c70ccd6560.tar.xz zen-0e0623e6d1fa345e007fb332a40170c70ccd6560.zip | |
Update CHANGELOG.md
Change log entries went missing from the PR push because of user error (edited the wrong branch CHANGELOG.md)
| -rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38195f708..3dd9ae35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## +- Feature: Added transparent TCP proxy mode (`zenserver proxy`) for inspecting and monitoring HTTP/1.x traffic + between clients and upstream Zen servers in real time. Useful for observing multi-server/client interactions + during development. Defaults to port 8118 with its own data directory to avoid collisions with normal instances. +- Feature: Added proxy dashboard showing live connection stats, per-target request counts, active connections, + bytes transferred, and client IP/session ID rollups +- Feature: Dashboard banner now shows the running server mode (Zen Proxy, Zen Compute, etc.) +- Feature: Log levels can now be set per-category using wildcard patterns (e.g. `--log-debug=proxy.*`) +- Feature: Added `zen down --all` flag to shut down all running zenserver instances +- Feature: Added `xmake kill` task to terminate all running zenserver instances +- Feature: Support `ZEN_MALLOC` environment variable for default allocator selection; default allocator switched to rpmalloc - Improvement: Updated asio to 1.38.0 +- Improvement: Updated fmt to 1.12.1 +- Bugfix: Fixed sentry-native build to allow LTO on Windows +- Bugfix: Minor test stability fixes (flaky hash collisions, per-thread RNG seeds) ## 5.7.21 - Feature: Add `--allow-partial-block-requests` to `zen oplog-import` |