All notable changes to Protectron are documented here.
We use Semantic Versioning:
Official V1 Release
We're excited to announce the official V1 release of Protectron — the complete EU AI Act compliance platform for AI systems and agents.
Document Types:
Automatic Event Logging:
| Package | Version | Install |
|---|---|---|
| protectron | 1.0.0 | pip install protectron |
| protectron[langchain] | 1.0.0 | pip install protectron[langchain] |
| protectron[crewai] | 1.0.0 | pip install protectron[crewai] |
| protectron[autogen] | 1.0.0 | pip install protectron[autogen] |
| @protectron/sdk | 1.0.0 | npm install @protectron/sdk |
| Plan | Price | AI Systems | Events/month |
|---|---|---|---|
| Starter | €99/mo | 3 | 10,000 |
| Growth | €299/mo | 10 | 100,000 |
| Scale | €599/mo | 25 | 500,000 |
| Enterprise | Custom | Unlimited | Unlimited |
All plans include a 14-day free trial.
Features planned for upcoming releases:
Beta Release
Alpha Release
If you were using the beta SDK, update your packages:
Python:
pip install --upgrade protectronTypeScript:
npm install @protectron/sdk@latest1. Callback class renamed:
# Beta
from protectron import ProtectronLangChainCallback
# V1
from protectron.langchain import ProtectronCallback2. Configuration options restructured:
# Beta
callback = ProtectronCallback(api_key="...", system="my-agent")
# V1
callback = ProtectronCallback(system_id="my-agent") # API key from env3. Event types standardized:
We'd love to hear from you:
Get notified about new releases:
Last updated: December 16, 2025