Add system(node_hostname) and system(node_role) expression variables

This commit is contained in:
Maurus Decimus
2026-04-24 14:32:52 +02:00
parent 7d7832fd0f
commit 2458e6c3d8
6 changed files with 19 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This projec
This version includes **multiple breaking changes**. If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
## Added
- `system('node_hostname')` and `system('node_role')` expression variables to retrieve the local node hostname and cluster role respectively.
## Changed