Packages

Execution Plane provides shared lower-runtime contracts, behaviours, codecs, placement descriptors, and pure helpers for Execution Plane lane adapters, node hosts, and runtime family kits.

Retired package: Release invalid - Cannot be resolved from Hex: mix.exs reads a dependency registry not present in the tarball. Fixed in 0.2.2.

Current section

Files

Jump to
execution_plane CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.1 - 2026-08-10
- Remove two unreachable `normalize_atomish/1` heads in
`ExecutionPlane.Placements.Capabilities`. The function is only ever reached
from the `is_binary` branch of `fetch_member/4`, so its atom and catch-all
clauses were dead code the compiler had already proved unreachable. No
behavioural change.
## 0.2.0 - 2026-07-27
- Publish `execution_plane` as the common core-only substrate; JSON-RPC and
process runtime ownership now lives exclusively in their component packages.
- Add the admitted interactive runtime lifecycle contracts, bounded runtime
errors and status/events, attach and input envelopes, and their boundary
codecs.
- Replace the former execute/stream runtime-client callbacks with the
start/subscribe/input/status/cancel lifecycle.
## 0.1.0 - 2026-07-14
Initial release.