Releases: tbrandenburg/node-red-temporal
Releases · tbrandenburg/node-red-temporal
Release list
Temporal runtime 0.1.7
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
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
What's Changed
- Restore split editor/runner runtime UX: Admin mount, event bridge, admin proxy (#59, #60, #61) by @tbrandenburg in #62
- Wire issues #59/#61 into generate-editor-settings.js by default; fix flaky bin_spec.js by @tbrandenburg in #63
Full Changelog: temporal-v0.1.4...temporal-v0.1.5
Temporal runtime 0.1.4
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
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
Full Changelog: temporal-v0.1.1...temporal-v0.1.2
Temporal runtime 0.1.1
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
- @tbrandenburg made their first contribution in #2
Full Changelog: https://github.com/tbrandenburg/node-red-temporal/commits/temporal-v0.1.1