Skip to content

Releases: 01rabbit/Azazel-Edge

v0.1.2

17 May 08:30

Choose a tag to compare

0.1.2 (2026-05-17)

  • Added auditable decision output coverage (release condition, rejected actions, policy/config metadata) and related demo/review surfaces.
  • Added Auditable Emergency SOC/NOC concept/profile/demo pack and shelter-oriented replay scenarios.
  • Added operator handoff audit-review runbook and auditable profile translation matrix.
  • Consolidated AI charter authority to AGENTS.md (English) and removed AGENTS_EN.md.
  • Renamed concept profile mapping directory from configs/profiles to concept_profiles and updated references.

Azazel-Edge v0.1.1

14 May 13:04
8d15b3d

Choose a tag to compare

Azazel-Edge v0.1.1 Release Notes

Theme

v0.1.1 is a hardening and readiness release. It improves safety, reproducibility, and external review clarity without introducing a broad new subsystem.

Highlights

Runtime correctness

  • Protocol-aware prepared decoy redirect mapping in azazel-edge-core.
  • Unsupported destination ports no longer imply blind redirect to a single decoy port.
  • Deterministic fallback actions are explicit and traceable.

Demo and deployment clarity

  • New Arsenal reproducibility profile: docs/ARSENAL_DEMO_PROFILE.md.
  • New deployment profile matrix: docs/DEPLOYMENT_PROFILES.md.

Benchmark claim boundary

  • New benchmark scope boundary and staged hardware-in-the-loop plan:
    • docs/BENCHMARK_SCOPE_AND_HIL_PLAN.md
  • Benchmark report now carries explicit mode/scope metadata.

Documentation safety updates

  • README status/testing sections aligned to CI/release-trace model.
  • Non-overclaiming language reinforced:
    • not a production SIEM replacement
    • not an autonomous AI defender

Scope boundaries

  • Deterministic First remains unchanged.
  • AI remains optional and bounded.
  • Fail-safe enforcement gates remain in place.
  • This release does not claim full hardware-in-the-loop forwarding or enforcement performance.

Validation checklist (release candidate)

PYTHONPATH=py:. .venv/bin/pytest -q
PYTHONPATH=py:. .venv/bin/pytest -q tests/benchmark -v
bin/azazel-bench pipeline
bin/azazel-bench accuracy
bin/azazel-bench report

If Rust toolchain is available:

cd rust/azazel-edge-core
cargo test

Azazel-Edge v0.1.0

13 May 11:54

Choose a tag to compare

Cycle 3 Implementation Release (2026-05-13)

This release delivers the remaining Cycle 3 implementation scope.

Implemented

  • #242 Aggregator pull-mode polling engine
  • #243 TI feed IOC seed data and SOC load path
  • #244 Sigma rule packs and evaluator integration
  • #245 Wi-Fi sensors to Evidence Plane dispatch integration
  • #246 systemd units for SNMP poller and NetFlow receiver
  • #247 Captive portal multilingual expansion (es, uk, tl)
  • #248 Aggregator TAXII 2.1 push client and API trigger
  • #249 Cycle 3 tracker completion

Additional runtime/dev improvements

  • .venv-first local execution/testing workflow
  • bin/azazel-edge-dev helper
  • launcher scripts updated for .venv preference

Validation snapshot

  • targeted regression suites for new features passed in .venv
  • installer sensor script syntax check passed (bash -n)