2025 Changelog
All notable changes, improvements, and new features released in 2025.
June 2025
v1.8.0 - June 16, 2025
π Major SDK Launch
π Documentation Overhaul
- NEW: Complete SDK documentation with examples
- NEW: Interactive code samples for all endpoints
- NEW: Framework-specific integration guides
- IMPROVED: API reference with better examples and error codes
β‘ Performance Improvements
- IMPROVED: 40% faster processing for
mini
model
- IMPROVED: 25% reduction in API response times
- IMPROVED: Enhanced file upload speeds for files >100MB
- FIXED: Memory optimization for long audio files
v1.7.2 - June 10, 2025
π§ API Enhancements
πͺ Webhook Improvements
- IMPROVED: 99.9% webhook delivery reliability
- NEW: Automatic retry with exponential backoff (up to 5 attempts)
- NEW: Webhook signature verification for security
- NEW: Webhook testing tools in dashboard
v1.7.1 - June 3, 2025
π Bug Fixes & Improvements
- FIXED: Rate limiting headers now correctly reflect remaining quota
- FIXED: File upload timeout issues for files >500MB
- IMPROVED: Better error messages for invalid audio formats
- IMPROVED: Reduced memory usage during transcription processing
May 2025
v1.7.0 - May 28, 2025
π§ AI Model Updates
-
NEW: nano
model for ultra-fast English transcriptions
- 3x faster than
mini
model
- Optimized for real-time applications
- English-only support with 95%+ accuracy
-
IMPROVED: pro
model accuracy improvements
- 15% better accuracy across all languages
- Enhanced handling of accented speech
- Better performance with background noise
-
IMPROVED: mini
model optimizations
- 20% faster processing time
- Better handling of multiple speakers
- Improved timestamp accuracy
v1.6.5 - May 21, 2025
π Dashboard & Analytics
-
NEW: Advanced usage analytics dashboard
- Daily, weekly, monthly usage breakdowns
- Cost analysis and projections
- Audio format and model usage statistics
- Export capabilities for usage data
-
NEW: Real-time transcription monitoring
- Live status updates for processing transcriptions
- Queue position and estimated completion time
- Historical processing time trends
-
IMPROVED: API key management
- Scoped permissions (read-only, write-only, admin)
- API key usage tracking and analytics
- Automatic key rotation capabilities
v1.6.0 - May 14, 2025
π Security & Authentication
-
NEW: OAuth 2.0 support for enterprise customers
- PKCE flow for single-page applications
- Refresh token rotation
- Scope-based access control
-
NEW: IP whitelisting for API keys
- Restrict API key usage to specific IP ranges
- Support for CIDR notation
- Audit logs for IP-based access attempts
-
IMPROVED: Enhanced audit logging
- Detailed logs for all API operations
- Retention options (30, 90, 365 days)
- Export capabilities for compliance
v1.5.8 - May 7, 2025
π File Management
-
NEW: Advanced file organization
- Folder structure for uploaded files
- Tagging system for better organization
- Bulk operations (move, delete, tag)
-
NEW: Automatic file cleanup policies
- Configure automatic deletion after N days
- Archive old files to cold storage
- Lifecycle management rules
-
IMPROVED: File upload reliability
- Resumable uploads for large files
- Better error handling for network interruptions
- Progress tracking for uploads
April 2025
v1.5.5 - April 30, 2025
π― Accuracy Improvements
v1.5.0 - April 16, 2025
π Breaking Changes
β¨ New Features
March 2025
v1.4.2 - March 25, 2025
π§ Quality of Life Improvements
v1.4.0 - March 12, 2025
π΅ Audio Processing
β±οΈ Timestamp Improvements
- IMPROVED: Word-level timestamp accuracy
- More precise timing information
- Better alignment with audio
- Support for subtitle formats (SRT, VTT)
February 2025
v1.3.5 - February 28, 2025
π Usage & Billing
v1.3.0 - February 14, 2025
π Speaker Diarization v2
- IMPROVED: 30% better speaker identification accuracy
- NEW: Speaker labeling (Speaker A, Speaker B, etc.)
- NEW: Confidence scores for speaker assignments
- NEW: Support for up to 10 speakers (previously 6)
π Summarization Improvements
-
NEW: Custom summary prompts
- Define your own summarization style
- Industry-specific summary templates
- Variable summary lengths
-
IMPROVED: Summary quality across all languages
-
NEW: Key points extraction in addition to summaries
January 2025
v1.2.8 - January 30, 2025
π Infrastructure
-
NEW: Multi-region deployment
- Reduced latency for global users
- Data residency options for EU customers
- Automatic failover between regions
-
IMPROVED: 99.95% uptime SLA (up from 99.9%)
-
IMPROVED: Processing capacity increased by 3x
v1.2.0 - January 15, 2025
β‘ Performance & Reliability
- IMPROVED: 50% faster API response times
- IMPROVED: Better handling of concurrent requests
- NEW: Health check endpoints for monitoring
- FIXED: Memory leaks in long-running transcriptions
v1.1.0 - January 5, 2025
π Privacy & Compliance
-
NEW: GDPR compliance features
- Data processing agreements
- Right to erasure (delete all user data)
- Data portability (export user data)
-
NEW: SOC 2 Type II compliance
-
NEW: End-to-end encryption for file uploads
-
IMPROVED: Enhanced PII detection and redaction
Migration Notes
From v1.4.x to v1.5.x
Authentication Changes
# Old format (deprecated)
curl -H "Authorization: sk-your-api-key" https://api.verbalisai.com/v1/transcript
# New format (required)
curl -H "Authorization: Bearer sk-your-api-key" https://api.verbalisai.com/v1/transcript
Webhook Payload Changes
// Old format
{
"transcription_id": "12345",
"status": "completed"
}
// New format
{
"event": "transcription.completed",
"data": {
"transcription_id": "12345",
"status": "completed"
},
"timestamp": "2025-04-16T10:30:00Z",
"version": "1.5.0"
}
Upcoming Features
Preview of whatβs coming in the next releases:
- Real-time streaming transcription (Q3 2025)
- Custom model training (Q4 2025)
- Multi-modal analysis (audio + video) (Q4 2025)
- Advanced analytics API (Q3 2025)
Need help with any of these changes? Contact our support team at support@verbalisai.com or check our migration guides for detailed instructions.
Responses are generated using AI and may contain mistakes.