Skip to content

Releases: taecontrol/nodegraph

0.2.1

26 Sep 21:21

Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

  • Update Decision class to use mixed type for events and remove unused TEvent template

0.2.0

24 Sep 19:59

Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

  • Fix some bugs when resolving state in the Checkpoint model

0.1.0

23 Sep 22:56

Choose a tag to compare

Full Changelog: 0.0.1...0.1.0

This release introduces first-class multi-graph support. You can now configure multiple independent graphs, each with its own state enum, while sharing the same threads and checkpoints infrastructure. Threads now include a graph_name that determines which enum is used for state casting.

  • Multiple graphs configurable via new nodegraph.graphs array
  • Per-graph state enum casting (Thread.current_state & Checkpoint.state)
  • Explicit graph_name column required when creating threads
  • Clear isolation of metadata and events per thread/graph
  • Updated README with multi-graph quickstart and advanced section
  • Tests updated to reflect new configuration structure

0.0.1

11 Sep 21:22

Choose a tag to compare