Skip to content

Releases: leonardocarreras/node

Release list

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:10
3817411

1.1.0 (2026-07-30)

Features

  • ci: Add a job which depends on everything (67e6c53)
  • ci: Add Github Actions workflows (9703743)
  • ci: Add new CI job for building & validating the OpenAPI spec (4993d73)
  • ci: Auto-tag a new release on successful master builds (9cae582)
  • config: Add new helper function for parsing human readable durations (c6099d4)
  • doc: Add CITATION.cff (8601b81)
  • docker: Add new Dockerimage for Rocky Linux 10 (f0c26ea)
  • Introduce Sample::PtrUnique alias (a032da0)
  • node-opal-async: Add new node-type for running VILLASnode as an Asynchronous process in OPAL-RT's RT-LAB (e978a28)
  • node-opal-orchestra: Add new OPAL-RT Orchestra node-type (95681df)
  • node-opal-orchestra: Update PATH (50a557b)
  • node-orchestra: Add first version of OpenAPI spec of node-type configuration (6560889)
  • node-orchestra: Use new parse_duration config helper for parsing duration (1e34b1e)

Bug Fixes

  • Add missing new-line to signoff commit messages (3525085)
  • ci/arx: Use nix-community/nix-bundle instead of NixOS/bundlers (0ed61be)
  • ci: Disable VILLAS_COMPILE_WARNING_AS_ERROR for debian, ubuntu and rocky (30e764f)
  • ci: Dont install dev tools in venv (e022bef)
  • ci: Fix build badges in README (d7b17ee)
  • ci: include build commands in var (fd49122)
  • ci: remove redundant build jobs (105d879)
  • clang-format: Proper formatting for libjansson macros (e29e5c2)
  • clang: Allow unkown warning options (9f1d892)
  • cmake: Cleanup and add missing feature infos (309d4e7)
  • cmake: Fix broken FindOpalOrchestra module (c162a6a)
  • cmake: Remove GetVersion module and simplify overall CMake code (93cf834)
  • compat: Add drop-in std::filesystem header for older systems (c9902cb)
  • config: Fix end-of-file (c9045c7)
  • config: Fix regular expression handling in parse_duration (bbc951f)
  • config: Fix string use-after-free (6b1da06)
  • cppcheck: Fix various cppcheck warnings and portability issues (e7c6153)
  • cppcheck: Replace string::find with string::starts_with (5606793)
  • cppcheck: Suppress dangerous type cast warning (ba6bd7f)
  • cpuset: Fix ambiguous C++20 operator== overload (4084afe)
  • deps: Adjust linker search path for OpenDSS in deps.sh (47ebd07)
  • deps: Fetch libxil from GitHub instead of old Gitlab repo (2d037d7)
  • deps: Fix detection of git-svn (0bd7861)
  • deps: Overhaul deps.sh script: (0f819de)
  • deps: Update criterion installed by deps.sh (7c38ae6)
  • devcontainer: Update location of Container image (f4b2edb)
  • doc: Add JOSS paper als new main paper about VILLASnode (51f0562)
  • doc: Add missing lab19 config (ee8423a)
  • doc: Fix broken OpenAPI spec for opal.orchestra node-type (fc38caa)
  • doc: Fix indentation and missing SPDX headers of lab19.conf (2140325)
  • doc: Fix OpenAPI doc for opal.orchestra node-type (a354a7e)
  • docker: Fix captialization (58227a3)
  • docker: Order package dependencies alphabetically (afe7011)
  • doc: Remove broken link (f5953ef)
  • doc: Remove superfluous trailing commas in example configs (94d82da)
  • docs: Added missing settings for line-based formats (5166a93)
  • docs: Tweak note about citations (b663a51)
  • examples: Remove obsolete example configurations for api node-type (00adfdd)
  • exceptions: Add missing override annotation (31c756c)
  • Fix compatability wioth GCC 8.3.0 (a05cec9)
  • Fix libfmt string formatting errors (c0ed0e8)
  • format/json_kafka: Fix json_pack string parameter (9064feb)
  • formatting: Improve json_pack readability (85281ef)
  • fpga/intc: Make IrqVectorInfo initialization more explicit (59f17a2)
  • fpga/rtds: Fix broken reinterpret_cast to virtual base class (5be0a06)
  • fpga: Replace type-punning pointer cast with std::bit_cast (77c9eff)
  • hook-frame: Fix broken digest hook integration test (2d73d5a)
  • hook-frame: Rework framing hook to synchronize frame boundaries (aa9ee64)
  • hook/lua: Remove unused lua_tojson function (6c1f12b)
  • hooks/lua: Fix forward declaration of SignalType (2435af5)...
Read more