diff options
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 bf16604f8..178ac24fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Feature: Support `ZEN_MALLOC` environment variable for default allocator selection; default allocator switched to rpmalloc - Feature: Added Dockerfile and extended GHA workflows to produce zenserver Docker images, primarily intended for compute nodes - Feature: Added `--allow-port-probing` option to control whether zenserver searches for a free port on startup (default: true, automatically false when --dedicated is set) +- Feature: Added support for consul token passed via environment variable, and specified a default env var name of CONSUL_HTTP_TOKEN for it in hub mode - Feature: Added new hub options for controlling provisioned storage server instances: - `--hub-instance-http` HTTP server implementation for instances (asio/httpsys) - `--hub-instance-http-threads` Number of HTTP connection threads per instance |