Release Notes
Track the latest features, improvements, and fixes to the VERIFIED platform.
v1.8.0
Enterprise Management Suite
February 10, 2026
- Full billing and invoicing system
- Team management with invitations
- API key dashboard with rotation and scoping
Billing & Invoices
Complete billing management with invoice generation, payment history, billing summaries, and plan upgrade/downgrade with proration logic. View current plan, next billing date, and total spend at a glance.
Team Management
Invite team members via email with role-based access. Manage admin and member roles, track pending invitations with expiring tokens, and remove members. Email notifications sent automatically.
API Key Dashboard
Create, rotate, and revoke API keys with scoped permissions (read, write, admin). Configure per-key rate limits and expiry. Keys are securely hashed with SHA-256 and only shown once at creation.
Improvements
- Enterprise Management cards added to employer Settings tab for quick navigation
- API key prefix system for easy identification in logs
v1.7.0
Security & Performance Infrastructure
February 10, 2026
- Global rate limiting and security headers
- In-memory caching with smart invalidation
- Health check monitoring endpoint
Security Middleware
Global rate limiting protects API endpoints (500 req/min general, 30 req/min for auth). Security headers include XSS protection, frame denial, content type sniffing prevention, and HSTS in production.
In-Memory Cache
TTL-based caching layer with tag and prefix invalidation strategies. LRU eviction at 1,000 entries keeps memory bounded while improving response times for high-read endpoints.
Input Sanitization
All incoming request bodies and query parameters are automatically sanitized to strip script tags, javascript: URIs, and inline event handlers, protecting against XSS attacks.
Improvements
- Health check endpoint at /api/health returns system status, uptime, and memory usage
- Rate limit headers (X-RateLimit-Limit, X-RateLimit-Remaining) returned on every API response
v1.6.0
Exports, Bulk Operations & Notifications
February 10, 2026
- CSV export for candidates and jobs
- Bulk batch operations with progress tracking
- Branded email notifications for 6 event types
CSV Export System
Export candidate and job data as CSV files with async processing and download tracking. Export jobs run in the background and provide download links when complete.
Bulk Operations
Batch verification and batch import operations with real-time progress tracking. Monitor processed items, failures, and completion status for large-scale data operations.
Email Notifications
Branded HTML email templates for payment confirmations, verification status changes, new candidate matches, team invitations, plan upgrades, and export completions.
Improvements
- Async job processing framework supports long-running operations without blocking
- Export files include proper CSV escaping for fields containing commas or quotes
v1.5.0
Resume Acquisition & Cross-Reference Engine
February 9, 2026
- Five-channel resume acquisition system
- Cross-reference engine with Resume Strength Score
- GitHub profile enrichment for candidates
Resume Acquisition System
Five channels for acquiring candidate data: JSON Resume Registry Import, Stack Overflow and Dev.to Profile Scraper, GitHub-to-Candidate Creator, ATS Resume Pull simulation, and Bulk Resume Upload with AI parsing.
Cross-Reference Engine
Cross-references candidate resume claims against job postings to generate a Resume Strength Score. Scores factor in corroboration from multiple sources, skill alignment, and temporal consistency.
GitHub Profile Enrichment
Enriches candidate profiles with public GitHub data including bio, repositories, programming languages, contribution patterns, and activity metrics for a more complete picture.
Improvements
- Bulk synthetic resume generator uses real company names and diverse candidate data
- Resume strength scores weighted by verification trust level
v1.4.0
Email Job Ingestion & Manual Submission
February 6, 2026
- End-to-end email-based job ingestion pipeline
- Manual email submission for admins
Email Job Ingestion
Forward job board summary emails to the platform. The system parses HTML and text content, extracts job board URLs, scrapes each page with AI, and imports structured job postings automatically.
Manual Email Submission
Admins can paste email content directly in the dashboard. The system auto-detects HTML vs plain text, extracts job links, and kicks off the scraping pipeline.
Improvements
- Browser-based scraping updated to use system Chromium for reliability
- Admin Email Ingestion tab now shows complete batch history and stats
Bug Fixes
- Fixed Puppeteer scraping failures by configuring system browser path
- Fixed job status handling for ingested jobs
v1.3.0
Public Company Directory & Profiles
February 5, 2026
- Public company directory with search and filtering
- Detailed company profile pages with tech stacks and jobs
Company Directory
A public, searchable directory of companies on the platform. Browse by industry, search by name, and see key stats like employee count, tech stack size, and open positions.
Company Profile Pages
Detailed profiles for each company with tabs for overview, technology stack, active job postings, and corporate information including leadership and funding data.
Secure Public APIs
Three public API endpoints with explicit field projection ensure only appropriate company data is exposed publicly, protecting sensitive internal information.
v1.2.0
Corporate Search & External Enrichment
February 4, 2026
- AI-powered corporate profile enrichment
- Integration with external data APIs
Corporate Search Tool
Admins can trigger AI-powered research to automatically enrich organization profiles with public information including websites, leadership, tech stacks, and funding data.
External API Integrations
Enrichment pulls data from OpenCorporates for company registry data, Financial Modeling Prep for public company financials, and NewsData.io for recent news articles.
v1.1.0
Stack Explorer & Resume Seeder
February 3, 2026
- Company technology stack tracking and visualization
- Admin resume seeding for platform demos
Company Stack Explorer
Track and visualize technology stacks used by companies, with evidence-based verification from job postings. Compare stacks across companies and filter by technology.
Resume Seeder
Admins can populate the platform with sample and AI-generated synthetic candidate data for model training and demonstration purposes.
v1.0.0
Platform Launch
February 1, 2026
- AI-powered resume parsing and verification
- Dual-sided marketplace for candidates and employers
- Stripe-powered subscription system
AI Resume Parsing
Upload resumes and let AI extract structured data, creating verifiable claims with confidence scores from your experience, education, and skills.
Verification Engine
Probabilistic claims layer assigns confidence scores. Claims can be unverified, pending, verified, flagged, or disputed with trust levels from Self-Reported to Trusted.
Job Board & Matching
Public job board aggregating postings from multiple sources. Verification-weighted match scores help employers find the most trustworthy candidates.
Talent Search
Employers can search candidates by verified skills and experience. Match scores are weighted by verification level, data confidence, and recency.
Admin Governance Console
Comprehensive admin tools for content review, verification statistics, audit logging, GDPR workflows, and user management.
ATS Integration API
External API for ATS integrations with bearer token authentication and webhooks. Connector framework syncs job postings from Greenhouse, Lever, Workday, and more.