Changelog
Track all updates, improvements, and fixes to the Legistry AI platform.
v1.0.0 — March 2026 🚀
Initial Release
✨ Features
- AI Contract Drafting — Generate contracts using GPT-5.1 with industry-specific templates
- E-Signature Platform — Send, sign, and verify electronic signatures with full audit trail
- RAG AI Chat — Query your contracts and knowledge base with AI-powered search
- Compliance Monitoring — Automated regulatory scanning with CrewAI agents
- Vendor Management — Onboard vendors, generate NDAs, and assess risk
- Legal Spend Analytics — Budget tracking and AI-powered forecasting
- Team Management — RBAC with Owner/Admin/Member/Viewer roles
- 13 Integrations — Slack, Salesforce, HubSpot, Google Drive, Clio, Teams, and more
🔐 Security
- JWT authentication with refresh tokens and blacklisting
- MFA (TOTP) with org-level enforcement
- CSRF protection (double-submit cookie)
- Rate limiting (Redis sliding window)
- Input validation (SQL injection, XSS, path traversal)
- Prompt injection defense (35+ patterns)
- Document encryption (AES)
- Audit logging on all API requests
🤖 AI Models
- Primary: GPT-5.1 ($1.25/$10 per MTok)
- Preprocessing: GPT-5 Mini ($0.25/$2 per MTok)
- Premium: GPT-5.4 ($2.50/$20 per MTok)
- Fallback: Claude Sonnet 4
- Embeddings: text-embedding-3-large (3072 dimensions)
🏗️ Infrastructure
- Docker Compose with 4 services (Backend, Celery, Redis, Qdrant)
- CI/CD pipeline with automated deployment
- Sentry error tracking
- Prometheus metrics
- Health check endpoints with dependency monitoring