Skip to content

engine: v0.1.1

Choose a tag to compare

@lelu-auth lelu-auth released this 08 Mar 12:16

0.1.1 (2026-03-08)

Features

  • add extensibility for OSS contributors and YC alignment (daa7177)
  • implement multi-tenancy and fix SDK compilation (bdd1e14)
  • implement production readiness features (API Key, Prometheus Metrics, Redis Queue) (3cd2be0)
  • Phase 1 — Go engine, Docker, CI/CD, TS + Python SDKs (575a5d7)
  • Phase 2 — Confidence Layer (queue, SecureTool, LangGraph, S3 sink) (bb271e4)
  • Phase 4 scaffold — Helm chart, Rego compatibility, AutoGPT plugin, OIDC SSO, OSS release workflow (14a9ebd)
  • rename to prizm-engine and overhaul UI landing page (2b1c0ad)

Bug Fixes

  • add go.sum (generated via go mod tidy) (451aa16)
  • add GOPROXY + go.sum copy to Dockerfiles; use postgres:15 (locally cached) (6e3c8ea)
  • add missing opa dependency to engine go.mod (119b05d)
  • adjust confidence signal for read-only test to be more conservative (7af8160)
  • align map keys and reorder imports in server.go (99c3af1)
  • align struct field types in simulatorReplayRequest (6ec68d0)
  • align struct field types in simulatorTraceItem (716de60)
  • align struct fields and imports formatting (3bd05a5)
  • bump golang-jwt/jwt/v5 to v5.2.2 (CVE-2025-30204) (a9f3c4c)
  • change GOPROXY to proxy.golang.org to fix build errors (86040b3)
  • correct confidence signal in TestAgentAuthorize_ReadOnlyIsExecutableMode (ea628e8)
  • Dockerfile + server build fixes (94b8bcd)
  • final gofmt/goimports formatting fixes (747b562)
  • format test files with goimports (e486a14)
  • gofmt alignment in tokens.go and main.go (c460cc4)
  • remove trailing whitespace and fix import order (14d90a0)
  • remove trailing whitespace in logging function (ff08061)
  • resolve golangci-lint errors (d5ea924)
  • resolve golangci-lint errors (errcheck, revive, gofmt, gosimple) (f245a60)
  • resolve remaining gofmt/goimports issues (f11390b)
  • update OPA import to use v1 package to resolve deprecation warning (71b2825)
  • use even lower confidence (0.10) for read-only test (6a36efe)
  • use policy-based downgrade instead of risk-based for read-only test (809dbdb)

Miscellaneous

  • branding: finalize Prism naming across repo (d33b53c)