Changelog

Stay up to date with all the latest changes, improvements, and new features in the VerbalisAI platform.

Latest Updates

What’s New

June 2025

🎉 Major SDK Release

  • Official Python and JavaScript SDKs launched
  • Full TypeScript support for JavaScript SDK
  • Async/await API with automatic retry logic
  • Comprehensive error handling and logging

⚡ Performance Improvements

  • 40% faster transcription processing for mini model
  • Reduced API response times by 25%
  • Improved file upload speeds for large audio files

🔧 API Enhancements

  • New PII redaction policies for healthcare and finance
  • Enhanced entity detection with custom entity types
  • Improved webhook reliability and retry mechanisms

May 2025

🧠 AI Model Updates

  • Released nano model for ultra-fast English transcriptions
  • Improved accuracy for pro model across all languages
  • Better handling of background noise and music

📊 Dashboard Improvements

  • New usage analytics with detailed breakdowns
  • Real-time transcription monitoring
  • Enhanced API key management with scoped permissions

Release Schedule

We follow a regular release schedule to ensure consistent improvements:

Release TypeFrequencyWhat’s Included
MajorQuarterlyNew features, breaking changes, major improvements
MinorMonthlyNew features, enhancements, non-breaking changes
PatchWeeklyBug fixes, security updates, minor improvements
HotfixAs neededCritical bug fixes, security patches

Version Numbering

We use Semantic Versioning for all our releases:

  • MAJOR.MINOR.PATCH (e.g., 2.1.3)
  • MAJOR: Breaking changes
  • MINOR: New features, backwards compatible
  • PATCH: Bug fixes, backwards compatible

Breaking Changes

We minimize breaking changes and provide advance notice when they’re necessary:

Breaking changes are announced at least 30 days in advance with detailed migration guides and support.

Recent breaking changes:

  • v2.0.0 (March 2025): Updated authentication headers
  • v1.5.0 (January 2025): Deprecated old transcription format

Migration Guides

When we introduce breaking changes, we provide comprehensive migration guides:

API Versioning

Our API uses version headers to maintain backwards compatibility:

curl -H "Accept: application/vnd.verbalisai.v1+json" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.verbalisai.com/v1/transcript

Supported Versions

VersionStatusSupport UntilNotes
v1CurrentOngoingLatest features and improvements
v0.9DeprecatedJune 2025Legacy support, limited updates
v0.8End of LifeMarch 2025No longer supported

Security Updates

Security is our top priority. We regularly release security updates:

  • CVE fixes are released within 24 hours of discovery
  • Security patches are automatically applied to all accounts
  • Vulnerability disclosures are published after fixes are deployed

Subscribe to our security notifications to stay informed.

Beta Features

We regularly release beta features for early testing:

Current Beta Features

  • Real-time streaming transcription - Process audio as it’s being recorded
  • Custom model training - Train models on your specific domain
  • Advanced analytics dashboard - Deep insights into usage patterns

To access beta features, enable them in your dashboard settings.

Feedback & Requests

We value your feedback and feature requests:

Notifications

Stay informed about updates:

Email Notifications

Subscribe to receive notifications about:

  • Major releases and new features
  • Breaking changes and deprecations
  • Security updates and patches
  • Service maintenance windows

Subscribe to notifications →

RSS Feed

Follow our changelog RSS feed for automated updates:

https://docs.verbalisai.com/changelog.rss

Webhook Notifications

Get programmatic notifications about API changes:

{
  "event": "api.version.released",
  "version": "1.2.0",
  "changes": ["new-features", "improvements"],
  "breaking": false,
  "timestamp": "2025-06-16T15:30:00Z"
}

Archive

Historical changes are preserved for reference:

Status Page

Monitor our service status and planned maintenance:

🟢 All Systems Operational

  • API Response Time: 95ms avg
  • Uptime: 99.95% (30 days)
  • Processing Queue: Normal

View detailed status →


Questions about a specific change? Contact our support team at support@verbalisai.com or check our community discussions for more context.