Changelog
Release history of the Palveron platform.
Changelog
All material changes to the Palveron platform are documented here. Both the Core Gateway (Rust) and the Dashboard (Next.js) follow Semantic Versioning and the Keep a Changelog format.
The complete versioning policy, deprecation timelines, and Docker image tagging are documented in the release notes of each major release.
v0.6.0 — Multi-Modal & SDK Release (2026-03-28)
Core Gateway
- Multi-Modal Guardrail Engine with 6 provider types: Text, Image (Llama Guard), Audio (Whisper), Video, Document, Code (Secret Scanner)
- MIME-based attachment type system — extensible without code changes
- Content-type detection and routing in the verify pipeline
- Brand abstraction via the
BRAND_NAMEenvironment variable
Dashboard
- Integration Page: Stripe-style SDK-first quickstart with copy-paste code snippets
- Multi-modal attachment UI in the Playground
- Content Types donut chart in the Command Center
- Developer Docs: Fumadocs-based documentation (~25 MDX pages, EN+DE)
- Brand abstraction: 0 hardcoded references, all
{{brand}}keys in i18n - i18n expanded to 1,699 keys
SDKs
- 4 official SDKs published: TypeScript, Python, Go, Java
- Zero dependencies, retry + circuit breaker, multi-modal attachments
- CI/CD via GitHub Actions for all SDK repos
- MIT open source
v0.5.0 — MCP Gateway & Connectors (2026-03-07)
Core Gateway
- MCP Gateway for coding agents (Cursor, Windsurf, Claude Code)
- Extension API: generic webhook receiver, normalizes events into traces
- 11 SaaS connector templates (Slack, Teams, Jira, ServiceNow, Salesforce, and others)
- Every Extension API event produces a trace with
shouldAnchor=true
Dashboard
- MCP Gateway configuration page
- SaaS connector management UI with health indicators
- Webhook URL generation and secret management per connector
v0.4.0 — Command Center & Infrastructure (2026-02-14)
Core Gateway
- Contract model with customer-specific billing parameters
- Two-tier budget system (project contract limits + agent daily limits)
- Atomic usage counter and rate limiting
- Docker multi-stage build and Helm chart
Dashboard
- Command Center with KPI cards, charts, action items, live activity feed
- Billing page with usage tracking and forecast
- Agent Budget Drawer (request, LLM cost, action dimensions)
- Full i18n: 1,328 keys EN+DE
- Policies empty state with 4 template cards
Fixed
- Prisma camelCase column aliases in raw SQL queries
- DateTime TIMESTAMPTZ cast errors
- Module-level
t()ReferenceErrors
v0.3.0 — EU AI Act Compliance (2026-01-24)
Core Gateway
- EU AI Act compliance endpoints (Art. 5, 6, 9–15, 27, 50)
- PDF compliance report generator (14 chapters, Annex IV, pure Rust)
- Compliance score calculation engine
- Incident management API
Dashboard
- Compliance dashboard with near real-time scoring and deadline countdown
- 6-step agent onboarding wizard (Art. 5 screening, Art. 6 classification)
- AI Literacy Tracker (Art. 4)
- FRIA template (Art. 27) with PDF export
- Art. 50 transparency disclosure policy type
v0.2.0 — Agent Governance & Blockchain (2026-01-03)
Core Gateway
- Agent governance: registration, lifecycle, permissions
- Policy engine with natural-language policies
- Flare blockchain integration (Coston2 Testnet)
- PalveronNotary smart contract and Merkle-tree anchoring
- Public verifier endpoint
Dashboard
- Agent Registry and detail view
- Policy management with AI-Improve, Categories, Scoping, Stats, Version History
- Flare blockchain status indicators
- Public Verifier page
v0.1.0 — Initial Release (2025-12-13)
Core Gateway
- Palveron Core Gateway (Rust/Axum/SQLx)
- Two-pass PII detection: regex (< 1ms) + LLM (~200ms)
- Tamper-evident audit ledger with CSV export
- API key authentication and project-based multi-tenancy
Dashboard
- Initial dashboard (Next.js 15, React 19)
- Kinde Auth, Playground, Audit Log viewer
- Dark/Light theme, Cmd+K command palette
- Team & RBAC (Owner/Admin/Member/Viewer)