Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:30

1.2.1 (2026-09-07)

Bug Fixes

  • api: Correct capabilities request file and description spelling (459822b)
  • api: Remove duplicated 'with' in UUID error messages (6e8f92d)
  • can: Bound copy of interface name into ifr_name (0378d0f)
  • Correct 'snd' -> 'and' in file header comments (57bd605)
  • Correct spelling in plugin descriptions and CLI help (57c7b2c)
  • Correct spelling mistakes in infiniband node and ip_device (469451e)
  • Correct spelling typos in comments and log messages (6694153)
  • Correct various spelling mistakes in comments and messages (37747aa)
  • dumper: Bound copy of socket path into sun_path (d3d8b02)
  • examples: Correct spelling in redis and ngsi example comments (9ae85e0)
  • examples: Use correct 'samples' option in skip_first example comment (787df6d)
  • file: Disambiguate duplicated in.epoch key in node details string (f69fb22)
  • hooks: Initialize optional 'mode' output in gate hook (f028397)
  • hooks: Initialize optional json_unpack outputs in digest hook (93b7e98)
  • hooks: Read correctly-spelled start/end_frequency in pmu_dft (1edf6fd)
  • hooks: Use correct ConfigError ID in moving-average hook (f2f41f9)
  • lua: Correct SampleFlags bit-shift comments in test hook (23619b0)
  • openapi: Add enabled and correct port default in http schema (d48e590)
  • openapi: Align zeromq and websocket schemas with parsed options (8144e9f)
  • packaging: Report correct parameter and fix typos in deps.sh (ad17535)
  • path: Add missing commas in json_pack format string (52eaf23)
  • pre-commit: Update black-pre-commit-mirror to version 24.10.0 (2dc73ce)
  • python: Assign stripped string in VillasHuman.loads() (677b36c)
  • python: Avoid mutable default, init child, use self.config in Node (d694fcc)
  • python: Only join started threads in communicate() (0a52116)
  • Remove duplicated 'the' in config example and OpenAPI descriptions (e0112b7)
  • shmem-client: Show required RNAME argument in usage line (38a66d7)
  • style: Fix code formatting with clang-format (125786e)
  • style: Merge strings into same line (c1c9fc5)
  • test_rtt: Correct inverted strcmp logic and max-mode in parseMode (1761f67)
  • tools: Correct comment typos, author email and whitelist in hwdef-parse.py (7f74351)
  • tools: Correct several issues in tc-netem.sh (76e2ea7)
  • tools: Correct spelling in integration-tests.sh output (d4f1a4a)
  • tools: Include .h headers in format-all.sh glob (263ea10)
  • tools: Port villas-api.sh to the VILLASnode API v2 (b43f7d8)
  • tools: Quote $@ in villas-helper.sh wrapper (cbe86ce)
  • tools: Remove stray exits and fix debug output in tc-netem2.sh (3b938ec)
  • tools: Return explicit success and fix exit code in pre-commit hook (6be05ae)
  • utils: Handle vasprintf/realloc failure in vstrcatf (002ca90)
  • villas-pipe: Add missing closing quote in RuntimeError format string (2de2323)
  • villas-signal: Enable and document -p, -w, -L, -H options (28a36cb)
  • villas-test-config: Parse advertised -d debug-level option (7f87534)
  • websocket: Use previous connection state in CLOSED callback (de4cf21)