Releases: IAGA-TEAM/IAGA-Sentinel
Releases · IAGA-TEAM/IAGA-Sentinel
Release list
v1.8.1
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.2
Full Changelog: v1.7.1...v1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1
v1.7.0
1.6.0
Full Changelog: v1.5.6...v1.6.0
Full Changelog: v1.5.6...v1.6.0
1.5.6
The typed policy DSL (formerly APL / Agent Policy Language) is renamed to Dictum, end to end. A staged, behavior-preserving rebrand.
Renamed
- File extension
.aplto.dictum - Crate
iaga-sentinel-apltoiaga-sentinel-dictum, libiaga_sentinel_apltoiaga_sentinel_dictum - Cargo features
apltodictum,apl-wasmtodictum-wasm - Internal types and module:
AplErrortoDictumError,AplOverlaytoDictumOverlay,apl_overlaytodictum_overlay - Runtime reason label
apl[...]todictum[...]on audit events and signed receipts - The four
aplADR filenames to thedictumform
Compatibility (nothing breaks)
- Signed-receipt wire format is byte-identical: the
apl_eval_tracefield is preserved and the byte-frozen golden vectors pass, so pre-1.5.6 receipts still verify bit-identically. iaga-codex export-rules --aplkeeps working as a hidden alias for the new--dictumflag.
Verified
Clean-rebuild cargo build + cargo test, fmt + clippy clean, byte-equality goldens pass, and a live end-to-end run: the server loads the .dictum overlay, dictum[block_secret_egress] fires on POST /v1/inspect, iaga replay + iaga-verify returns CHAIN OK, and iaga-codex export-rules works with both --dictum and --apl.
Full Changelog: v1.5.5...v1.5.6