Releases: ronjunevaldoz/graphyn-editor
Release list
v0.7.9
Full Changelog: v0.7.8...v0.7.9
v0.7.8
Supersedes the partial/broken v0.7.7 release. - Fix core:common's missing Android/iOS/JS/WasmJS actuals (EnvironmentResolver, DotEnv, FileIO) - Fix verifyPublishing gate (core:common was never wired into the publish scripts) - Fix 3 JVM-only API leaks into app:shared's commonMain blocking iOS/WasmJS compile - Rename graphyn-server -> graphyn-ktor-plugin - Publish plugins/stable-diffusion as graphyn-plugin-stable-diffusion - Fix Wan model path/encoder alignment with server-sd; add Wan2.1-I2V-14B-480P template - Fix color-picker popup anchoring and outside-click dismiss
v0.7.6
Add async jobs API to the Graphyn Ktor server.
What's new
POST /jobs— submit a workflow for background execution (202 Accepted)GET /jobs— list all jobs, newest first; filter with?state=QUEUED|RUNNING|COMPLETED|FAILED|CANCELLEDGET /jobs/{id}— poll for result after submission (404 when unknown)DELETE /jobs/{id}— cancel a queued/running job (409 if already terminal)
Unlike POST /executions, jobs persist in memory after completion so results are queryable by id.
Also in this release
- GitHub Pages deployment of the WasmJS web app fixed (
/app/path) - Skills synced to kmm-agent-skills v1.29.3 (7 new skills added)
Full Changelog: v0.7.5...v0.7.6
v0.7.5
Add GET /nodes and GET /nodes/{type} routes to Graphyn Ktor plugin. Document publishing lessons.
v0.7.4
Fix Maven Central deployment conflict from partial 0.7.3 upload. Updates README with all 25 published artifacts.
v0.7.3
Publish remaining 6 plugins (sticky-notes, script, media-core, media-ai, gmail, linkedin). Add reverse audit guard to verifyPublishing.
v0.7.2
Publish 7 first-party plugins as individual Maven artifacts: control, list-ops, types, text, io, json, preview.
v0.7.1
Fix unpublished plugin deps leaking into graphyn-editor POM. Promote core:designsystem to published artifact (graphyn-ui-design).
v0.7.0
v0.7.0 — Maven Central publishing pipeline fixed; graphyn-ai + graphy…
v0.6.0
What's Changed
- feat(server): Graphyn Ktor plugin for embedding in existing servers by @ronjunevaldoz in #14
Full Changelog: v0.5.0...v0.6.0