Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 2.13 KB

File metadata and controls

85 lines (49 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.3] - 2026-02-08

Changed

  • Version bump to keep lockstep alignment with the Alfred package family (no API changes).

[0.10.2] - 2026-02-06

Added

  • Audit-first command pipeline with attempt/result hooks.
  • Auth provider hooks with allow-all and opaque-token helpers.
  • Audit sinks for console and in-memory usage.
  • Optional includeRaw flag to attach raw payloads to audit events.

[0.10.1] - 2026-02-06

Added

  • JSONL command channel fuzz-style test for randomized junk input handling.
  • alfredctl JSONL output integration test against the command channel.

[0.10.0] - 2026-02-04

Added

  • Canonical JSONL command envelope with strict validation helpers.
  • Result envelope helpers plus JSONL encode/decode utilities.
  • alfredctl CLI for emitting JSONL commands.
  • JSONL command channel example and tests.

[0.9.1] - 2026-02-04

Changed

  • Test suite no longer depends on real time (deterministic clocks only).

[0.9.0] - 2026-02-04

Added

  • LivePolicyPlan builders for retry, bulkhead, circuit breaker, and timeout.
  • ControlPlane.registerLivePolicy for binding live stacks to registry paths.
  • Live policy examples and documentation.

Changed

  • Live policy execution now returns Result envelopes (registry-read failures surface as Result errors).

[0.8.2] - 2026-02-04

Added

  • Full JSDoc and TypeScript documentation for all public APIs.

Changed

  • Release workflow updated for OIDC publishing.

[0.8.1] - 2026-02-04

Fixed

  • Pin @git-stunts/alfred dependency to an exact version to avoid publishing workspace:*.

[0.8.0] - 2026-02-03

Added

  • Adaptive<T> live values with version and updatedAt metadata.
  • ConfigRegistry with typed parsing/formatting and validation before apply.
  • Command router for read_config, write_config, and list_config.

[0.7.0] - 2026-02-03

Added

  • Initial package scaffold.