v1.4.0
Custom YAML rules and hot-reload
- New Custom rules defined in YAML for query patterns specific to your domain. Available on Builder plans and above.
- New Hot-reload for custom rules: changes propagate to the proxy in under 5 seconds with no restart.
- New Custom rule management from the workspace dashboard, plus inspection of the effective catalogue from the CLI with
vericto rules listandvericto rules show <CODE>. - Improved Preview custom rules against query history before enabling them in production.
v1.3.0
CI/CD dry-run mode and command-line SDK
- New CLI
vericto check queries.sql --dialect postgresto validate queries in CI before deploying. Exit code 1 when it detects destructive queries. - New Native GitHub Actions integration: inline PR annotations with the rule code and the suggested fix.
- New Support for validating several migration files at once:
vericto check migrations/*.sql --dialect postgres. - Improved The CLI caches the workspace ruleset locally for offline validation.
v1.2.0
Exportable audit trail with Ed25519 signature
- New Audit trail export in CSV and JSON with an Ed25519 signature over the whole file, verifiable offline.
- New Audit trail export from the dashboard and the API, with filters by date range, database and decision.
- New Per-workspace verification public key so auditors can confirm the integrity of exports.
- Improved At-rest encryption of query text upgraded to AES-256-GCM with per-workspace derived keys.
v1.1.0
Oracle / SQL Server support and real-time alerts
- New Support for the Oracle and SQL Server (T-SQL) dialects via API and CLI, with dialect-specific semantic rules.
- New Real-time alerts via Slack and webhooks for CRITICAL-severity blocks.
- New Smart notification rate limiting: at most 10/min with an automatic digest.
- Improved
DELETEwithLIMITdetection now differs by dialect: valid on MySQL, blocked on Postgres. - Fix Fixed a false positive on queries with recursive CTEs containing nested SELECTs.
v1.0.0
Vericto public launch
- New Transparent TCP proxy for PostgreSQL and MySQL: onboarding in under 5 minutes by changing only the connection string.
- New Deterministic AST parsing with
pg_queryandsqlparser-rs. Latency <2ms at p99. - New Level 1 destructive-query ruleset: DELETE without WHERE (VERICTO-001), UPDATE without WHERE (VERICTO-042), DROP (VERICTO-010), TRUNCATE (VERICTO-011).
- New Query dashboard with an actionable explanation: the offending AST node, the rule triggered and the suggested safe query.
- New Rule configuration per workspace and per database (production, staging, development).
v0.9.0
Closed beta
- New Closed beta with 30 engineering teams building on LangChain and LlamaIndex over Postgres.
- New First version of the AST parser and the ruleset of 4 CRITICAL rules.
- Improved Iteration on the explanation dashboard based on feedback from the beta teams.
Don't want to miss any release?
Follow us on GitHub to receive notifications for each new release, or subscribe to the technical blog for deep-dives.