v1.17.0 — comfy build replaces comfy distribution
What's Changed
- fix(output): populate
whereon error envelopes for every routed command (BE-6275) by @mattmillerai in #700 - fix(models): refuse downloads whose destination is claimed by a live background download (BE-6469) by @mattmillerai in #678
- fix(jobs): speak cloud's actual /api/jobs status vocabulary (BE-6644) by @mattmillerai in #685
- fix(models): claim destinations from foreground downloads too, with a deterministic tie-break (BE-6652) by @mattmillerai in #688
- fix(cql): expand dynamic-combo sub-inputs in slot extraction and set-slot/vary write path (BE-3371) by @mattmillerai in #574
- feat(templates): serve stale gallery cache immediately, revalidate in background (BE-3427) by @mattmillerai in #566
- refactor(workflow): re-home API-workflow validate under
comfy workflow validate(BE-3000) by @mattmillerai in #522 - ci: bump cursor-review to github-workflows@0096e1a by @cloud-code-bot[bot] in #701
- fix: add HTTP timeouts to eight bare requests.* calls (BE-3272) by @mattmillerai in #527
- fix(cql): answer same-type
nodes pathqueries instead of declining them by @mattmillerai in #698 - refactor(cql): remove vestigial load_graph fetch stack from loader.py (BE-4364) by @mattmillerai in #598
- fix(registry): emit pyproject hints as standalone comments for tomlkit 0.15 by @mattmillerai in #536
- ci: bump cursor-review to github-workflows@9e8352a by @cloud-code-bot[bot] in #712
- ci: bump groom to github-workflows@eb4b26c by @cloud-code-bot[bot] in #702
- ci: bump agents-md-integrity to github-workflows@c6b3eff by @cloud-code-bot[bot] in #703
- ci: bump cursor-review to github-workflows@732100b by @cloud-code-bot[bot] in #716
- feat(nodes): include is_api_node in
nodes lsandnodes searchrows by @mattmillerai in #719 - fix(logs): sanitize replayed log output and the launch-failure panel by @mattmillerai in #717
- fix(run): conform the cloud NDJSON stream to the documented event contract by @mattmillerai in #656
- fix(launch): escape ComfyUI output before the markup-parsing relay by @mattmillerai in #713
- feat(distribution): serverless distribution commands (limited beta) by @sundar-svg in #731
- feat(distribution): remaining builder commands (update, references, manifest, artifact, blob) by @sundar-svg in #732
- ci: bump groom to github-workflows@f8eec04 by @cloud-code-bot[bot] in #736
- ci: bump cursor-review to github-workflows@f8eec04 by @cloud-code-bot[bot] in #720
- ci: bump cursor-review to github-workflows@00b0eef by @cloud-code-bot[bot] in #742
- feat(workflow): agent-first workflow editing — CRDT edit primitives, recipes, offline catalog, cloud run association by @skishore23 in #511
- ci: bump groom to github-workflows@eaee6df by @cloud-code-bot[bot] in #745
- docs: add CONTRIBUTING.md and CHANGELOG.md by @christian-byrne in #733
- feat(cloud): add
comfy cloud statusfor balance, tier and concurrency by @mattmillerai in #744 - feat(skills): fetch the comfy-build skill from comfy-skills at install time by @james00012 in #737
- fix: fail CLA allowlist step on API errors by @alexisrolland in #752
- fix(distribution): make a scanned definition buildable by @james00012 in #738
- feat(build): comfy build replaces comfy distribution behind a deprecated alias (BE-8393) by @james00012 in #754
New Contributors
- @sundar-svg made their first contribution in #731
Full Changelog: v1.16.0...v1.17.0