Releases: kokjinsam/victoria
Releases · kokjinsam/victoria
Release list
v0.2.0
Changed
- Made the root Justfile the public development and CI command interface, with a repository-complete pinned
.tool-versionstoolchain, local asdf provisioning, and pinned purpose-built CI setup actions. CI uses a
standalonekokjinsam/setup-apalacheaction pinned to an immutable commit for Apalache 0.58.3. - Delegated ITF file reading and format decoding to the standalone ITF 0.1.x package while retaining
Victoria's trace adaptation, replay semantics, and public error boundary. - Accepted standalone ITF rich value structs unchanged in replay states.
- Adopted ITF's default input-size and nesting-depth limits, decoded metadata behavior, and upstream
reason/path terminology where legacy decoder details cannot be reconstructed without decoding twice. - Replaced Victoria's duplicate Apalache executor with Apalachex 0.1.0 while preserving verification
semantics, model lifecycle, workflow sequencing, and ExUnit assertion behavior. - Made
apalachex-run.jsonthe sole execution and artifact manifest. Itsmaterializedoutcome records
discovered ITF artifacts and remains valid if Victoria later rejects an ITF during decoding. - Preserved upstream Apalachex execution and specification errors intact in workflow failures.
- Removed the low-level
Victoria.Apalachemodules in favor of direct Apalachex 0.1.x composition. - Changed
Victoria.Spec.new/1to returnApalachex.Specand preserveApalachex.Spec.Error. - Changed workflow result and error
apalachefields toApalachex.Result, with ordereditf_pathsand no
loadedtracesfield. - Removed
Victoria.ITF.Victoria.Trace.load/1now preserves genericITF.Errorvalues and returns
Victoria.Trace.Erroronly for Victoria adaptation failures.
Victoria v0.1.0
Initial public release.
Added
- Strict loading and validation of Apalache ITF traces.
- Fixed-trace conformance verification.
- Opaque implementation lifecycle through
Victoria.Model. - Sequential replay with initialization, cleanup, and structured failures.
- Exact expected/observed state verification.
- ExUnit assertions for fixed traces.
- TLA+ specification and Apalache invocation planning.
- Shell-free Apalache v0.58.3 execution.
- Deterministic trace discovery and materialization.
- Versioned Apalache run lifecycle manifests.
- Generated conformance workflow orchestration.
- ExUnit assertions for generated workflows.
Known limitations
- Only Apalache v0.58.3 is supported.
- Apalache execution is synchronous and has no Victoria timeout.
- Cancellation and caller-death handling are not implemented.
- Lasso traces can be materialized but cannot be replayed.
- ITF tagged-value support is intentionally partial.
- State comparison uses exact Elixir
===. - Generated traces are verified sequentially.
- Generated verification stops on the first failing trace.
- Apalache run artifacts are retained automatically.
- Public APIs may change during the
0.xseries.