Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:12
· 2 commits to main since this release
cb08e2e

[v1.0.6] - 2025-07-08

Offline documentation of this version is available here.

Fixed

  • [Clients] Fixed Jinja expressions relying on multiple attributes not rendered properly when one of them was removed (#1).
    IMPORTANT NOTE This bug only affects clients that contain Jinja expressions that rely on multiple attributes from the server. If your clients are likely to be impacted, here are the steps to fix invalid values (proceed on each client):
    1. Edit the client's config file, and in each data-type declared and maybe impacted, insert a non-significant space into the Jinja expression : e.g. replace {{ attr1 ~ attr2 }} by {{ attr1 ~ attr2 }}. This simple change will trigger a datamodel update on the next client startup, which will recalculate the values of all Jinja expressions and propagate the new (good) values if they differ from the previous ones.
    2. Restart your client.