Releases: stablekernel/crucible
Releases · stablekernel/crucible
crucible/telemetry v0.1.0
What's Changed
- chore: bump github.com/magefile/mage from 1.15.0 to 1.17.2 in /magefiles by @dependabot[bot] in #11
- ci: add benchmark regression gate by @joshua-temple in #18
- feat: add vendor-neutral telemetry interface by @joshua-temple in #19
- feat: machine evolution diff and release tooling by @joshua-temple in #20
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: state/v0.1.0...telemetry/v0.1.0
telemetry/slog/v0.1.0
What's Changed
- ci: nest test matrix, rename telemetry/slog, fix nested release tags by @joshua-temple in #24
Full Changelog: telemetry/datadog/v0.1.0...telemetry/slog/v0.1.0
crucible/telemetry/otel v0.1.0
What's Changed
- fix: run release workflow steps under bash on all runners by @joshua-temple in #22
- feat: add OpenTelemetry and Datadog telemetry adapters by @joshua-temple in #21
- build: force LF line endings so golden tests pass on Windows by @joshua-temple in #23
Full Changelog: telemetry/v0.1.0...telemetry/otel/v0.1.0
crucible/telemetry/datadog v0.1.0
What's Changed
- fix: run release workflow steps under bash on all runners by @joshua-temple in #22
- feat: add OpenTelemetry and Datadog telemetry adapters by @joshua-temple in #21
- build: force LF line endings so golden tests pass on Windows by @joshua-temple in #23
Full Changelog: telemetry/v0.1.0...telemetry/datadog/v0.1.0
crucible/state v0.1.0
First release of the Crucible state machine kernel (crucible/state).
Forge/Temper/Quenchbuilder; pureCast/Firestep semantics with guards, actions, typed errors, and an always-recorded trace- Hierarchical and orthogonal (parallel) states
- Entity validation (
Assay/Requirements), BFS path planning, batchFireSeq/FireEach - Serializable IR with a name+params registry and lossless round-trip
- Mermaid and DOT export
- A reusable conformance harness for proving machine implementations correct
Depends only on the standard library. The API is experimental and may change before v1. History states, invoked services, the actor model, and timed transitions are reserved for later releases.