Skip to main content

Changelog

A chronological list of updates, improvements, and fixes to the ValidKit API and dashboard.

November 20, 2025

  • API
    Fix(api): remove dead Stripe env var validations breaking startup.
  • Fix
    Correct enterprise security claim to include both certifications.
  • Fix
    Remove false claims from pricing page and Resolved bulk_size issue.
  • API
    Fix(landing): Hero form now calls /api/signup.
  • API
    Fix(api): add Vercel preview domains to CORS allowlist.
  • API
    Feat(features): replace mock demo with real API demo and accurate JSON response.
  • Improvement
    Feat(performance): add cache benchmark + update features with REAL speed data.
  • API
    Feat(gdpr): New privacy API endpoint is now availables matching GDPR page promises.
  • SDK
    Fix(landing): correct Q6 false claims about rate limits and SDK.
  • SDK
    Feat(landing): update CodeCookbook heading to emphasize SDK support.
  • API
    Feat(landing): showcase SDK examples instead of raw API calls.
  • Improvement
    Fix(landing): update performance claims to production-measured values (#710).
  • Fix
    Narrow forbidden pattern to API-only deployments.
  • API
    Add semantic version tags to changelog entries.
  • API
    Automate changelog announcements.
  • Fix
    Remove unnecessary script exceptions from forbidden-patterns cd-apps-vercel.

November 7, 2025

  • Improvement
    We've deployed significant upgrades to our regression testing infrastructure. This ensures that as we ship new features, our core API endpoints maintain the 99.9% reliability you expect in production.

October 16, 2025

  • Improvement
    We have introduced a smart caching layer to the validation engine. Repeat validation requests for the same email address are now returned instantly (<10ms), drastically reducing latency for high-traffic applications.
  • Fix
    We updated our detection engine with a new dataset of 4,725+ disposable email domains. This fixes an issue where newer temporary email providers were bypassing detection.
  • Dashboard
    We've streamlined the upgrade flow. Moving from Free to Paid tiers is now a faster, one-click experience within the dashboard.

August 16, 2025

  • Dashboard
    You can now update payment methods, download invoices, and change your plan directly from the dashboard via our new 'Manage Billing' button that takes you to your Stripe Customer Portal.

August 9, 2025

  • Improvement
    API availability and performance are now more consistent, thanks to significant upgrades to our core infrastructure.

July 28, 2025

  • API
    Enhanced error messages now provide clear explanations and upgrade guidance when you hit rate limits or quota limits.

July 15, 2025

  • Improvement
    Bulk validation is now 5x faster - validate 10,000 emails in just 30 seconds with throughput of 300+ emails per second.
  • API
    New Private Caching option for enterprise customers provides a dedicated, single-tenant cache to ensure zero data sharing between organizations.

July 1, 2025

  • SDK
    Introducing our TypeScript SDK v1.0.1 with support for single, bulk, and async batch processing up to 10,000 emails.
  • SDK
    Python SDK v1.2.0 now includes native LangChain integration, delivering 50% faster responses for AI-powered applications.
  • API
    New agent-optimized endpoint /api/v1/verify/bulk/agent delivers 80% smaller responses for AI workloads.

June 20, 2025

  • Dashboard
    Smart Cache page now shows accurate money saved calculations and real-time network activity.
  • Improvement
    Smart Cache accuracy improved with better domain coverage calculation and unique domain counting.

June 10, 2025

  • API
    Batch processing now supports up to 10,000 emails with webhook callbacks for completion notifications.
  • API
    New compact response format reduces payload size by 80%, minimizing token consumption in AI applications.