Skip to content

Releases: tbrandenburg/node-red-temporal

Temporal runtime 0.1.7

Choose a tag to compare

@tbrandenburg tbrandenburg released this 22 Sep 16:35

What's Changed

  • feat(docker): opt-in docker-run-expose-runner target, loopback-only publish (#79) by @tbrandenburg in #81
  • fix(#82): HTTP bridge responds as soon as HTTP Response Activity executes by @tbrandenburg in #83
  • fix(#84): distinguish normal request completion from real client disconnect in HTTP bridge by @tbrandenburg in #86
  • fix(#85): relay runner B's runtime-state to editor A over existing #59 bridge by @tbrandenburg in #87

Full Changelog: temporal-v0.1.6...temporal-v0.1.7

Temporal runtime 0.1.6

Choose a tag to compare

@tbrandenburg tbrandenburg released this 21 Sep 19:12

What's Changed

  • feat(runtime): HTTP ingress async 202 + sync result bridge (issue #58) by @tbrandenburg in #65
  • feat(runtime): mount runtime.httpNode on runner B's admin server (issue #64) by @tbrandenburg in #71
  • fix: editor A design-time-only (#73) + runner B module-resource route (#74) by @tbrandenburg in #76
  • feat: support stock HTTP In -> HTTP Response via Temporal transport-edge bridge (#75) by @tbrandenburg in #78

Full Changelog: temporal-v0.1.5...temporal-v0.1.6

Temporal runtime 0.1.5

Choose a tag to compare

@tbrandenburg tbrandenburg released this 20 Sep 19:15

What's Changed

Full Changelog: temporal-v0.1.4...temporal-v0.1.5

Temporal runtime 0.1.4

Choose a tag to compare

@tbrandenburg tbrandenburg released this 20 Sep 13:54

What's Changed

  • Early-adopter readiness: runner userDir/settings, unified node timeout, README/HTTP docs, contrib-node gate by @tbrandenburg in #54
  • feat: end-to-end Docker dev/onboarding stack (#52) by @tbrandenburg in #55
  • fix: legacy-node fail-fast completion (#53) + remove broken temporal-tools CLI (#56) by @tbrandenburg in #57

Full Changelog: temporal-v0.1.3...temporal-v0.1.4

Temporal runtime 0.1.3

Choose a tag to compare

@tbrandenburg tbrandenburg released this 20 Sep 10:04

What's Changed

  • feat(runtime): deploy from an existing Node-RED editor to a remote Temporal runner by @tbrandenburg in #42
  • Rebrand make demo-* into make run/status/stop: editor-driven Deploy-to-Temporal UX by @tbrandenburg in #45

Full Changelog: temporal-v0.1.2...temporal-v0.1.3

Temporal runtime 0.1.2

Choose a tag to compare

@tbrandenburg tbrandenburg released this 20 Sep 08:56

Temporal runtime 0.1.1

Choose a tag to compare

@tbrandenburg tbrandenburg released this 20 Sep 08:47

What's Changed

  • MVP: Temporal-backed Node-RED flow execution (closes #1) by @tbrandenburg in #2
  • Rename CLI binary from temporal-node-red to node-red-temporal by @tbrandenburg in #4
  • CLI parseArgs, fan-out routing, and Activity observability (#3, #5, #6) by @tbrandenburg in #7
  • ci: add blocking upstream-sync-status check by @tbrandenburg in #8
  • Feature increment: Node-RED source nodes start Temporal workflows (#9) by @tbrandenburg in #10
  • Harden source ingress + document MQTT E2E gate by @tbrandenburg in #17
  • fix: deregister multiplayer comms listeners on bootstrap stop (#18) by @tbrandenburg in #20
  • fix(routing): use Node-RED-resolved destinationId for Activity routing (#13) by @tbrandenburg in #22
  • fix(runtime): reuse Node-RED's real credentials/config-node/context storage (#14) by @tbrandenburg in #25
  • fix(runtime): adopt Node-RED's own flow storage/deploy lifecycle (#15) by @tbrandenburg in #26
  • feat(worker): decouple Workflow and Activity workers for cloud-ready deployment (#16) by @tbrandenburg in #28
  • fix(workflows): drain pending queue wave-by-wave to fix Join/fan-in deadlock by @tbrandenburg in #29
  • fix(capture): let subflow-instance internal hops route locally by @tbrandenburg in #30
  • fix(capture): correlate onComplete by msg identity to fix real Join node timeout by @tbrandenburg in #38
  • Resolve issues #32-#37: Catch routing, nested subflows, execution limit, serialization boundary, compatibility matrix, docs refresh by @tbrandenburg in #40

New Contributors

Full Changelog: https://github.com/tbrandenburg/node-red-temporal/commits/temporal-v0.1.1